I just reported this issue:
If a input is configured as a momentary button, button presses are neither reported via MQTT .../status/input:1 nor /events/rpc
SW tested: 0.9.0-beta2
I just reported this issue:
If a input is configured as a momentary button, button presses are neither reported via MQTT .../status/input:1 nor /events/rpc
SW tested: 0.9.0-beta2
Not only when configured as momentary button, also if you have the button type as "Button", even if you have it set to "Detached" it will also not report the input state.
According to the documentation (https://shelly-api-docs.shelly.cloud/gen2/Component…omponents/Input) this is the expected behaviour, it says that for Type=Button the state will be "null"
I don't understand why it does not show the state if it is button type.
If one wants also to use the Webhook, they will not work if the type is set to "Switch"
Summing up, I cannot get simultaneously the Webhooks and the input state report at the same time.
Does anyone know how to configure in order to have both Webhooks and input state reporting working at the same time?