Skip to content

This Node-RED module to control HVAC via Daichi cloud

License

Notifications You must be signed in to change notification settings

niklv/node-red-contrib-daichi-cloud

Repository files navigation

Node-RED Daichi HVAC Control

This Node-RED module integrates with the Daichi library to provide nodes for controlling HVAC systems. This allows for easy automation and control of HVAC units within the Node-RED environment. Supports all commands (set temp, power modes, swings, etc.) from Daichi Cloud

example.png

Nodes

Daichi Device

A node to control the HVAC system using the Daichi library.

Inputs

  • payload (object) - payload object with functionId (number) and value (boolean|number)
  • topic (string) - only control supported

Outputs

  • payload (object) : Device state

References