Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalide state tuya shutter since v1.39.00 #23483

Open
ElCaplar opened this issue Aug 2, 2024 · 6 comments
Open

Invalide state tuya shutter since v1.39.00 #23483

ElCaplar opened this issue Aug 2, 2024 · 6 comments

Comments

@ElCaplar
Copy link

ElCaplar commented Aug 2, 2024

Hello everyone,

Following an update to Zigbee2MQTT 1.39.00 , I have noticed strange behavior with some of my roller shutters (specifically those with modules recognized as TUYA-TS130F. I have 2 other MOES modules [MS-108ZR] that are working correctly).

When I fully raise the shutter, the status visible in Home Assistant is "closed" even though the shutter is open. Below is the trace from the development menu:

state : closed
current_position: 100
backlight_mode: null
calibration: "OFF"
calibration_time: 32
indicator_mode: "off"
linkquality: 255
motor_reversal: "OFF"
moving: STOP
position: 100
friendly_name: volet-salon
supported_features: 15

On zigbeemqtt interface here is :

{ "calibration": "OFF", "calibration_time": 32, "indicator_mode": "off", "linkquality": 255, "motor_reversal": "OFF", "moving": "STOP", "position": 100, "state": "OPEN" }

The shutter appears closed while it is actually open. When I click on "STOP," the status updates correctly

I am experiencing exactly the same strange behavior when I close the shutter, as it appears to be in open mode. When I use intermediate positions, there is no issue.

When i downgrade on 1.38.00 version, all is ok.

Do you have any possible solutions or workarounds for this behavior?

Originally posted by @ElCaplar in #23480

@matwojcik
Copy link

Similar issue was described here: #23277 but there they mention HA as a buggy, once you say that downgrade of Z2M helps.

@platte-73
Copy link

I have the same problem after update z2m

@eerguen
Copy link

eerguen commented Oct 2, 2024

I have the same problem with two Moes TS130F (_TZ3000_1dd0d5yi) devices. Shutters are open - HA shows closed and vice versa. Connection correct - hardware buttons work. Two are partially not working and two without any issues. Sometimes I have to press the switch three times for the shutter to close / open completely. It behaves very strangely and is annoying.

{ "calibration": "ON", "calibration_time": 19, "linkquality": 69, "motor_reversal": "OFF", "moving": "STOP", "position": 0, "state": "CLOSE", "update": { "installed_version": 71, "latest_version": 71, "state": "idle" } }

@Koenkk
Copy link
Owner

Koenkk commented Oct 3, 2024

Are they open or closed with "position": 0, "state": "CLOSE"?

@eerguen
Copy link

eerguen commented Oct 4, 2024

Are they open or closed with "position": 0, "state": "CLOSE"?

In this state, the roller shutter is completely open. In the “open” state, the roller shutter is closed. However, the switches function correctly.

@Koenkk
Copy link
Owner

Koenkk commented Oct 5, 2024

@eerguen fixed!

Changes will be available in the dev branch in a few hours from now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants