inwaar / node-red-contrib-gree-hvac

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

Issue with the sleep option #7

Open Dukounet opened 2 years ago

Dukounet commented 2 years ago

NodeRED function:

msg.payload:{sleep:"on"}=> Gree response: ON ( works!) msg.payload:{sleep:"off"}=> No response from gree (still ON) ...

Any idea?

Thanks!

Dukounet commented 2 years ago

fixed: several file in the repo gree-hvac-client changed to make it. All properties.js files changed into gree-hvac-client: property-transformer.js property-value.js property-vendor-value.js property.js

Gree AC need to read both ShwSlp AND SlpMod value at (0,0) or (1,1) to respond correctly.

Testing the new code for now!