I have looked at the topics with “MQTT Explorer” and found that the command topic has a retain flag set in the broker.
How this happens I can not explain!
I deleted the flag manually and it is not set anymore So I could solve my problem
When I run mosquitto add on I use my regular user. I only have one. It works almost great except the problem with shelly 2 above.
Are there any problems with using it this way? My user is administrator.
This *ucking reain flag?
I have 3 shelly 2 as roller shutter
I have 2 Shelly 1 has garage door cover
I have 5 shelly 1 as light
I have 2 shelly plug S as engergy and binary_template for dishwasher and laundry machine
All are configured in configuration . yaml.
All except the roller shutters have the retain set to true
What are the correct way here?
Mqtt was the most stable part of my system until 104.2 version it seems, would like to configure this right.
I don’t know if that has been solved yet. My Shelly 2.5 never sent something to the availability topic like the shelly1 switches do. Therefore shellies/shellyswitch-XXX/online" won’t be sent and Homeassistant will mark it as offline. I commented out the availability topic and both related payloads and the Shelly 2.5 works fine
I was looking to use my shelly 2.5 as roller shutter with percentage (just as this topic) and managed to find a more straightforward way to do so:
1- Configure my shelly 2.5 as roller shutter in the Shelly app
2- Use the Shelly integration of Home Assistant
3- With the developper tool (States) find the entities associated with my Shelly 2.5:
sensor.xxx indicates current consumption
switch.xxx for controling the relays to open and close the shutter
cover.xxx --> this is the one we want for rolling shutter or garage door
4- In Lovelace-ui I use the HACS custom component slider-entity-row
I can answer on points 2 and 3 with confidence: I have no any connection issues (but heard there are some - recently Shelly is working hard on debugging the rootcause). And since I have all my shellies connected via mqtt (without even autodiscover) I have full control over all shelly features being able to work with them as I want (not as in-the-middle-layer force me to).
As of point 1, cannot say for sure since I have only one motorized window (powered by Shelly 2.5) so no enough exoerience to know all possible use-cases
I only experienced issues with my Shellies once, when Shelly was pushing some major firmware updates. It did not last long, and once the fimware was updated, everything was back to normal. Apparently there won’t be some major changes from Shelly like this one in the future.
Sliders are not “out of the box” in HA, but it is very easy to implement them. And I am pretty confident that they will update Lovealce cards in the future to integrate them.
As far as everyday use is concerned, I do not miss any Shelly option in HA.
I can only recommend the duo “Shelly + HA” in termes of ease and reliability.
Hi Guys; New at OA and reading and learning a lot. Can anyone help in creating a scenario to close all shutters and open? Currently I have all the shutters working more or less as I want. The idea would be to create a scenario to close all the house or only part of the house and open of course.
3. Create automations
It is now just a matter of using automations (or blueprints) or scenes to create your scenarii .
Alternatively, if your automations are mostly time based or sun based, I may suggest you use the HACS integrationscheduler-component by @nielsfaber and the frontend Scheduler Card by the same author.
4. Lovelace integration
When you integrate the group as an entity in lovelace UI you get a summary
When you click on it you get a very interesting summary.
5. Voice assistant integration
The name you use for the group may be called in your voice assistant (Alexa / Google Assistant…) integration with all the possible services (“open” / “close” / “open to n%”…) it may recognize.
i got two shellies 2.5 for shutter, the windows are next to each other, but i got just one physical switch to open or close, i want to use this for both.
so if i open or close shutter with the physical switch it should operate both windows.
think should be workable with a template, but i am not that template guy, any1 can help out please?
Yes, you can connect one single physical switch to multiple Shelly 2.5s. This should result in all connected roller shutters being triggered by each of their Shelly’s at the same time, when the switch is pressed.
In Home Assistant each roller shutter of course is a single instance. If you want to control them all at once just like you do with the physical switch, then you can create a cover group and control all roller shutters simultaneously via the group. No need for a template.