tydom2mqtt
tydom2mqtt copied to clipboard
V 2 6 x : Cover doesn't work sometimes
I use some cover and the tydom2mqtt version 2.6.2 sometimes the attributes position and current-position from cover.xxx are not updated so that it's impossible to manage them by the entity cover.xxx. The way to recover the right behavior is to move manually with the Tydom application or to create a button that make a movement...
In the integration the data are updated only if they change, I think that it should be better to update them at each time they are read.
in my exemple, the shutter is physically closed entities:
- label: Volet Chambre rdc type: section
- entity: cover.chambre_1 position = 100
- entity: cover.chambre_1 type: attribute attribute: position value = - name: position
- entity: cover.chambre_1 type: attribute attribute: current_position value = 100 name: position courante
- label: Sensor position type: section
- sensor.position_tydom_chambre_1 = 0

It should be also nice to have the general attributes from cover like opening, closing is_closed is_opened
Still same for me. I bought my covers from kline. Log seems ok nut it's not updating mqtt sensors i guess. And always the same covers are reported as closed and one is at 60% Each time i restart ha it's like this. If i restart only tydom2mqtt seems fine.
Same as https://github.com/fmartinou/tydom2mqtt/issues/40 ?