-
Notifications
You must be signed in to change notification settings - Fork 507
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
Blitzwolf BW-SHP13 still not showing up, despite it marked as in the .79 beta here #2988 #3471
Comments
Ok, this is odd, after watching it showing up as 0xAD4A, and not being able to find it in the REST API, I tried pairing it again (not resetting it before I did that), and it changed the name of the entity to Smart plug 9, and it showed up in Deconz??? |
Hello, { |
Same here with actual beta version. Once I start the search for new sensors and query via vnc, the measuring will show up, but needs manual binding for updates. |
Yes, that's exactly the solution. Unfortunately, that's a device thing where we can do nothing about it. It used a not so standard way of reporting power values in predefined intervalls. If that report didn't get emitted or caught in the first pairing attempt, the corresponding sensors are not created. So rule of thumb: If any sensor did not get created, just do a new sensor search in Phoscon (without resetting the device), but try to trigger the function which is missing (turn it on, apply a load, etc.). Glad it works now! |
I understand, thanks. Is there a way to change the reporting interval or trigger the "read" from Rest API? |
Unfortunately, no based on any feedback provided. That'S the circumstances I meant earlier. |
Why not enable the Rest API to trigger read per node cluster? I believe that might be useful in other areas, too. |
I see in Zigbee2mqtt they are actively polling this plug to get frequent updates. Not sure what works best with deconz, but I can add some polling via rest api myself and this would be useable in other areas as well. Is that feasible @SwoopX ? |
Any chance to look into it? |
Thought about it at least. It would probably require some hack of the poll mechanism. Apart from that, I currently do see 0 benefit from that. Polling is used if a device doesn't support reporting and therefore, try to receive status updates by the given frequency. So in other words: No polling -> unknown device state. Now, as far as I know, the plug supports autonomous reporting at a fixed rate of 2 mins. If you just received a report and then poll every 5 secs, you just get spammed by identical values and put some more load on your network until the next report (and then if repeats). The only exception would be from my perspective, if the plug would internally refresh its values more frequently and provides them for reading. EDIT |
I can confirm the 2 minutes, not 30s. By pressing the read button in VNC I did receive new values like every 5s. |
Can you explain what did you mean with "By pressing the read button un VNC" ? I can't figure out how to get consumption measure in phoscon webapp / jeedom / home assistant :( |
@carmelo42: Connect to VNC, select the respective node, use cluster "Electrical Measurement Cluster" and click "read" as shown in the screenshot. @Mimiix: I did check it and mine is by itself reporting an update every 2 minutes. I'm using deconz (docker) ver. 2.07.00, see screenshot around basic information from the plug: If I "spam" read, it gives me an update ~5s or less. Any difference in terms of deconz version / plug firmware? |
Any idea how to increase polling or trigger from the REST API |
Am interested in this too. Doesn't really refresh for me at all. |
Hi all |
I am locking this one, as we seem to have 2 issues on these now. Please all continue in #3788 (comment) I'll get manuel to check it. |
Describe the bug
According to #2988 it was solved as included in the .79 beta. I'm on 2.05.84, and it is showing as a smartplug in the VNC interface, but nothing is showing up in phoscon, not as a light, and not as a sensor
Steps to reproduce the behavior
Expected behavior
It should show up as a light and two sensors.
Screenshots
Environment
The text was updated successfully, but these errors were encountered: