I’m using the SonOff orb-ZBRBS module. No pairing issues with zigbee2mqtt, but I can’t control them by voice. Gladys Assistant responds to me in English (see attachment) and Alexa can’t find the module (even though I already have lights and plugs recognized by Alexa).
Hi @Chris75
Is this for controlling roller shutters, if I understand correctly? How is your Sonoff switch recognized in Gladys?
I confirm that currently, this isn’t handled by either the AI or Alexa, but it could be added!
I’ve been working on adding roller shutter management to Gladys’s internal AI
Opening the shutters:
Opening to 50%:
This will be included in the next version of Gladys
Well, I took care of Alexa:
The PR:
master ← add-alexa-shutters
ouvert 07:56PM - 25 Jun 26 UTC
### Pull Request check-list
To ensure your Pull Request can be accepted as fa… st as possible, make sure to review and check all of these items:
- [x] If your changes affect the code, did you write the tests?
- [x] Are tests passing? (`npm test` on both front/server)
- [x] Is the linter passing? (`npm run eslint` on both front/server)
- [x] Did you run prettier? (`npm run prettier` on both front/server)
- [x] If you are adding a new feature/service, did you run the integration comparator? (`npm run compare-translations` on front)
- [x] Did you test this pull request in real life? With real devices? If this development is a big feature or a new service, we recommend that you provide a Docker image to the community ([forum](https://community.gladysassistant.com/)) for testing before merging.
### Description of change
Alexa : Add shutter handling
https://community.gladysassistant.com/t/ia-gladys-et-alexa-avec-mes-volets-roulants/10299/3
This development will go out in the next version of Gladys
Thanks @Chris75 for your feedback!
Awesome! Thanks for these must-have addons for me!!
Otherwise, what does « PR » mean?
Oops, sorry It’s a technical term. « PR » stands for Pull Request in English: it’s simply a code change proposal
In this case, these code changes will be deployed in the next Gladys update
Ok, thanks. Otherwise, is there a place where the programming of these addons is explained? So I can be less of a fool in the future!
Actually, these aren’t addons I modify Gladys’ code directly. The idea is that all features are natively integrated into the software.
This is one of Gladys’ strengths: everything is designed to work together, which simplifies usage, improves reliability, and avoids having to manage a multitude of plugins.
If the topic interests you, I regularly publish videos on YouTube, both on using Gladys and on its design and development:
La domotique open-source, locale et made in France 🇫🇷 depuis 2013.
Installez Gladys Assistant sur mini-PC, NAS, serveur Linux ou Raspberry Pi.
⚡ Automatisez votre maison
🔒 Gardez le contrôle de vos données
💡 Réduisez votre consommation d’énergie
I hope you’ll find what you’re looking for there!
Yes, I’ve already watched many of your videos, and it’s thanks to them that I discovered Gladys and decided to start with you by buying the starter kit instead of the HA one! But can you tell me which video talks about Gladys’s programming mode?
Recently I made this video with AI:
By the way, if you have time, I did a lot of « live coding »:
And there are others
Okay, thanks. I can feel a headache coming on!!!
Hi @Chris75 ,
These features are available in Gladys Assistant 4.81:
Salut à tous !
La version 4.81.0 est disponible !
Cette mise à jour se concentre surtout sur les volets roulants (IA, Alexa), avec plusieurs améliorations autour de l’IA, de Zigbee2MQTT, et quelques corrections bien utiles au quotidien.
Volets roulants
Suite aux retours de la communauté (IA Gladys et Alexa avec mes volets roulants ), les volets et rideaux sont mieux pris en charge :
IA : ajout d’un nouvel outil device.set-shutter, permettant à l’agent de contrôler v…