dvdgeisler / DirigeraClient

Dirigera Client API: Java written client API to interface IKEA's new smarthome hub DIRIGERA
MIT License
74 stars 9 forks source link

Feature/airquality #75

Closed Katalystical closed 1 year ago

Katalystical commented 1 year ago

@dvdgeisler I just got some time to fiddle with my VINDSTYRKAs I got a few months ago (yes, they hid them somewhere in the Lights&Bulbs section). I've dumped some output and added some new models/apis for it already. The official release/sale is announced to begin in April ;-)

I think this won't be much of a heavy thing to investigate, as it seems we can only give it a customName and that's it. Just receiving data. So essentially, what a VINDSTYRKA/environmentSensor seems to provide:

Btw. thanks for your library/implementation - works flawlessly and out of the box. Well-defined and structured nicely. 👍

TheMrBooyah commented 1 year ago

Might this be a device to also expose over the MQTT interface for integration with HA?

Katalystical commented 1 year ago

Sure, but I'm neither experienced with MQTT nor HA. This was just a quick shot at adding this type of sensor ;)