Nodes facilitating the automation of the Atag One ( https://www.atag-one.com ) with Node-RED ( http://nodered.org ).
$ cd ~/.node-red
$ npm install node-red-contrib-atag-one
Configuration node for communication with an Atag One thermostat.
Configuration:
- Name : Specify a name for the configuration node
- IP : Specify the ip address
Gets the status of an Atag One thermostat on an input message.
Configuration:
- Name : Optionally specify a name
- Controller : Select the Atag One controller
Messages injected in NodeRED flows (1 channel):
Channel 1: The state of the thermostat:
- msg.payload.burningHours : Total burning hours
- msg.payload.roomTemp : The temperature measured by th thermostat
- msg.payload.outsideTemp : The outside temperature
- msg.payload.hotWaterTemp : The temperature of the hot water outlet
- msg.payload.chWaterTemp : The temperature of the heating water
- msg.payload.chReturnWaterTemp : The temperature of the returned water by the heating infrastructure
- msg.payload.hotWaterPressure : The pressure for hot water
- msg.payload.chWaterPressure : The pressure for the heating infrastructure
- msg.payload.setTemp : The target temperature currently set
- msg.payload.chTimeToTemp: The time needed to get to the set temperature
- Added static bootstap CSS file
- Added documentation
- paletteLabel defined for all nodes
- Initial implementation