Closed lgm42 closed 3 years ago
Hi, thanks for the info. I'll add this firmware into the special cases so that it is handled in the next release.
Will be part of release 0.11.9
Thanks a lot !!
Hi there,
So I am having the same issue where within HA it is displaying a negative temperature (-17 when it should be 23).
@lgm42 I see you have modified the current_temperature property, I am new to HA, where do I need to go to find this? (Sorry for the noob question).
@RichardTHF I need the “HID” identifier from your device. Easiest way to get that right now is to enable debug logging in HA.
Add this to your configuration.yaml
logger:
logs:
homeassistant.components.gree: debug
greeclimate: debug
Restart your HA, and shortly after the device connects and does the initial update you can check your logs and copy and paste the whole thing here. I’ll be able to pull the firmware version out from that.
Please open a new issue, and include the make and model of the device as well.
Thanks.
My device returns me a -17°C temperature value. This value correspond to 23°C (the real one) - 40. Here is my installation information:
{"t": "pack", "i": 0, "uid": 0, "cid": "XXXXXXXX", "tcid": "app", "pack": {"t": "dat", "uid": 0, "cid": "XXXXXXXX", "mac": "XXXXXXXX", "cols": ["hid"], "dat": ["362001000835+U-CS532AX(MTK)V1.bin"], "r": 200}}
I can find the software is v1 and temp - 40 computation is applied if v != 4. To confirm I have made a little "print" insertion in the current_temperature prop :
Here is my output
I should obtain 23°C but I still obtain -17°C.
Any idea of what i can do ?