Hi,
I’m on openhab 4.3.7 and have a Shelly 3EM connected since ages.
Now I just added a Shelly Pro 1PM which was easy enough.
I connected the device and three channels:
Group gShelly1PM “Ladesteckdose” (gAussen) [“Sensor”]
Number ladesteckdose_power “Leistung [%.1f W]” (Energy, gShelly1PM) [“Measurement”, “Power”] { channel=“shelly:shellypro1pm:c4cf2c1b73:meter#currentWatts” }
Number ladesteckdose_energy “Gesamtbezug [%.1f KWh]” (Energy, gShelly1PM) [“Measurement”, “Energy”] { channel=“shelly:shellypro1pm:c4cf2c1b73:meter#totalKWH” }
Switch ladesteckdose “Ladesteckdose” (gShelly1PM) [“Switch”] { channel=“shelly:shellypro1pm:c4cf2c1b73:relay#output” }
I can control the relay via the switch without problems but the Numbers stay on NULL forever. Within the Shelly app I get the correct data displayed.
What could be the reason why the Numbers are not updating?
Thanks,
Wolfgang