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

TS0601 _TZE204_lzriup1j wrong "working day" parameter #23979

Closed
arkadi222 opened this issue Sep 15, 2024 · 1 comment
Closed

TS0601 _TZE204_lzriup1j wrong "working day" parameter #23979

arkadi222 opened this issue Sep 15, 2024 · 1 comment
Labels
problem Something isn't working

Comments

@arkadi222
Copy link

What happened?

there is wrong order in e.enum('working_day')
https://github.com/Koenkk/zigbee-herdsman-converters/blob/34de76fe3d1ffb2aa6dbcd712ceb5178f38712f9/src/devices/tuya.ts#L4375C13-L4375C81
when I set 5days mode in thermostat settings I see in GUI
image

I think that correct order is:
e.enum('working_day', ea.STATE_SET, ['disabled', '5-2', '6-1', '7'])

What did you expect to happen?

change order to show correct values in z2m gui

How to reproduce it (minimal and precise)

No response

Zigbee2MQTT version

1.40.1

Adapter firmware version

7.4.2

Adapter

EmberZNet Skyconnect

Setup

unraid docker

Debug log

No response

@arkadi222 arkadi222 added the problem Something isn't working label Sep 15, 2024
@Koenkk
Copy link
Owner

Koenkk commented Sep 16, 2024

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
problem Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants