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

Error displayed when setting Fan Mode using "Expert commands" #221

Open
Fingerz opened this issue Jan 15, 2017 · 2 comments
Open

Error displayed when setting Fan Mode using "Expert commands" #221

Fingerz opened this issue Jan 15, 2017 · 2 comments

Comments

@Fingerz
Copy link

Fingerz commented Jan 15, 2017

When trying to use the Expert UI to set Fan Mode on a thermostat using the "Expert commands" tab of the Configuration section, I get the following error message:

screenshot

When I check the log file, this is what I'm seeing:

[2017-01-12 09:08:56.380] [D] [zway] SETDATA controller.data.incomingPacket.nodeId = 185 (0x000000b9)
[2017-01-12 09:08:56.380] [D] [zway] SETDATA controller.data.incomingPacket.frameType = "singlecast"
[2017-01-12 09:08:56.380] [D] [zway] SETDATA controller.data.incomingPacket = **********
[2017-01-12 09:08:56.380] [D] [zway] SETDATA devices.185.data.lastReceived = 0 (0x00000000)
[2017-01-12 09:08:56.381] [D] [zway] SETDATA devices.185.instances.0.commandClasses.136.data.bytes = byte[4]
[2017-01-12 09:08:56.381] [D] [zway]   ( 02 03 01 00 )
[2017-01-12 09:08:58.952] [D] [zway] RECEIVED: ( 01 0C 00 04 00 86 06 31 05 01 42 08 48 40 )
[2017-01-12 09:08:58.956] [D] [zway] SENT ACK

A more detailed log file is attached.
z-way-server-thermostat-bug.log.txt

@PoltoS
Copy link
Member

PoltoS commented Jan 15, 2017

Strange, but the error corresponding to the one on the screenshot is not in your log.

But the problem is that it should have two params, not one.

You can try to execute this: http://ip:8083/JS/Run/zway.devices[185].commandClasses[68].Set(1,1)

Please also try v2.3.0-rc6 - it should have some fixes of Expert UI. May be it was already fixed there.

@Fingerz
Copy link
Author

Fingerz commented Jan 15, 2017

The command executed perfectly. I will try and make time this week to install the release candidate and see if the Expert UI issue I've seen has been fixed.

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