staromeste / homebridge-http-advanced-accessory

Supports all devices on HomeBridge Platform / Bridges devices to http
Apache License 2.0
65 stars 22 forks source link

airPressureSensor #51

Open matbe81 opened 1 year ago

matbe81 commented 1 year ago

Whould be very interested in having airPressureSensor characteristics:

{ "accessory": "HttpAdvancedAccessory", "service": "airPressureSensor", "name": "Active LPM as airPressureSensor", "manufacturer": "HomeWizard", "model": "HWE-WTR", "forceRefreshDelay": 5, "polling": "true", "debug": true, "optionCharacteristic": [ "getCurrentRelativeHumidity" ], "url": "http://192.168.0.130/api/v1/data", "urls": { "getCurrentRelativeHumidity": { "floatValue": true, "mappers": [ { "type": "jpath", "parameters": { "jpath": "$.active_liter_lpm", "index": 0 } } ] }, "getInUse": { "mappers": [ { "type": "jpath", "parameters": { "jpath": "$.active_liter_lpm", "index": 0 } }, { "type": "eval", "parameters": { "expression": "value > 0 ? 1 : 0" } } ] } } }