inwaar / node-red-contrib-gree-hvac

Provides a node for controlling Gree HVAC (Heating, ventilation, and air conditioning).
15 stars 7 forks source link

Control setting #6

Closed wojtulab closed 2 years ago

wojtulab commented 2 years ago

Hello, is this module allow only read or read/write? I was wondering how can I set for example heating 23 *C or sth else?

inwaar commented 2 years ago

Hi wojtulab, you need to create an Inject node with a JSON payload, e.g.: image

Or image

The available properties can be seen from the output of the node or over here: https://github.com/inwaar/gree-hvac-client#properties

wojtulab commented 2 years ago

Great, will test it. Thank you!