Releases: Feilner/homebridge-plc
Releases · Feilner/homebridge-plc
1.0.16
[1.0.16] - 2020-11-09
Changed
- Only disconnect to PLC on TCP errors mask 0x000fffff of snap7 error codes. Clint errors of PLC does no longer trigger reconnect
- Snap7 error codes are printed in hex values
- Documentation extended
Fixed
- Fix poll issue for
PLC_TemperatureSensor
,PLC_HumiditySensor
andPLC_Thermostat
- Fix double definition for
PLC_GarageDoorOpener
1.0.15
1.0.14
1.0.13
1.0.12
1.0.11
1.0.10
Support of push from PLC (#10) ## [1.0.10] - 2020-10-26 ### Added - **Push support** from the PLC to the homebridge-plc plug in by a http request - Poll support for all supported accessories. (Please inform me if one is not working as expected) ### Changed - Accessory `PLC_WindowCovering`, `PLC_Window` and `PLC_Door` need to define new option `forceCurrentPosition` to maintain current behaviour! ### Fixed - Accessory `PLC_GarageDoorOpener` add missing `get_LockCurrentState`
1.0.9
More polling (#9) ## [1.0.9] - 2020-10-21 ### Added - Accessory: `PLC_OccupancySensor`: Add polling to detect changes. New configuration `enablePolling` and `pollInterval` - Accessory: `PLC_MotionSensor`: Add polling to detect changes. New configuration `enablePolling` and `pollInterval` - Accessory: `PLC_ContactSensor` added. - Accessory: `PLC_TemperatureSensor` Add option `minValue`, `maxValue` `minStep` - Accessory: `PLC_HumiditySensor` Add option `minValue`, `maxValue` `minStep` - Accessory: `PLC_LightBulb` Add option `minValue`, `maxValue` `minStep` - Accessory: `PLC_Thermostat` Add option `minValue`, `maxValue` `minStep` and changed default setting ### Changed - Accessory `PLC_SecuritySystem` a set of target state will do a single get of target and current state