You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On our AC YI12F, every control works great. Only missing piece is the ambient temperature does not show up as an entity. We would like to use it in the dashboard.
It does correctly show up in the diagnostics json. EG "ambientTemperatureF": 77.0, (...) "ambientTemperatureC": 25.0,
The text was updated successfully, but these errors were encountered:
I use the integration and it is working normally, with air conditioning, I would like to request the inclusion of the room temperature sensor, it appears in the official application, but it does not appear in the integration
I tried looking a bit into this. It seems ambientTemperatureC and ambientTemperatureF are not in the capabilities response from the API, and that makes them not be added.
Not quite sure how best to solve it, I removed the check for the dynamic entities update and that solves it, but I'm not sure how to make that configurable per device yet.
Fantastic work.
On our AC YI12F, every control works great. Only missing piece is the ambient temperature does not show up as an entity. We would like to use it in the dashboard.
It does correctly show up in the diagnostics json. EG
"ambientTemperatureF": 77.0, (...) "ambientTemperatureC": 25.0,
The text was updated successfully, but these errors were encountered: