Hello,
I installed a shelly 2.5 in a rolling shutter working toghether with a Bticino button.
Then I integrated HA with haaska and configured the shelly as cover
in HA.
I find the right Shelly configuration to have the physical Bticino button working as before but now it looks it works fine together with the Shelly app.
Anyway aI have a couple of question:
I got an error when I try to calibrate the shutter with the Shelly App. Then the shutter starts to go down and up by itself (calibration procedure?). Unfortunately after this, if I set the shutter to 50% it was far to be half opened/closed so the calibration looks to be failed or completely wrong.
When I use Alexa to open/close the shutter I cannot stop it between the end run positions.
Looking at Matt server log I can see that the Shelly subribes to these topics:
1559390369: Sending PUBLISH to homeassistant (d0, q0, r0, m0, 'shellies/shellyswitch25-E66CFA/roller/0', ... (4 bytes))
1559390369: Received PUBLISH from shellyswitch25-E66CFA (d0, q0, r0, m0, 'shellies/shellyswitch25-E66CFA/roller/0/pos', ... (2 bytes))
1559390369: Received PUBLISH from shellyswitch25-E66CFA (d0, q0, r0, m0, 'shellies/shellyswitch25-E66CFA/roller/0/power', ... (4 bytes))
1559390369: Received PUBLISH from shellyswitch25-E66CFA (d0, q0, r0, m0, 'shellies/shellyswitch25-E66CFA/relay/power', ... (4 bytes))
1559390369: Received PUBLISH from shellyswitch25-E66CFA (d0, q0, r0, m0, 'shellies/shellyswitch25-E66CFA/roller/0/energy', ... (3 bytes))
1559390369: Received PUBLISH from shellyswitch25-E66CFA (d0, q0, r0, m0, 'shellies/shellyswitch25-E66CFA/relay/energy', ... (3 bytes))
1559390369: Received PUBLISH from shellyswitch25-E66CFA (d0, q0, r0, m0, 'shellies/shellyswitch25-E66CFA/input/0', ... (1 bytes))
1559390369: Received PUBLISH from shellyswitch25-E66CFA (d0, q0, r0, m0, 'shellies/shellyswitch25-E66CFA/input/1', ... (1 bytes))
1559390369: Received PUBLISH from shellyswitch25-E66CFA (d0, q0, r0, m0, 'shellies/shellyswitch25-E66CFA/temperature', ... (5 bytes))
1559390369: Received PUBLISH from shellyswitch25-E66CFA (d0, q0, r0, m0, 'shellies/shellyswitch25-E66CFA/overtemperature', ... (1 bytes))
1559390399: Received PUBLISH from shellyswitch25-E66CFA (d0, q0, r0, m0, 'shellies/shellyswitch25-E66CFA/roller/0', ... (4 bytes))
What is the right HA cover configuraion?
I copied from somewhere this but it looks there is something not coherent (missing something?)with mqtt logs:
- platform: mqtt
unique_id: "tapparella_camera"
name: "Tapparella camera"
state_topic: "shellies/shellyswitch25-E66CFA/roller/0"
command_topic: "shellies/shellyswitch25-E66CFA/roller/0/command"
payload_open: "open"
payload_close: "close"
payload_stop: "stop"
state_open: "open"
state_closed: "close"
retain: false
optimistic: false
qos: 0
position_open: 100
position_closed: 0
value_template: '{{ value.x }}'
Then I got a lot of messages like this in HA logs:
WARNING (MainThread) [homeassistant.components.mqtt.cover] Payload is not integer within range:
What is all the complete list of vocal commands I can use with Alexa to command shutters?
Thanks