Hi all,
I just installed a Gree wifi module and connected it to openhab. I’m finding I can control it, set temperature, etc - but the log is reporting “Unable to update channel currentTemperature with Unable to decode device status” from GreeHandler for currentTemperature only.
I noticed that the value OpenHab was showing for currentTemperature is -41.
I logged in to the openhab-cli and used log:set DEBUG org.openhab.binding.gree. I then observed in my frontail logging the following:
[.gree.internal.handler.GreeAirDevice] - Response from device: {"t":"dat","r":200,"mac":"502ccxyz12eb","cols":["Pow","Mod","SetTem","WdSpd","Air","Blo","Health","SwhSlp","Lig","SwingLfRig","SwUpDn","Quiet","Tur","TemUn","StHt","HeatCoolType","TemRec","SvSt"],"dat":[0,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}
Is there anything I can do to help diagnose this issue?
Thanks!