Open solmssen opened 9 months ago
I added a lightning sensor, and if this is useful, it added the following items to the JSON:
"batt_lightning": 0,
"lightning_day": 0,
"lightning_distance": 0.62,
"lightning_hour": 0,
Is your feature request related to a problem? Please describe: I am delighted by the clean and easy usage of the plugin, but I am very interested in being able to expose more of the data my AWN system provides to Apple Home - currently we have temp, humidity, and solar radiation, and I would love to pull in the CO2 and PM2.5 and PM10 data from my AQIN sensor to HomeKit.
Describe the solution you'd like: Add these additional data types if and as supported by HomeKit - CO2, PM2.5, and PM10.
Describe alternatives you've considered: I've been thinking about trying to use a Siri Shortcut to read the API and parse the info.
Additional context: I have a WS-2000 with the AQIN sensor - when I call the API, the data section of the JSON looks like this:
So you're picking up the tempf, tempinf, temp1f, temp2f, and even the pm_in_temp_aqin (from the AQIN sensor!) values and exposing them to HomeKit, and the equivalent humidity values, and the solarradiation value. If there's a way to expose the aqi_pm25_aqin, co2_in_aqin, pm10_in_aqin, and pm25_in_aqin values in a way that makes sense, that would be really useful. Even just the CO2 would be great! You've mentioned adding the wind speed and direction, and the barometric pressure - this would also be lovely and I am looking forward to that.
Thanks again for your hard work on this plugin - it's really great!