kongo09 / philips-airpurifier-coap

💨 Philips AirPurifier custom component for Home Assistant. Supports local CoAP protocol.
172 stars 27 forks source link

feat: Add support for wifi rssi sensor #99

Closed mrtwnklr closed 8 months ago

mrtwnklr commented 9 months ago

Add support for wifi rssi sensor. I have an AC0850/11 and an AC4236. Both are working with this patch.

kongo09 commented 8 months ago

Thanks. I've refactored the consts so the PR doesn't work anymore. If you have time to adapt it, I'll merge it in.

mrtwnklr commented 8 months ago

I'll take a look in the next week.

kongo09 commented 8 months ago

Great. If I get to it before, I can do it as well. Should be easy. Maybe we want a changing icon depending on signal strength?

kongo09 commented 8 months ago

I've added the sensor now and rebuild icon handling, so that the icon changes with RSSI level. Will also add a runtime sensor and then do a new release. Thanks for the inspiration.