Here is my new app, the zone climate app. It includes a widget that you can link to a zone in your Homey setup. It will then find all devices that are included with the Include in climate setting enabled.
The values of these capabilities are than used to create a zone avarage and display them in a attractive way. It only supports the standard capabilties Homey introduced in the recent updates, so not all of your devices might have been updated to use these yet.
co2
humidity
air quality index
total voletice organic compounds
pm2.5 particles
co
ethanol
temperature
If your zone does not include some of these measurements they will be ignored.
In the widget settings you can enable to include child zones to roll up to the zone you selected.
I need to check if there are now standard capabilities for such values.
But in theory i made the code so i can just add capabilities easily but what to do if your zone has 50 so it’s more of handling the excesses.
I suppport the new official standardized capabilites. So that device needs an update on their side to start using those, there is no device specific code, only capabilities.
Since those did not exist half a year ago, many devices need updates to support them.
But with this push by homey it is advised to do so anyway for other features.
Hello … I don’t get all the parameters from my netatmo…
air quality index is missing .and decibel.
is it possible to add features from an outside weathrstation it would be great.
Right now it doesnt support other types than the ones listed. So decibel is not there yet.
I focused on the sensors that fit nicely into the sliders I designed for that panel.
I think that I need other visual elements for things like wind, decibel, pressure rain etc. As soon as I (and I do accept suggestions preferably in Figma ;)) come up with other visual elements to support these ill extend the feature set.
On the netatmo, since my apps works with the official standard (and new measure_aqi), it must be that those sensors do not. So maybe they have not updated their app to support the new measure yet or that they use aqi_index. But this app will not support custom capabilities. And it makes sense that many apps that have been around for a longer period had to implement aqi indexes in a custom capability, but that also means I would need to make support for each of those additionally. With the intro of the new standard measures Homey is trying to consolidate on those. I am sure most apps will update over time to support these new standards.