Comme toi, je recherches depuis hier soir, je ne comprends pas comment faire pour l’intégration de ce plug-in !
Hi all, i’m trying to install the tydom2mqtt add-on in HA but it isn’t listed when I search for it, and when I try to add a repository pointing to “hassio-addons/tydom2mqtt at main · fmartinou/hassio-addons · GitHub” I get an error, can anyone point me in the right direction of how to get this installed into HA please? Thx
Merci pour le retour mais j’ai bien ajouté les sources externes, et ca ne fonctionne pas mieux !
Try with this URL:
https://github.com/fmartinou/hassio-addons.git
If that doesn’t work, please paste the error message here.
Oula tu m’as enduis d’erreur en parlant d’HACS, j’ai confondu.
L’addon tydom2mqtt
n’est pas une intégration HACS, mais bien un addon Home Assistant. Donc ça se passe dans Paramètres
→ Modules complémentaires
. Puis Boutique des modules complémentaires
→ Menu 3 points
→ Dépôts
→ tu ajoutes https://github.com/fmartinou/hassio-addons.git
→ tu l’auras ensuite dans la liste → tu le sélectionnes → Installer
.
PS: si tu cherches du support en français, il vaut mieux se diriger vers https://forum.hacf.fr et garder les discussions ici en anglais.
Hi
The repository url to add is not the web url of the GitHub repository but the git url :
https://github.com/fmartinou/hassio-addons.git
I thought the getting started section was clear enough to onboard new users seamlessly .
Maybe it isn’t?
Or maybe the doc has just not been read?
Hi
I’m quite new to HA and mqtt but thanks to the addon , it was quite easy to install it. My shutter and door sensor works great ( some issues with some door sensors but not related to this addon ). I don’t know how I could have done without this great addon.
I also have 2 garage doors. Motor is from novoferm. ( novomatic ) and there is an embedded x3d card : (Module TYDOM 1.0 - NFF13694),
I can find both in my mqtt server so, they have been found.
{
"name": "Garage RDC",
"unique_id": "1662041571_1662041571",
"command_topic": "switch/tydom/1662041571_1662041571/set_levelCmdGate",
"state_topic": "switch/tydom/1662041571_1662041571/state",
"json_attributes_topic": "switch/tydom/1662041571_1662041571/attributes",
"payload_on": "TOGGLE",
"payload_off": "TOGGLE",
"retain": "false",
"device": {
"manufacturer": "Delta Dore",
"model": "Porte",
"name": "Garage RDC",
"identifiers": "1662041571_1662041571"
}
}
But I can’t open or close them. In the tydom app, they appeared in “Garage”. Is there a specific reason they are considered as a switch. With tydom, they behave more like a shutter. ( can open them partially ) .
I coud add a zigbee switch and a zigbee opening sensor for these 2 garage doors but I would prefer to use tydom as I need to keep it anyway for my shutters.
I actually don’t know how to make further tests.
I don’t know if it’s related but the addon stops working sometimes. : tydom2mqtt log - Pastebin.com
As I have a bad network there ( only 4G mobile router ) , it could be the explantation .
Thanks for any tips about how I could use my garage doors with home assistant and tydom2mqtt
Not sure if it’s a way to do it but for info, I’ve tried to replace the payload TOGGLE by ON or OFF in my mqttserver. And I’m now able to open or close the garage doors. It’s impossible for me to do more without help. I would love to get the same info/attributes ( position ) that I have for my shutters…Thanks.
Hey, I have a tydome pro.
I have tydom2mqtt working by setting my own password with version 3 of the tydome app.
How can I make my tydom pro not reset the password everytime it goes offline? Cause then I have to repeat resetting of password by synching with tydome pro (press pairing) reset password and then restart tydom2mqtt.
J’ai toujours ce souci avec mes volets. Lors d’un redémarrage, que les volets soient tous fermés ou ouverts j’en ai certains qui sont à l’inverse de la position réelle dans ha et un qui est ouvert à 60% alors qu’il est ouvert ou fermé totalement.
Dans le log tydom2mqtt ça semble correct mais il ne met pas à jour mqtt correctement ou une valeur est lue je ne sais pas.
Hi,
Thanks it was the URL formatting the error (forgot the .git", thanks.
By the way, using HA with Doker, I don’t find the way to configure the addon, is it from the /config/configuration.yaml
? No way to find the main.py
with FileEditor as well…
Then, I found minor helps on the tydom2mqtt by using the following code:
docker run -d --name tydom2mqtt \
-e TYDOM_MAC="001A25XXXXXX" \
-e TYDOM_PASSWORD="azerty123456789" \
-e TYDOM_IP="192.168.1.33" \
fmartinou/tydom2mqtt
But no idea where to perform it ???
Helps would be welcome !
Thanks
Cheers, the doc was clear thx, and that was the url I was using but was getting an error. Did try again same url following day and this time all worked fine so not sure what was going on. Now have this installed just waiting on device to arrive so I can setup, thx
Same issue here. I need to restart tydom2mqtt for the store values to be correct. Otherwise I just see the mqtt commands being sent but tydom doesn’t seem to process them.
J’ai la même chose chez moi.
On reçoit pourtant bien l’évènement de home assistant lors du démarrage, mais le traitement ne semble pas suffisant…
if (topic == "homeassistant/status" and payload.decode() == 'online'):
await self.tydom.get_devices_data()
il y a peut-être autre chose à faire pour tout mettre à jour. je regarderai ça quand j’aurai 5 minutes
Password reset question.
I have the Tydom 1.0 setup via the Tydom iOS app and created an internet account and can login via the app fine. I’ve installed in HA tydommqtt but as I don’t know the box’s password (only my account one) I can’t finish the setup in HA. I’ve downloaded the older Android app and run this via Bluestack as I don’t have an android device and done a reset of the box (15sec hold in reset button), but when I try to log in with the old Tydom app with a blank password it doesn’t accept it. Is there some other way to reset the box’s password so I can finishing setting up tydommqtt ?thx
Hello, did you solve your problem ? Because the same thing happened to me ansd i don’t know what to do, thx
Bonjour, je suis nouveau là dedans et je n’y connais pas grand chose et je suis bloqué, je n’arrive pas à résoudre cette erreur, auriez vous une idée svp ?
2022-11-30 22:20:37,848 - mqtt_client - INFO - """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
2022-11-30 22:20:37,848 - mqtt_client - INFO - Attempting MQTT connection...
2022-11-30 22:20:37,848 - mqtt_client - INFO - MQTT host : localhost
2022-11-30 22:20:37,849 - mqtt_client - INFO - MQTT user :
2022-11-30 22:20:37,852 - mqtt_client - INFO - MQTT connection Error : Multiple exceptions: [Errno 111] Connect call failed ('127.0.0.1', 1883), [Errno 99] Address not available
2022-11-30 22:20:37,852 - mqtt_client - INFO - MQTT error, restarting in 8s...
2022-11-30 22:20:45,861 - mqtt_client - INFO - """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
2022-11-30 22:20:45,861 - mqtt_client - INFO - Attempting MQTT connection...
2022-11-30 22:20:45,861 - mqtt_client - INFO - MQTT host : localhost
2022-11-30 22:20:45,862 - mqtt_client - INFO - MQTT user :
2022-11-30 22:20:45,864 - mqtt_client - INFO - MQTT connection Error : Multiple exceptions: [Errno 111] Connect call failed ('127.0.0.1', 1883), [Errno 99] Address not available
2022-11-30 22:20:45,865 - mqtt_client - INFO - MQTT error, restarting in 8s...
2022-11-30 22:20:53,874 - mqtt_client - INFO - """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
2022-11-30 22:20:53,874 - mqtt_client - INFO - Attempting MQTT connection...
2022-11-30 22:20:53,874 - mqtt_client - INFO - MQTT host : localhost
2022-11-30 22:20:53,874 - mqtt_client - INFO - MQTT user :
2022-11-30 22:20:53,878 - mqtt_client - INFO - MQTT connection Error : Multiple exceptions: [Errno 111] Connect call failed ('127.0.0.1', 1883), [Errno 99] Address not available
2022-11-30 22:20:53,879 - mqtt_client - INFO - MQTT error, restarting in 8s...
2022-11-30 22:21:01,887 - mqtt_client - INFO - """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
2022-11-30 22:21:01,888 - mqtt_client - INFO - Attempting MQTT connection...
2022-11-30 22:21:01,888 - mqtt_client - INFO - MQTT host : localhost
2022-11-30 22:21:01,888 - mqtt_client - INFO - MQTT user :
2022-11-30 22:21:01,892 - mqtt_client - INFO - MQTT connection Error : Multiple exceptions: [Errno 111] Connect call failed ('127.0.0.1', 1883), [Errno 99] Address not available
2022-11-30 22:21:01,892 - mqtt_client - INFO - MQTT error, restarting in 8s...
2022-11-30 22:21:09,898 - mqtt_client - INFO - """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
2022-11-30 22:21:09,898 - mqtt_client - INFO - Attempting MQTT connection...
2022-11-30 22:21:09,899 - mqtt_client - INFO - MQTT host : localhost
2022-11-30 22:21:09,899 - mqtt_client - INFO - MQTT user :
2022-11-30 22:21:09,902 - mqtt_client - INFO - MQTT connection Error : Multiple exceptions: [Errno 111] Connect call failed ('127.0.0.1', 1883), [Errno 99] Address not available
2022-11-30 22:21:09,902 - mqtt_client - INFO - MQTT error, restarting in 8s...
Je pense que l’adresse Iocalhost
n’est pas correcte.
Si tu utilises le broker mqtt embarqué dans homeassistant, tu devrais pouvoir utiliser l’adresse homeassistant
(c’est la valeur par défaut normalement)
No solution yet, though see screenshot of the setting I use. (Tydom password is the one I set when I created an internet account)
and my log looks like this
Uninstall was the solution for me