B-Virtual / node-red-contrib-atag-one

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • msg.payload.chTimeToTemp: The time needed to get to the set temperature

Release notes

v1.0.2

  • Added static bootstap CSS file

v1.0.1

  • Added documentation

v1.0.0

  • paletteLabel defined for all nodes
  • Initial implementation

About

License:Other


Languages

Language:JavaScript 80.2%Language:HTML 19.8%