Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 759 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 759 Bytes

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