nitaybz / homebridge-sensibo-ac

Homebridge plugin for Sensibo - Smart AC Control
GNU General Public License v3.0
71 stars 15 forks source link

Feature request: Sensibo air pro sensors #110

Open fenrisulfr-wolf opened 1 year ago

fenrisulfr-wolf commented 1 year ago

Hello! I just got the sensibo air pro which had additional sensors that track tvoc and c02. Would like to request that it can be tracked in homekit/Eve like the humidity and temperature.

benwebbbenwebb commented 1 year ago

Hi @fenrisulfr-wolf

Which version of the plugin are you using?

v2.3.4 should already include CO2 and VOCs.

Or do you mean the history of the values over time (only available in Eve, when turned on, for temp)?

fenrisulfr-wolf commented 1 year ago

Hi Ben, Sorry for not being clear! Yes, that is what I meant, for Eve to track historical values over time as it does with temperature and humidity.

benwebbbenwebb commented 1 year ago

Hi @fenrisulfr-wolf

I've done some reading and as the current implementation for history uses fakegato-history, which in turn is built on top of what Eve offer from their own devices, we are limited to what they expose.

That said, it looks like adding VOC / AirQuality should be possible (but not CO2), so I'll take a look.

fenrisulfr-wolf commented 1 year ago

Hi @fenrisulfr-wolf

I've done some reading and as the current implementation for history uses fakegato-history, which in turn is built on top of what Eve offer from their own devices, we are limited to what they expose.

That said, it looks like adding VOC / AirQuality should be possible (but not CO2), so I'll take a look.

Hi Ben, thanks for looking into this!