node-red-contrib-ecolect
example with React Nest Thermostat + React-Native Chat (websocket). This is the extended version (thermostats instead of lights) of Example Ecolect flow for natural language processing. Need some polishing but it demonstrates the basic functionality.
Start with react-native-chat-tutorial. nest-thermostat-chat\App.js
is the updated version of https://github.com/jevakallio/react-native-chat-tutorial\App.js
.
Start with React Nest Thermostat. nest-thermostat-page/index.js
is the updated version of https://github.com/kevinmellott91/react-nest-thermostat/example/js/index.js
.
- Use state machine node to manage HVAC mode & state.
- Use MQTT (over WebSocket) instead.