nathanvdh / homeassistant-airtouch2

Custom component integration for Polyaire Airtouch 2
MIT License
6 stars 5 forks source link

Spill zone(s) support #13

Open amitkeret opened 4 months ago

amitkeret commented 4 months ago

Thank you for making this great integration! Would be a great addition if this integration could also display Spill zones and alerts. I believe the python library already supports this?

nathanvdh commented 4 months ago

Correct, the support for this is there in the library. I'm just not sure how/where to display this info in home assistant. Do you have any ideas?

TETZUO commented 4 months ago

Maybe just a on/off binary sensor? That we way people can do what they like with it.


From: nathanvdh @.> Sent: Sunday, May 26, 2024 11:30:59 AM To: nathanvdh/homeassistant-airtouch2 @.> Cc: Subscribed @.***> Subject: Re: [nathanvdh/homeassistant-airtouch2] Spill zone(s) support (Issue #13)

Correct, the support for this is there in the library. I'm just not sure how/where to display this info in home assistant. Do you have any ideas?

— Reply to this email directly, view it on GitHubhttps://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnathanvdh%2Fhomeassistant-airtouch2%2Fissues%2F13%23issuecomment-2131952590&data=05%7C02%7C%7C76e1d507368947c8c1d608dc7d27b0fb%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638522856654436063%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=K3Cs4u00RJUyCiVNowar8jvY9xxQAmBA6FRIxf9od0U%3D&reserved=0, or unsubscribehttps://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAIWHDDFHVOLPPN6FIHYPKBTZEE65XAVCNFSM6AAAAABIJLU3JKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZRHE2TENJZGA&data=05%7C02%7C%7C76e1d507368947c8c1d608dc7d27b0fb%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638522856654445213%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=K4cpGGRfNKUn9Ktdfj7mHcoiXvfKnkuLoztXyTZMBu8%3D&reserved=0. You are receiving this because you are subscribed to this thread.Message ID: @.***>

amitkeret commented 4 months ago

Thanks for the quick reply!

I would agree with @TETZUO. Since HA's climate and fan integrations do not have a native "spill" attribute, the best would be to add a binary sensor.

Ideally, a spill sensor would be added to each individual zone device, as well as to the overall AC (climate) device. This is because some systems have spill alert for individual zones, while others (like mine) have a "general" spill indicator for the entire system.