CurrentDoorState should handle OPENING, CLOSING, STOPPED states but only recognizes OPEN and CLOSED.
Current Behavior
2023-12-30 09:55:20.746 [WARN ] [ssories.HomekitCharacteristicFactory] - Wrong value CLOSING for GarageDoorOpener characteristic of the item Garage_Door_Door_Text. Expected one of following [OPEN, CLOSED]. Returning CLOSED.
2023-12-30 09:55:18.659 [INFO ] [openhab.event.ItemCommandEvent ] - Item 'Garage_Door_Door_Text' received command CLOSED
2023-12-30 09:55:18.660 [INFO ] [penhab.event.ItemStatePredictedEvent] - Item 'Garage_Door_Door_Text' predicted to become CLOSED
2023-12-30 09:55:18.663 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'Garage_Door_Door_Text' changed from OPEN to CLOSED
2023-12-30 09:55:20.747 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'Garage_Door_Door_Text' changed from CLOSED to CLOSING
2023-12-30 09:55:33.748 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'Garage_Door_Door_Text' changed from CLOSING to CLOSED
home/garage/garagedoor/command/door close
home/garage/garagedoor/status/door closing
home/garage/garagedoor/status/door closed
Possible Solution
Steps to Reproduce (for Bugs)
Configure item with HomeKit metadata CurrentDoorState per documentation with device that sends OPEN, CLOSED, CLOSING, OPENING.
Context
ratgdo status uses open, opening, stopped, closing, closed for status. Hooking it up to Homekit yields warnings in logs.
Your Environment
Version used: openHAB/bundle 4.1.0
Environment name and version (e.g. Chrome 76, Java 8, Node.js 12.9, ...): openjdk 17.0.9 2023-10-17 LTS
Operating System and version (desktop or mobile, Windows 10, Raspbian Buster, ...): Debian 11.8
Expected Behavior
CurrentDoorState should handle OPENING, CLOSING, STOPPED states but only recognizes OPEN and CLOSED.
Current Behavior
Possible Solution
Steps to Reproduce (for Bugs)
Configure item with HomeKit metadata CurrentDoorState per documentation with device that sends OPEN, CLOSED, CLOSING, OPENING.
Context
ratgdo status uses open, opening, stopped, closing, closed for status. Hooking it up to Homekit yields warnings in logs.
Your Environment