Closed AarneAarebye closed 2 years ago
Air Pressure isn't supported in HomeKit. Neither is Wi-Fi or signal strength.
The latter could actually be useful info under the details/settings tab of accessories, where battery info is also located. However this is something Apple will need to add to the HomeKit specification first.
Hi ToTo,
just installed homebridge-airrohr.
Temperature, air quality and humidity are displayed. Only air pressure and (optional) the WIFI values are missing. http://myAirRohr/data.json { "software_version": "NRZ-2020-129", "age":"70", "sensordatavalues": [ {"value_type":"SDS_P1","value":"3.92"}, {"value_type":"SDS_P2","value":"1.85"}, {"value_type":"BME280_temperature","value":"21.29"}, {"value_type":"BME280_pressure","value":"100357.12"}, {"value_type":"BME280_humidity","value":"17.94"}, {"value_type":"samples","value":"4334655"}, {"value_type":"min_micro","value":"32"}, {"value_type":"max_micro","value":"84705"}, {"value_type":"signal","value":"-75"} ] }
Also in the "Homebridge logs" the pressure data are listed. Except the WIFI one.
I got some warnings during installation also.