-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[shelly] Some channels on Shelly Pro 3EM report NULL #16772
Comments
Something you can look into @markus7017 ? |
Please switch to the latest DEV build and try again, check READMEbeta 4.2-DEV | 4.0.-DEV | 3.4.5-DEV | README | READMEbeta Note: The DEV build is always newer than the version in the official Distro or Milestone builds. Current development is based on 4.1-SNAPSHOT, 4.0.x and 3.4.x might be outdated. |
Hi Markus I have implemented your solution. Unfortunately without success, the behaviour is still the same. The two channels "totalKWH" and "reactiveWatts" are missing. I have done the following: wget -O org.openhab.binding.shelly-4.2.0-SNAPSHOT.jar https://github.com/markus7017/myfiles/blob/master/shelly/org.openhab.binding.shelly-4.2.0-SNAPSHOT.jar?raw=true
# -> removed all shelly things
# -> Uninstall Shelly binding form UI
openhab-cli console -> feature:install openhab-transport-coap
systemctl stop openhab.service
sudo cp org.openhab.binding.shelly-4.2.0-SNAPSHOT.jar /usr/share/openhab/addons
systemctl start openhab.service
openhab-cli console -> bundle:list
added shelly pro 3em thing ....
290 │ Resolved │ 80 │ 2.7.4 │ Californium (Cf) Core
291 │ Resolved │ 80 │ 2.7.4 │ Californium (Cf) Element Connector
292 │ Resolved │ 80 │ 2.7.4 │ Californium (Cf) OSGi
293 │ Resolved │ 80 │ 2.7.4 │ Scandium (Sc) Core
294 │ Resolved │ 80 │ 4.2.0.202405241838 │ openHAB Add-ons :: Bundles :: Shelly Binding |
did you checked advanced channels? |
Yes, the channels don't exist, also not in the advanced channels. |
I think should be solved. Please try current DEV build |
@markus7017: I have tested with https://github.com/markus7017/myfiles/blob/master/shelly/org.openhab.binding.shelly-4.3.0-SNAPSHOT.jar - ist this the right "DEV build"? With this version I have the same problem as @hoinmic describes in this thread. |
I have the same problem and also tried the DEV build. |
Please share your results. |
You forgot btw to reply on an other bug I replied on😅. |
The Shelly Pro 3EM device does not display all values, some channels display " NULL ". The debug functionality of the shelly addon shows the arrival of the corresponding data, but the channel are not updated.
Tested with the commits on the openhab-addons branch 4.2.0~M2-1
I have not yet discovered any errors in the shelly folder of the openhab-addons repository.
Does anyone have an idea what is wrong here?
Logs:
Shelly-addon logs:
Items file:
Rules file:
Addendum:
It is noticeable that even with the UI (openhab+openhab-addons version 4.2.0~M2-1) for the Thing, only the channels
shelly:shellypro3em:pvInverter:meter1#currentWatts
shelly:shellypro3em:pvInverter:meter1#returnedKWH
shelly:shellypro3em:pvInverter:meter1#voltage
shelly:shellypro3em:pvInverter:meter1#current
shelly:shellypro3em:pvInverter:meter1#powerFactor
are suggested (for all three electricity meters). From the channels
channel="shelly:shellypro3em:pvInverter:meter1#totalKWH"
shelly:shellypro3em:pvInverter:meter1#reactiveWatts"
every trace is missing.
Addendum:
I have now compiled the latest version of shelly openhab-addon from mainbranch . It seems that the BaseHandler receives all data.
But still no output on the channels.
The text was updated successfully, but these errors were encountered: