Add external humidity sensor support and update documentation - #493
aes-alienrip wants to merge 4 commits into
Conversation
Added information about the External Humidity Sensor feature to the README.
Keep in mind that the AC device will not actually use this for its operation; this is only the reported value shown in HA |
|
Tested this against a fake Gree device and a real one. Works as advertised: the override applies, it falls back cleanly when the external sensor is unavailable or non-numeric, and the new select entity loads with no errors. One thing to fix first. The dropdown lists the integration's own That option is never useful: if the AC has no built-in humidity sensor it is dead, and if it does have one, picking it should mean the same as "None". Simplest fix is to skip this integration's own entities when building the list. The temperature picker has the same gap, but there it only produces a wrong value instead of a frozen one, because external temperature and the outside temperature sensor use separate variables. Smaller things:
|
No description provided.