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

Can't change Send interval for ZW096 device #2308

Closed
andrerod opened this issue Jul 12, 2020 · 4 comments
Closed

Can't change Send interval for ZW096 device #2308

andrerod opened this issue Jul 12, 2020 · 4 comments

Comments

@andrerod
Copy link

andrerod commented Jul 12, 2020

Somewhat strange but cant' change the value of interval for a zw096 using ozwadmin. Not sure if it is an openzwave issue (device definition) or a ozwadmin issue though.

Essentially, the UI doesnt tallow me to input any integer different than 0.

Screen Shot 2020-07-12 at 12 07 32 PM

@andrerod
Copy link
Author

Was able to set this correctly via MQTT with the sendvalue api. So i think this is somehow a ozwadmin issue.

@kpine
Copy link
Contributor

kpine commented Jul 13, 2020

OpenZWave/ozw-admin#33

@andrerod
Copy link
Author

@kpine yeah that seems to be the same issue.

If it helps for any reader the workaround i did was:

  • Open up MQTT Explorer
  • Grab the valueidkey from the field definition in the instance node of the device node.
  • Use the setvalue command which expects two fields in the payload: the valueidkey and the new value.
  • Observe that openzwave replies with an ack / success response and prosper.

@andrerod
Copy link
Author

Closing this here and this is being tracked, correctly, in ozw-admin.

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