Replies: 1 comment 1 reply
-
It seems like your current temperature is also off by a factor of 10, are you sure you selected the correct config for your model? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, my climate entity works but displays 'Unknown' instead of Cool or Cooling.
When clicking on the Mode, it displays 'Heat/Cool' instead of Cool. Is there something I can edit in the Climate.py file?
State attributes for mode are:
hvac_modes:
API from Tuya for this is either:
{
"code": "mode",
"custom_name": "",
"dp_id": 4,
"time": 1718529322690,
"type": "enum",
"value": "cooling"
},
or
{
"code": "odu_mode",
"custom_name": "",
"dp_id": 107,
"time": 1719549845057,
"type": "enum",
"value": "Cool"
},
Appreciate any help, thanks.
Beta Was this translation helpful? Give feedback.
All reactions