-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
Active power channel (supported attribute) now detecting as total active power (unsupported attribute) #355
Comments
There is no change in the source since 2.3 and 2.4 - ie it hasn't been changed since it was first added.. Probably what is happening is that the reporting configuration is not being set, so the binding is polling. Polling and reporting are using different attributes - and this has always been the case (it's a bug, but it's always been there). Please provide a log that shows what is happening - not just the single line that shows the data. |
Attached is a copy of the working log and not working log. |
Thanks. This demonstrates my point - both logs show the same thing -: working -:
not working -:
So there is no change to the binding - but there is a change in the way the device is working. The difference is that now, for some reason, the device is not sending the reports. I would suggest to get a log showing the initialisation of the binding which is when the reporting is configured. |
Sorry - I must have accidentally uploaded an incorrect log. I’ll find the correct one and get it uploaded once I get back home. Had to dig around some snapshots to find the file again and clearly messed that up 😳. Sorry. |
Why do you think that it was the wrong log? Sorry - I'm lost? |
Just to clarify, the logs both show the error, but one log also shows the correct reports - this is as per the code - if the reports are sent by the device, then it works, and if they are sent due to polling, they won't work. The binding will periodically poll, so both logs will show the error. If the device is sending the reports, then it will also work ok. This is why I want to see the initialisation logs from the latest binding. I'm not sure I understand your comment about loading incorrect logs though? |
Sorry I thought I must have grabbed a wrong log from your first comment - but now I see you are just pointing out that it acts similarly in both yet one isn’t working. |
Older versions of OH 2.3 allowed power usage monitoring on Samjin outlet. This was coming via 'active power' channel in 2.3 and is now showing as 'total active power' in 2.4 fails as an unsupported attribute.
OH 2.3 example:
OH 2.4 example:
'Active power' channel is now detecting as 'total active power' and no longer working as 'total active power' is an unsupported attribute.
Configuration
Coordinator:
Confirmed on both telegesis and Ember EM35x coordinators to have the same result.
OH Version:
2.3 worked, 2.4 failed. (exact version between is unknown where this stopped working.
OS:
Ubuntu Linux 18.04.1 LTS
HARDWARE:
Intel(R) Xeon(R) CPU E3-1225 v5 @ 3.30GHz, 4 cores
MEMORY:
39.95 GB used / 6.30 GB cached / 47.07 GB total
JAVA:
zulu-8 (8.33.0.1)
The text was updated successfully, but these errors were encountered: