Skip to content

Releases: Feilner/homebridge-plc

1.0.16

09 Nov 20:34
9de1778
Compare
Choose a tag to compare

[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 and PLC_Thermostat
  • Fix double definition for PLC_GarageDoorOpener

1.0.15

07 Nov 18:41
Compare
Choose a tag to compare

[1.0.15] - 2020-11-07
Changed
Documentation updated and added PLC examples

1.0.14

06 Nov 18:57
Compare
Choose a tag to compare

[1.0.14] - 2020-11-06

Fixed

  • Config issue with Push from PLC
  • Documentation

1.0.13

31 Oct 10:34
Compare
Choose a tag to compare
### Added

- Possibility to control PLC devices via http request (experimental)

### Fixed
- Push notifications from PLC where not correctly handled when the bit address is not *.0

1.0.12

31 Oct 10:51
6106750
Compare
Choose a tag to compare
Plc lock mechanism bool (#12)

## [1.0.12] - 2020-10-27

### Added
- Accessory `PLC_LockMechanismBool`
- Accessory `PLC_LockMechanism` got new option `forceCurrentState`

1.0.11

31 Oct 10:52
908fab7
Compare
Choose a tag to compare
Hotfix for PLC_Window, PLC_Door and PLC_WindowCover (#11)

1.0.10

31 Oct 10:53
b9c336b
Compare
Choose a tag to compare
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

31 Oct 10:54
06db692
Compare
Choose a tag to compare
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

1.0.8

31 Oct 10:55
Compare
Choose a tag to compare
PLC_MotionSensor was not functional