tydom2MQTT addon :D - Delta Dore Tydom to MQTT Broker

Great !!! Thanks a million . I have been able to get the garage door close or open by an ugly patch but I needed an additional sensor to get the close state. This is so better. I’m still a newbie with github but can I help by testing it with your branch ?
Does that mean we will be able to make a partial opening of the garage door ?

I am still working on the partial door opening but I undersrand how the plugin work now.
I also add management of kline automatic doors.
For people who don’t whant to wait future integration i create a fork GitHub - koleos6/hassio-addons: Hass.io addons repository

1 Like

I don’t use the addon but docker on a separate server even if I’m still learning about docker. . It was to fix the garage door issue. :wink: , at least to test my changes.
So I’ve just quickly tried with the help of portainer your master branch. It now works !. Entity is automatically found in HA and I can open and close the garage door. ( like my hack but in a much cleaner way ). I can see the “level” entity change with 0 - 50 - 100 but with a huge latency. My additional open-close sensor could be removed. I can see another entity which is I guess for the led light ? But I cannot currently control it. Great work !! Thanks.

Bonjour, quelqu’un a t il réussi à faire une automatisation dans HA pour gérer les volets et/ou lumières ?
Que se soit depuis HA, ou NodeRed les actions ligth.turn_ON, cover.close_cover s’exécutent mais rien se passe réellement. Pourtant les boutons depuis le dashboard fonctionnent comme attendu.
Aussi, j’aimerai comprendre ce qui ne va pas dans mes automatisations (elles fonctionnent pour des volets non-Tydom). Quelqu’un a t il un exemple simple qui fonctionne ?

Merci d’avance

Hello, has anyone managed to do an automation in HA to manage shutters and/or lights?
Whether it’s from HA, or NodeRed the actions ligth.turn_ON, cover.close_cover execute but nothing actually happens. However, the buttons from the dashboard work as expected.
Also, I’d like to understand what’s wrong with my automations (they work for non-Tydom panels). Does anyone have a simple example that works?

Thanks in advance

Bonjour, le problème est résolu. Tydom2Mqtt était en erreur. Un redémarrage du boitier Tydom a résolu les problèmes de connexion et d’automatisation.

Hello, the problem is solved. Tydom2Mqtt was in error. A reboot of the Tydom box resolved the connection and automation issues.

Hello, I just push another version that correct the set position issue :wink:

Hello @fastm3 have you seen the new version, is it ok on your site for the set position ?

Sorry, I’ve installed your latest version and I’ve removed my other custom entities in order to test it. So it has been tested a little but I’ve not had time to look at the logs. First , on my home assistant , my regular covers ( 15 ) and open sensors ( 20 ) are still working . Good ! :slight_smile: . I use now only your new garage_door entities. Up , down, stop are ok. I can see also 3 status: “open” - “closed” - “Open ⸱ 50%” . That’s enough for me to automate it and get an alert when it’s open. But when I try to use the HA UI to set the position, it doesn’t open/stop/close the garage door. I don’t know if the garage door has this ability. I think we can control some favorite positions instead but I’ve not had the time to investigate about that. By the way, I think in a previous version I could see the light of the garage door as an entity. It is not seen anymore.

Ok thank you for the feedback.
On my side it works well. It probably depends on garage door. There are two commands to set the opening to two different favorites positions.
As it was working on my side i don’t add them. I will try to add them to see if it is what you need on your garage door model.

Thanks to you, it is really usefull to add more supported devices. I don’t need more feature. It’s ok for me as long as I have the open/close/50% status .It seems I have an issue though. One of my two garage door doesnt work after a while ( probably about 1 week ). I can see in the log than a command is received for both but only one was executing. very weird because one is still working perfectly. I still don’t know what is the cause but I had just updated and rebooted home assistant. But then rebooting again HA or restarting tydom2mqtt doesn’t help. Restarting the tydom gateway has fixed the problem. It’s a very rare issue ( I had once the issue but thought it was my automation ) . Right now, I’m not able to reproduce it. I will open a bug as soon as I have usefull infos or logs.

Thank you so much for that solution.

Issue looks not be at MQTT side as the delta dore equipment with profile : light …

Tydom app → house → Informations → Installation → Equipement Garage : Function on off, Profile Light

Hi @erwan33fr, I know the post is old, but I’ve missed it. I’m really interested in getting this fix because my alarm activation still isn’t working (Tyxal CSX40)

Could you please tell me how to benefit from your fix ?

Thx, Lionel

Hello @egonthier63

Where do you put this configuration ? When I copy this in the yaml file, errors occurs.

Garage (switch.product_1_2)
MQTT discovery data:
Topic: homeassistant/switch/tydom/1707845294_1707845294/config
Payload
name: null
unique_id: '1707845294_1707845294'
command_topic: switch/tydom/1707845294_1707845294/set_levelCmdGate
state_topic: switch/tydom/1707845294_1707845294/state
json_attributes_topic: switch/tydom/1707845294_1707845294/attributes
payload_on: TOGGLE
payload_off: TOGGLE
retain: 'false'
device:
  manufacturer: Delta Dore
  model: Porte
  name: Garage
  identifiers: '1707845294_1707845294'
platform: mqtt

This is a debug log, not a configuration. Garage doors are currently detected as switch with a payload “toggle” for on or off. This is wrong. You can use this fork: GitHub - koleos6/hassio-addons: Hass.io addons repository . It will be simpler for you. The garage doors are ok with it.
I don’t know if these changes have been currently in the main repository. It seems there are side effects on the lights. It’s ok for me with this fork as I have only covers , garage doors, and doors sensor.

I have new thermostat Tywell Control delivered with TydomPro/TydomHome who looks not compatible with tydom2mqtt.
Is anyone found a solution to make it work with HA?

@koleos
Are you still working on tydom2mqtt project?

Hi @fmartinou @CyrilP and other developers participants. Great work with this integration, love it.
I was wondering if there is a way to integrate Tycam and alarm in HA.

Thanks