Skip to content

Issues to get proper state of garage door using Shelly Addon #5

Description

@norb-HB

Hi Miguel,

thank you for providing this module. This came very handy for me.

Recently I extended my Shelly1 with a magnetic sensor and the Shelly Temperatur Sensor Addon for Shelly 1/1PM. This is due to my system works with 230V.

The state of the garage door is displayed accurately in the shelly app.
However I'd like to see the proper state in HK.

I've changed the settings of the module to:

"name": "Garagentor",
"http_method": "GET",
"openURL": "http://192.168.x.xxx/relay/0?turn=on",
"closeURL": "http://192.168.x.xxx/relay/0?turn=on",
"openTime": 17,
"closeTime": 17,
"autoLock": false,
"autoLockDelay": 20,
"polling": true,
"pollInterval": 30,
"statusURL": "http://192.168.x.xxxx/status",
"statusKey": "$.ext_switch[0].input",
"statusValueOpen": "1",
"statusValueClosed": "0",
"statusValueOpening": "2",
"statusValueClosing": "3",
"debug": true,
"accessory": "GarageDoorOpener"

It seems wether the status key I'm using is somehow wrong or the poll does not happen.
The debug option did not log any infos but open/close. When I additionaly switch the HB debug on HB is in an endless restart loop.

I'd would be very happy if you could help me.

Cheers
Norbert

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions