-
-
Notifications
You must be signed in to change notification settings - Fork 190
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
Read/Write-able attributes are not read #135
Comments
it's already in mine PR |
Thanks, I see the fixed stateKey arguments. |
Yes you are right.. we send ON and the published state is also ON.. |
This is more needed for device settings that we not configure reporting for (timeouts,... Koenkk/zigbee-herdsman-converters#185), I guess it's not a good idea to add fromZigbee and reporting for all this rarely changed attributes... |
I think this issue can be closed now. |
Just one point: Would be nice to read all readAfterWrite states once after adapter start. Then we also see the device setting if we did not write anything. (maybe earliest 2 minutes after adapter start to limit the load right at startup. And right after device send something to be sure it is not sleeping) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Seems, toZigbee.js attributes from shepherd-converter are never read by ioBroker.zigbee.
I implemented #134, and it works for writing (type 'set'). The issue is that the value never gets read from device ('get').
It looks like it is not implemented yet:
(the "->>" lines should be changed as shown (key and error, resp arguments where missing))
I tried to submit this as pull request, but git always shows the whole file as changed. Don't know why!?
Please implement the 'get' type too. Else we don't see current attribute value and if written values got accepted.
The text was updated successfully, but these errors were encountered: