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

respond to local time attribute request command #1597

Closed
insipiens opened this issue Sep 27, 2020 · 4 comments
Closed

respond to local time attribute request command #1597

insipiens opened this issue Sep 27, 2020 · 4 comments

Comments

@insipiens
Copy link
Contributor

I'm working on improving a device converters for Moes room thermostat

One of the issues is the thermostat doesn't keep good time, an issue when it uses the program setting.

I see it updates using the zigbee cluster library frame command with attribute 0x0007 request local time

Is this possible to use, and how to respond to the device's request?

image

@Koenkk
Copy link
Owner

Koenkk commented Sep 27, 2020

This should already be done for all devices here: https://github.com/Koenkk/zigbee-herdsman/blob/master/src/controller/model/device.ts#L174

@insipiens
Copy link
Contributor Author

I see, wonder why that isn't functioning in this case?

I'll sniff the Z2M traffic and verify.

@insipiens
Copy link
Contributor Author

Wow, seems to be working fine....let me check with someone else testing the same device and had same problem.

If fine I'll close the issue shortly.

Cheers

@insipiens
Copy link
Contributor Author

Closed. Everything works fine

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

2 participants