1.0.1 • Published 6 years ago

node-red-contrib-atag-one v1.0.1

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
6 years ago

node-red-contrib-atag-one

Description

Nodes facilitating the automation of the Atag One ( https://www.atag-one.com ) with Node-RED ( http://nodered.org ).

Installation

$ cd ~/.node-red
$ npm install node-red-contrib-atag-one

Nodes

- atagone-controller

Configuration node for communication with an Atag One thermostat.

Configuration:

  • Name : Specify a name for the configuration node
  • IP : Specify the ip address
- atagone-get

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

Release notes

v1.0.1

  • Added documentation

v1.0.0

  • paletteLabel defined for all nodes
  • Initial implementation