Marci
Marci
Would need rewriting to support the CarbonDioxide Sensor service type instead of AirQuality service type as that's the only service type allowed to have Characteristic.CarbonDioxideLevel... https://github.com/homebridge/HAP-NodeJS/blob/0655c18fc3ccc0637166ccfd915bf7aef0d2b14f/src/lib/definitions/ServiceDefinitions.ts#L401 Doesn't look like Homebridge...
Separate issue. If you don’t use MQTT you have to pull to refresh. If you want things to update automatically in a timely fashion you MUST use MQTT.
I don't have ANY dimmers in Domoticz that I can set brightness to 0% without them tallying automatically over to "Off"... unless this is a behaviour change in the latest...
Righty... yes, domoticz allows in latest version. Not a simple fix and will require a rework of all the dimming features in homebridge-edomoticz... which has a knock on effect on...
Modifications required around... - https://github.com/PatchworkBoy/homebridge-edomoticz/blob/9e08e09e93204da05aa8c2df7ba30eaf1be13982/lib/domoticz_accessory.js#L290 - https://github.com/PatchworkBoy/homebridge-edomoticz/blob/9e08e09e93204da05aa8c2df7ba30eaf1be13982/lib/domoticz_accessory.js#L1089 - https://github.com/PatchworkBoy/homebridge-edomoticz/blob/9e08e09e93204da05aa8c2df7ba30eaf1be13982/lib/domoticz_accessory.js#L1758 (fan speed % uses same handler, as does anything that sets by % such as volume...) - and probably a few...
Pull reqs merged and a few additional tweaks. Closing. https://github.com/PatchworkBoy/homebridge-edomoticz/commit/0d52ac714bdaa59919ecc9126feadae0b0daad70
I use homebridge-web-thermostat to node-red to Domoticz json api… covers all the options. Mine uses two set points to set upper and lower thresholds, 2x switches (heating and aircon), and...
Need a full sample json api output for a working device…
Probably wants `|| this.Type == "Setpoint" ` adding at line 2226… https://github.com/PatchworkBoy/homebridge-edomoticz/blob/c3bb69422b7288d5a5a829ab49d029ebfc6992f0/lib/domoticz_accessory.js#L2226
Yup, looks like copy paste suggested code from https://github.com/PatchworkBoy/homebridge-edomoticz/issues/274#issuecomment-1774219297 before the : at end of that line. Restart homebridge. Test.