-
Hoping someone can help me with this issue I'm having. I recently added two Tuya ACs. I'm all setup in Tuna's IoT platform and have discovered some issues with how the temperature is reported. While my unit says the Temp is 82, it believes this value is Celsius despite it actually being Fahrenheit. Homebridge is then taking that number and converting it to Fahrenheit and reporting it as 180. I've tried adding some device overrides but am not having any luck. Does anyone have any experience with this?Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 10 replies
-
can you post more informations? see readme troubleshooting section. |
Beta Was this translation helpful? Give feedback.
-
No change from that edit. I removed the cached accessories after making that change but it still shows the wrong number when it is turned on. { Thanks, appreciate all your help. |
Beta Was this translation helpful? Give feedback.
-
Thank you so much, it's showing the correct temperature everywhere now! Really appreciate your help. |
Beta Was this translation helpful? Give feedback.
I was wrong again. the current temp is a read only value, so only
onGet
required. the target temp is a read write value, bothonGet
andonSet
required. the final config will be this:Hope it works.