Shelly Binding

@markus7017
Thanks for your answer and i setup a fresh new installation with openhabian on as Raspi.

I could succesfully add the bundle via the 3 addon files (version 3.3).
A Shelly scan was successfull and the devices has been found during the scan with correct IP.

  • deviceType shellyplus2pm
  • deviceGeneration 2
  • deviceMode
  • modelId: unknown
  • serviceName: shellyplus2pm-a8032ab66590
  • deviceName

error from openhab.log
2022-07-04 19:43:59.848 [WARN ] [helly.internal.api2.Shelly2WebSocket] - Unable to process WebSocket message: {“src”:“shellyplus2pm-a8032ab66590”,“dst”:“shellyplus2pm-a8032ab66590”,“method”:“NotifyStatus”,“params”:{“ts”:1656956640.03,“cover:0”:{“id”:0,“aenergy”:{“by_minute”:[0.000,0.000,0.000],“minute_ts”:1656956639,“total”:4.610}}}}
java.lang.NullPointerException: null
at org.openhab.binding.shelly.internal.api2.Shelly2ApiClient.updateRollerStatus(Shelly2ApiClient.java:363) ~[bundleFile:?]
at org.openhab.binding.shelly.internal.api2.Shelly2ApiClient.fillDeviceStatus(Shelly2ApiClient.java:173) ~[bundleFile:?]
at org.openhab.binding.shelly.internal.api2.Shelly2ApiRpc.onNotifyStatus(Shelly2ApiRpc.java:287) ~[bundleFile:?]
at org.openhab.binding.shelly.internal.api2.Shelly2WebSocket.onText(Shelly2WebSocket.java:153) [bundleFile:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
at org.eclipse.jetty.websocket.common.events.annotated.CallableMethod.call(CallableMethod.java:70) [bundleFile:9.4.46.v20220331]
at org.eclipse.jetty.websocket.common.events.annotated.OptionalSessionCallableMethod.call(OptionalSessionCallableMethod.java:68) [bundleFile:9.4.46.v20220331]
at org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver.onTextMessage(JettyAnnotatedEventDriver.java:301) [bundleFile:9.4.46.v20220331]
at org.eclipse.jetty.websocket.common.message.SimpleTextMessage.messageComplete(SimpleTextMessage.java:69) [bundleFile:9.4.46.v20220331]
at org.eclipse.jetty.websocket.common.events.AbstractEventDriver.appendMessage(AbstractEventDriver.java:67) [bundleFile:9.4.46.v20220331]
at org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver.onTextFrame(JettyAnnotatedEventDriver.java:287) [bundleFile:9.4.46.v20220331]
at org.eclipse.jetty.websocket.common.events.AbstractEventDriver.incomingFrame(AbstractEventDriver.java:152) [bundleFile:9.4.46.v20220331]
at org.eclipse.jetty.websocket.common.WebSocketSession.incomingFrame(WebSocketSession.java:326) [bundleFile:9.4.46.v20220331]
at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.incomingFrame(ExtensionStack.java:202) [bundleFile:9.4.46.v20220331]
at org.eclipse.jetty.websocket.common.Parser.notifyFrame(Parser.java:225) [bundleFile:9.4.46.v20220331]
at org.eclipse.jetty.websocket.common.Parser.parseSingleFrame(Parser.java:259) [bundleFile:9.4.46.v20220331]
at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onFillable(AbstractWebSocketConnection.java:459) [bundleFile:9.4.46.v20220331]
at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onFillable(AbstractWebSocketConnection.java:440) [bundleFile:9.4.46.v20220331]
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [bundleFile:9.4.46.v20220331]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) [bundleFile:9.4.46.v20220331]
at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) [bundleFile:9.4.46.v20220331]
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338) [bundleFile:9.4.46.v20220331]
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315) [bundleFile:9.4.46.v20220331]
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173) [bundleFile:9.4.46.v20220331]
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131) [bundleFile:9.4.46.v20220331]
at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:409) [bundleFile:9.4.46.v20220331]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883) [bundleFile:9.4.46.v20220331]
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034) [bundleFile:9.4.46.v20220331]
at java.lang.Thread.run(Thread.java:829) [?:?]

Thank you.

org.openhab.binding.shelly-3.4.0-gen2.jar works well with EM3, as documented in openhab.org, that is, having all the channel groups

EDIT: the discovery did not seem to work, so I used the IP

try updated build (3.4.0-gen2)

Test with 3.4:
239 │ Active │ 80 │ 3.4.0.202207041836 │ openHAB Add-ons :: Bundles :: Shelly Binding

It works - thank you

Hello,
is it really necessary to delete all devices to try the new binding for the gen2 devices?
( I am running the 3.3 release from openhab)

Regards

I updated the gen2 version to include authentication for Plus and Pro devices. Please try and report results (by activating the auth in the Web UI). Don’t wonder, user is always admin, you could only set the password in the UI

Hi @markus7017

I’ve just tried your Gen2 binding, for the first time. I read your instructions and it worked like a charm!
Great work, and thanks for the effort you’ve put into this.
I used several Gen 1 devices with Auth, and 2 Gen devices also with Auth. I setup Auth, as per your readme and configured the binding to do the Auth rather than each device - no issues.

I do have a few remarks, that I hope you can guide me with, and/or fix:

  1. When typing in the auth password in the binding, I would recommend the input being hidden with dots/asterisks like they do in the thing config.
  2. I have 2 Gen2 Shelly 4Pro devices. The thing config does not contain the individual meter group channels. Only the device totals. I have tried adding the devices both using auto discovery, and manually adding using device type and IP. I have added the device as a ShellyPro 4PM (SPSW-004PE16EU), when adding manually. Is it something I need to configure on the device in order to expose these?
  3. There are some other channels that are also not exposed, which in the docs is supposed to have all the channels that the Shelly 2 has - but since this is a work in progress, this is probably something that is in your backlog.
  4. If there is anything else you would like to test in the binding let me know - I’ll gladly contribute :grinning:

Cheers
Z

You are already doing the right thing: testing :slight_smile:

I’ll check the field type in the binding and thing config, maybe I need to add an attribute.

I made changes to channel creation to consolidate the code btw. Gen1 and Gen2. It should work like expected, but Igor and me are not done with the overall testing. Currently RGBW2, Bulb and Duo are under rework. The channel creation is dynamic based on the information provided by the device, but logic between devices differ so we need to test every device and make sure that all channels are created (and updated).

I’ll be back from vacation next week and have my testbed available (incl. a Pro4). Wich channels are missing for the Shelly 2. The problem here is that it’s end-of-life so I don’t have a test device anymore. Create a DEBUG log showing the full thing initialization. The binding should display device capabilities and channel creation. Maybe this already provides information what to fix.

I hope your holiday was good, and thanks for taking the time, during your holiday, for writing!

I’m not yet that good with troubleshooting, but here is a debug log of what i saw when reinitializing the Pro4 PM (I deleted the thing, and rediscovered it - I hope that was enough to get what you need)

2022-07-12 12:52:18.823 [DEBUG] [shelly.internal.ShellyHandlerFactory] - Shelly Elmåler Stue + 1.Sal: Create new thing of type shelly:shellypro4pm using ShellyRelayHandler
2022-07-12 12:52:18.850 [DEBUG] [lly.internal.api.ShellyDeviceProfile] - : Init from thing type shellypro4pm
2022-07-12 12:52:18.850 [DEBUG] [lly.internal.api.ShellyDeviceProfile] - : Init from thing type shellypro4pm
2022-07-12 12:52:18.857 [DEBUG] [shelly.internal.ShellyHandlerFactory] - Thing handler for uid shelly:shellypro4pm:30c6f78377bc added, total things = 7
2022-07-12 12:52:18.822 [INFO ] [openhab.event.InboxRemovedEvent     ] - Discovery Result with UID 'shelly:shellypro4pm:30c6f78377bc' has been removed.
2022-07-12 12:52:18.860 [INFO ] [openhab.event.ThingStatusInfoEvent  ] - Thing 'shelly:shellypro4pm:30c6f78377bc' updated: INITIALIZING
2022-07-12 12:52:18.861 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'shelly:shellypro4pm:30c6f78377bc' changed from UNINITIALIZED to INITIALIZING
2022-07-12 12:52:20.867 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Using userId admin from bindingConfig
2022-07-12 12:52:20.868 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Device config: IP address=192.168.200.85, HTTP user/password=admin/***, update interval=60
2022-07-12 12:52:20.868 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Configured Events: Button: false, Switch (on/off): true, Push: true, Roller: true, Sensor: true, CoIoT: false, Enable AutoCoIoT: true
2022-07-12 12:52:20.869 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Start initializing for thing Shelly Elmåler Stue + 1.Sal, type shellypro4pm, IP address 192.168.200.85, Gen2: true, CoIoT: false
2022-07-12 12:52:20.962 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: WebSocket connected successful
2022-07-12 12:52:21.031 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: API value follow was mapped to edge
2022-07-12 12:52:21.031 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: API value follow was mapped to edge
2022-07-12 12:52:21.032 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: API value follow was mapped to edge
2022-07-12 12:52:21.032 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: API value follow was mapped to edge
2022-07-12 12:52:21.049 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Initializing device shellypro4pm-30c6f78377bc, type SPSW-004PE16EU, Hardware: Rev: , batch ; Firmware: v0.10.3 / 20220617-111715
2022-07-12 12:52:21.049 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Shelly settings info for shellypro4pm-30c6f78377bc: 
2022-07-12 12:52:21.050 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Device hasRelays:true (numRelays=4),isRoller:false (numRoller=0),isDimmer:false,numMeter=4,isEMeter:true),isSensor:false,isDS:false,hasBattery:false,isSense:false,isMotion:false,isLight:false,isBulb:false,isDuo:false,isRGBW2:false,inColor:false,alwaysOn:true, updatePeriod:70sec
2022-07-12 12:52:21.133 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay1
2022-07-12 12:52:21.133 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"id":592387893,"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","error":{"code":401,"message":"{\"auth_type\": \"digest\", \"nonce\": 1657623141, \"nc\": 1, \"realm\": \"shellypro4pm-30c6f78377bc\", \"algorithm\": \"SHA-256\"}"}}
2022-07-12 12:52:21.134 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-12 12:52:21.134 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: Error status received - 401 {"auth_type": "digest", "nonce": 1657623141, "nc": 1, "realm": "shellypro4pm-30c6f78377bc", "algorithm": "SHA-256"}
2022-07-12 12:52:21.134 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-12 12:52:21.135 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: Authentication data received: {"auth_type": "digest", "nonce": 1657623141, "nc": 1, "realm": "shellypro4pm-30c6f78377bc", "algorithm": "SHA-256"}
2022-07-12 12:52:21.135 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay1 done
2022-07-12 12:52:21.135 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay2
2022-07-12 12:52:21.136 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-12 12:52:21.136 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-12 12:52:21.137 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay2 done
2022-07-12 12:52:21.137 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay3
2022-07-12 12:52:21.138 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-12 12:52:21.138 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-12 12:52:21.138 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay3 done
2022-07-12 12:52:21.138 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay4
2022-07-12 12:52:21.139 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-12 12:52:21.139 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-12 12:52:21.139 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay4 done
2022-07-12 12:52:21.140 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input1
2022-07-12 12:52:21.140 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input1 done
2022-07-12 12:52:21.141 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input2
2022-07-12 12:52:21.141 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input2 done
2022-07-12 12:52:21.141 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input3
2022-07-12 12:52:21.142 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input3 done
2022-07-12 12:52:21.142 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input4
2022-07-12 12:52:21.142 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input4 done
2022-07-12 12:52:21.143 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Updating channel definitions, 8 channels
2022-07-12 12:52:21.144 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel device#deviceName
2022-07-12 12:52:21.144 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel device#internalTemp
2022-07-12 12:52:21.145 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel device#accumulatedWatts
2022-07-12 12:52:21.145 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel device#accumulatedWTotal
2022-07-12 12:52:21.145 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel device#accumulatedReturned
2022-07-12 12:52:21.146 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel device#supplyVoltage
2022-07-12 12:52:21.146 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel device#updateAvailable
2022-07-12 12:52:21.146 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel device#heartBeat
2022-07-12 12:52:21.150 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel definitions updated
2022-07-12 12:52:21.151 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Thing successfully initialized.
2022-07-12 12:52:21.155 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Update status job started, interval=20*3=60sec.
2022-07-12 12:52:20.871 [INFO ] [openhab.event.ThingStatusInfoEvent  ] - Thing 'shelly:shellypro4pm:30c6f78377bc' updated: UNKNOWN (CONFIGURATION_PENDING): Initializing or device in sleep mode.
2022-07-12 12:52:20.872 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'shelly:shellypro4pm:30c6f78377bc' changed from INITIALIZING to UNKNOWN (CONFIGURATION_PENDING): Initializing or device in sleep mode.
2022-07-12 12:52:21.151 [INFO ] [openhab.event.ThingUpdatedEvent     ] - Thing 'shelly:shellypro4pm:30c6f78377bc' has been updated.
2022-07-12 12:52:21.155 [INFO ] [openhab.event.ThingUpdatedEvent     ] - Thing 'shelly:shellypro4pm:30c6f78377bc' has been updated.
2022-07-12 12:52:21.155 [INFO ] [openhab.event.ThingStatusInfoEvent  ] - Thing 'shelly:shellypro4pm:30c6f78377bc' updated: ONLINE
2022-07-12 12:52:21.158 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'shelly:shellypro4pm:30c6f78377bc' changed from UNKNOWN (CONFIGURATION_PENDING): Initializing or device in sleep mode. to ONLINE
2022-07-12 12:52:23.208 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay1
2022-07-12 12:52:23.209 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-12 12:52:23.210 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-12 12:52:23.210 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay1 done
2022-07-12 12:52:23.211 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay2
2022-07-12 12:52:23.211 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-12 12:52:23.212 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-12 12:52:23.212 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay2 done
2022-07-12 12:52:23.213 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay3
2022-07-12 12:52:23.213 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-12 12:52:23.214 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-12 12:52:23.214 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay3 done
2022-07-12 12:52:23.214 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay4
2022-07-12 12:52:23.215 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-12 12:52:23.215 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-12 12:52:23.216 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay4 done
2022-07-12 12:52:23.216 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input1
2022-07-12 12:52:23.217 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input1 done
2022-07-12 12:52:23.217 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input2
2022-07-12 12:52:23.218 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input2 done
2022-07-12 12:52:23.219 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input3
2022-07-12 12:52:23.219 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input3 done
2022-07-12 12:52:23.220 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input4
2022-07-12 12:52:23.220 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input4 done
2022-07-12 12:52:23.277 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: API value follow was mapped to edge
2022-07-12 12:52:23.278 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: API value follow was mapped to edge
2022-07-12 12:52:23.278 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: API value follow was mapped to edge
2022-07-12 12:52:23.279 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: API value follow was mapped to edge
2022-07-12 12:52:23.301 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Updating channel definitions, 5 channels
2022-07-12 12:52:23.302 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay1#output
2022-07-12 12:52:23.303 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay1#outputName
2022-07-12 12:52:23.303 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay1#timerActive
2022-07-12 12:52:23.304 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay1#autoOn
2022-07-12 12:52:23.304 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay1#autoOff
2022-07-12 12:52:23.311 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel definitions updated
2022-07-12 12:52:23.312 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Updating channel definitions, 4 channels
2022-07-12 12:52:23.313 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay2#output
2022-07-12 12:52:23.314 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay2#timerActive
2022-07-12 12:52:23.314 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay2#autoOn
2022-07-12 12:52:23.315 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay2#autoOff
2022-07-12 12:52:23.321 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"id":1815188573,"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","error":{"code":401,"message":"{\"auth_type\": \"digest\", \"nonce\": 1657623143, \"nc\": 1, \"realm\": \"shellypro4pm-30c6f78377bc\", \"algorithm\": \"SHA-256\"}"}}
2022-07-12 12:52:23.322 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: Error status received - 401 {"auth_type": "digest", "nonce": 1657623143, "nc": 1, "realm": "shellypro4pm-30c6f78377bc", "algorithm": "SHA-256"}
2022-07-12 12:52:23.322 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel definitions updated
2022-07-12 12:52:23.323 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: Authentication data received: {"auth_type": "digest", "nonce": 1657623143, "nc": 1, "realm": "shellypro4pm-30c6f78377bc", "algorithm": "SHA-256"}
2022-07-12 12:52:23.324 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Updating channel definitions, 4 channels
2022-07-12 12:52:23.325 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay3#output
2022-07-12 12:52:23.326 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay3#timerActive
2022-07-12 12:52:23.326 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay3#autoOn
2022-07-12 12:52:23.327 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay3#autoOff
2022-07-12 12:52:23.334 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel definitions updated
2022-07-12 12:52:23.335 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Updating channel definitions, 4 channels
2022-07-12 12:52:23.336 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay4#output
2022-07-12 12:52:23.336 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay4#timerActive
2022-07-12 12:52:23.337 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay4#autoOn
2022-07-12 12:52:23.338 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay4#autoOff
2022-07-12 12:52:23.345 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel definitions updated
2022-07-12 12:52:23.348 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Updating channel definitions, 2 channels
2022-07-12 12:52:23.349 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay1#input
2022-07-12 12:52:23.350 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay1#button
2022-07-12 12:52:23.358 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel definitions updated
2022-07-12 12:52:23.359 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Updating channel definitions, 2 channels
2022-07-12 12:52:23.360 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay2#input
2022-07-12 12:52:23.360 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay2#button
2022-07-12 12:52:23.370 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel definitions updated
2022-07-12 12:52:23.371 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Updating channel definitions, 2 channels
2022-07-12 12:52:23.372 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay3#input
2022-07-12 12:52:23.373 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay3#button
2022-07-12 12:52:23.455 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel definitions updated
2022-07-12 12:52:23.456 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Updating channel definitions, 2 channels
2022-07-12 12:52:23.457 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay4#input
2022-07-12 12:52:23.458 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay4#button
2022-07-12 12:52:23.470 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel definitions updated
2022-07-12 12:52:23.311 [INFO ] [openhab.event.ThingUpdatedEvent     ] - Thing 'shelly:shellypro4pm:30c6f78377bc' has been updated.
2022-07-12 12:52:23.311 [INFO ] [openhab.event.ThingUpdatedEvent     ] - Thing 'shelly:shellypro4pm:30c6f78377bc' has been updated.
2022-07-12 12:52:23.324 [INFO ] [openhab.event.ThingUpdatedEvent     ] - Thing 'shelly:shellypro4pm:30c6f78377bc' has been updated.
2022-07-12 12:52:23.334 [INFO ] [openhab.event.ThingUpdatedEvent     ] - Thing 'shelly:shellypro4pm:30c6f78377bc' has been updated.
2022-07-12 12:52:23.345 [INFO ] [openhab.event.ThingUpdatedEvent     ] - Thing 'shelly:shellypro4pm:30c6f78377bc' has been updated.
2022-07-12 12:52:23.358 [INFO ] [openhab.event.ThingUpdatedEvent     ] - Thing 'shelly:shellypro4pm:30c6f78377bc' has been updated.
2022-07-12 12:52:23.370 [INFO ] [openhab.event.ThingUpdatedEvent     ] - Thing 'shelly:shellypro4pm:30c6f78377bc' has been updated.
2022-07-12 12:52:23.455 [INFO ] [openhab.event.ThingUpdatedEvent     ] - Thing 'shelly:shellypro4pm:30c6f78377bc' has been updated.
2022-07-12 12:52:23.469 [INFO ] [openhab.event.ThingUpdatedEvent     ] - Thing 'shelly:shellypro4pm:30c6f78377bc' has been updated.
2022-07-12 12:52:24.239 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65762312033E9,"switch:0":{"id":0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1657623119}}}}
2022-07-12 12:52:24.287 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65762312036E9,"switch:1":{"id":1,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1657623119}}}}
2022-07-12 12:52:24.289 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65762312086E9,"switch:2":{"id":2,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1657623119}}}}
2022-07-12 12:52:24.291 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65762312089E9,"switch:3":{"id":3,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1657623119}}}}

Once the device was included I had this periodically in the log, as the device fed data to the binding

2022-07-12 13:01:21.191 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay1
2022-07-12 13:01:21.191 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-12 13:01:21.192 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-12 13:01:21.192 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay1 done
2022-07-12 13:01:21.193 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay2
2022-07-12 13:01:21.193 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-12 13:01:21.193 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-12 13:01:21.194 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay2 done
2022-07-12 13:01:21.194 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay3
2022-07-12 13:01:21.195 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-12 13:01:21.195 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-12 13:01:21.196 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay3 done
2022-07-12 13:01:21.196 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay4
2022-07-12 13:01:21.196 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-12 13:01:21.197 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-12 13:01:21.197 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay4 done
2022-07-12 13:01:21.198 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input1
2022-07-12 13:01:21.198 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input1 done
2022-07-12 13:01:21.199 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input2
2022-07-12 13:01:21.199 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input2 done
2022-07-12 13:01:21.199 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input3
2022-07-12 13:01:21.200 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input3 done
2022-07-12 13:01:21.200 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input4
2022-07-12 13:01:21.201 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input4 done
2022-07-12 13:01:24.228 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65762366075E9,"switch:2":{"id":2,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1657623659}}}}
2022-07-12 13:01:24.278 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65762366078E9,"switch:3":{"id":3,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1657623659}}}}
2022-07-12 13:01:24.279 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65762366081E9,"switch:0":{"id":0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1657623659}}}}
2022-07-12 13:01:24.280 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65762366084E9,"switch:1":{"id":1,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1657623659}}}}
2022-07-12 13:01:59.703 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65762372015E9,"switch:0":{"id":0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1657623719}}}}
2022-07-12 13:01:59.747 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65762372015E9,"switch:1":{"id":1,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1657623719}}}}
2022-07-12 13:02:00.053 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.6576237205E9,"switch:2":{"id":2,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1657623719}}}}
2022-07-12 13:02:00.054 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.6576237205E9,"switch:3":{"id":3,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1657623719}}}}

I hope that you see something in here and that it isn’t too much of a hassle.

Hi, please try the updated -gen2 build
please disable password protection for now

So it seems your sorcery has worked! At least partially. :grinning:

I’ve tested a few things, and I’m not sure if it is a binding issue, or a device issue but I’ve observed the following:

  1. Withouth authentication the meter channels work - with authentication they don’t. But you probably already knew that, asking me to turn that off.

  2. The Energy consumption channels do not update, at least not for the 30 minutes or so I’ve done the test so far - I have only setup a test with 2 devices on 2 channels, consuming around 8w, but there is not even an update in the kWh channel in the log for fractions of kWh, but I’ll update on this later today when it has been running for some hours.

  3. The same for the current channels, these are also not updating.

  4. The same for Power factor channels.

Regarding 3 & 4 I personally wont be using these channels, so I don’t care, but someone else might, so this is for reference only. Also as stated initially, I don’t even know if the Shelly 4Pro PM even exposes this data.

From here there are things I’d like to be improved:

  1. Password in Binding config is showing in plain text
  2. Authentication working with meter channels
  3. kWh energy consumption channels working (if possible, on the device?)

Cheers Markus - good up the good work! :metal:

I think it’s not related to auth in general, but maybe some timing etc., need to look into that.
Channels should be updated, all = 1-4
I made a change to have *** instead of the cleartext pw (as in the thing config)

I need a DEBUG log showing initialization and 2min with active consumption. In general you could check the WebUI. OH should get the same values as currently seen in the Web UI. Those will be reported to the binding with NotifyStatus messages and the binding updates the channels.

The shelly webUI doesn’t show the kWh, amps, and powerfactor as far as I can see, but neither does a regular Shelly plug - which was also why I was wondering if the device simply does not have these channels? But that would be strange why it would not have these…

How can I check the shelly webUI to see the kWh on a device, I can see only current consumption.

Debug log for initialization and initial 2 minutes of service - log split, part 1/3:

2022-07-17 12:28:43.333 [DEBUG] [discovery.ShellyDiscoveryParticipant] - discovered shellypro4pm-30c6f78377bc
2022-07-17 12:28:43.337 [DEBUG] [discovery.ShellyDiscoveryParticipant] - shellypro4pm-30c6f78377bc: Shelly device discovered: IP-Adress=192.168.200.85, type=shellypro4pm
2022-07-17 12:28:43.338 [DEBUG] [discovery.ShellyDiscoveryParticipant] - shellypro4pm-30c6f78377bc: Generation 2 device detected: ShellyPro4PM-30C6F78377BC
2022-07-17 12:28:43.406 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: WebSocket connection closed
2022-07-17 12:28:43.408 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: WebSocket connected successful
2022-07-17 12:28:43.419 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: API value follow was mapped to edge
2022-07-17 12:28:43.421 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: API value follow was mapped to edge
2022-07-17 12:28:43.422 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: API value follow was mapped to edge
2022-07-17 12:28:43.423 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: API value follow was mapped to edge
2022-07-17 12:28:43.441 [DEBUG] [discovery.ShellyDiscoveryParticipant] - shellypro4pm-30c6f78377bc: Shelly settings : {"ble":{"enable":false},"cloud":{"enable":false,"server":"iot.shelly.cloud:6012/jrpc"},"mqtt":{"enable":false,"rpc_ntf":"true","status_ntf":"false"},"sys":{"cfg_rev":13,"device":{"name":"Shelly Elmåler Stue + 1.Sal","mac":"30C6F78377BC","fw_id":"20220617-111715/0.10.3-g7c89a05","eco_mode":"false"},"location":{"tz":"Europe/Copenhagen","lat":56.20037,"lon":9.57521},"sntp":{"server":"dk.pool.ntp.org"},"debug":{"mqtt":{"enable":false},"websocket":{"enable":false},"udp":null},"ui_data":null,"rpc_udp":{}},"wifi":{"ap":{"ssid":"ShellyPro4PM-30C6F78377BC","is_open":true},"sta":{"ssid":"VoresIoTnet","is_open":false,"ipv4mode":"dhcp"},"sta1":{"is_open":true,"ipv4mode":"dhcp"}},"input:0":{"id":"0.0","type":"switch","invert":false},"input:1":{"id":"1.0","type":"switch","invert":false},"input:2":{"id":"2.0","type":"switch","invert":false},"input:3":{"id":"3.0","type":"switch","invert":false},"switch:0":{"id":"0.0","name":"Test","in_mode":"follow","initial_state":"match_input","auto_on":false,"auto_on_delay":60.0,"auto_off":false,"auto_off_delay":60.0,"power_limit":4480,"voltage_limit":280,"current_limit":16.0},"switch:1":{"id":"1.0","in_mode":"follow","initial_state":"match_input","auto_on":false,"auto_on_delay":60.0,"auto_off":false,"auto_off_delay":60.0,"power_limit":4480,"voltage_limit":280,"current_limit":16.0},"switch:2":{"id":"2.0","in_mode":"follow","initial_state":"match_input","auto_on":false,"auto_on_delay":60.0,"auto_off":false,"auto_off_delay":60.0,"power_limit":4480,"voltage_limit":280,"current_limit":16.0},"switch:3":{"id":"3.0","in_mode":"follow","initial_state":"match_input","auto_on":false,"auto_on_delay":60.0,"auto_off":false,"auto_off_delay":60.0,"power_limit":4480,"voltage_limit":280,"current_limit":16.0}}
2022-07-17 12:28:43.442 [DEBUG] [discovery.ShellyDiscoveryParticipant] - shellypro4pm-30c6f78377bc: Adding Shelly Shelly Elmåler Stue + 1.Sal, UID=shelly:shellypro4pm:30c6f78377bc
2022-07-17 12:28:43.492 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"id":114053532,"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","params":{"ble":null,"cloud":{"connected":false},"mqtt":{"connected":false},"sys":{"mac":"30C6F78377BC","restart_required":false,"time":"12:28","unixtime":1658053723,"uptime":3885,"ram_size":238100,"ram_free":153036,"fs_size":524288,"fs_free":282624,"cfg_rev":13,"available_updates":null},"wifi":{"sta_ip":"192.168.200.85","status":"got ip","ssid":"VoresIoTnet","rssi":-64},"input:0":{"id":0,"state":false},"input:1":{"id":1,"state":false},"input:2":{"id":2,"state":false},"input:3":{"id":3,"state":false},"switch:0":{"id":0,"source":"UI","output":true,"apower":4.9,"voltage":235.4,"current":0.044,"pf":0.0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053721},"temperature":{"tC":40.3,"tF":104.5}},"switch:1":{"id":1,"source":"init","output":false,"apower":0.0,"voltage":235.4,"current":0.0,"pf":0.0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053721},"temperature":{"tC":40.3,"tF":104.5}},"switch:2":{"id":2,"source":"UI","output":true,"apower":2.5,"voltage":235.4,"current":0.025,"pf":0.0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053721},"temperature":{"tC":40.3,"tF":104.5}},"switch:3":{"id":3,"source":"init","output":false,"apower":0.0,"voltage":235.4,"current":0.0,"pf":0.0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053721},"temperature":{"tC":40.3,"tF":104.5}}},"result":{"ble":{},"cloud":{"connected":false},"mqtt":{"connected":false},"sys":{"mac":"30C6F78377BC","restart_required":false,"time":"12:28","unixtime":1658053723,"uptime":3885,"ram_size":238100,"ram_free":153036,"fs_size":524288,"fs_free":282624,"cfg_rev":13,"available_updates":{}},"wifi":{"sta_ip":"192.168.200.85","status":"got ip","ssid":"VoresIoTnet","rssi":-64},"input:0":{"id":0,"state":false},"input:1":{"id":1,"state":false},"input:2":{"id":2,"state":false},"input:3":{"id":3,"state":false},"switch:0":{"id":0,"source":"UI","output":true,"apower":4.9,"voltage":235.4,"current":0.044,"pf":0.0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053721},"temperature":{"tC":40.3,"tF":104.5}},"switch:1":{"id":1,"source":"init","output":false,"apower":0.0,"voltage":235.4,"current":0.0,"pf":0.0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053721},"temperature":{"tC":40.3,"tF":104.5}},"switch:2":{"id":2,"source":"UI","output":true,"apower":2.5,"voltage":235.4,"current":0.025,"pf":0.0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053721},"temperature":{"tC":40.3,"tF":104.5}},"switch:3":{"id":3,"source":"init","output":false,"apower":0.0,"voltage":235.4,"current":0.0,"pf":0.0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053721},"temperature":{"tC":40.3,"tF":104.5}}}}
2022-07-17 12:28:43.519 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'shelly:shellypro4pm:30c6f78377bc' to inbox.
2022-07-17 12:28:43.519 [INFO ] [openhab.event.InboxAddedEvent       ] - Discovery Result with UID 'shelly:shellypro4pm:30c6f78377bc' has been added.
2022-07-17 12:28:49.941 [DEBUG] [shelly.internal.ShellyHandlerFactory] - Shelly Elmåler Stue + 1.Sal: Create new thing of type shelly:shellypro4pm using ShellyRelayHandler
2022-07-17 12:28:49.967 [DEBUG] [lly.internal.api.ShellyDeviceProfile] - : Init from thing type shellypro4pm
2022-07-17 12:28:49.968 [DEBUG] [lly.internal.api.ShellyDeviceProfile] - : Init from thing type shellypro4pm
2022-07-17 12:28:49.975 [DEBUG] [shelly.internal.ShellyHandlerFactory] - Thing handler for uid shelly:shellypro4pm:30c6f78377bc added, total things = 7
2022-07-17 12:28:49.940 [INFO ] [openhab.event.InboxRemovedEvent     ] - Discovery Result with UID 'shelly:shellypro4pm:30c6f78377bc' has been removed.
2022-07-17 12:28:49.978 [INFO ] [openhab.event.ThingStatusInfoEvent  ] - Thing 'shelly:shellypro4pm:30c6f78377bc' updated: INITIALIZING
2022-07-17 12:28:49.979 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'shelly:shellypro4pm:30c6f78377bc' changed from UNINITIALIZED to INITIALIZING
2022-07-17 12:28:51.985 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Using userId admin from bindingConfig
2022-07-17 12:28:51.986 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Device config: IP address=192.168.200.85, HTTP user/password=admin/***, update interval=60
2022-07-17 12:28:51.987 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Configured Events: Button: false, Switch (on/off): true, Push: true, Roller: true, Sensor: true, CoIoT: false, Enable AutoCoIoT: true
2022-07-17 12:28:51.987 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Start initializing for thing Shelly Elmåler Stue + 1.Sal, type shellypro4pm, IP address 192.168.200.85, Gen2: true, CoIoT: false
2022-07-17 12:28:52.078 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: WebSocket connection closed
2022-07-17 12:28:52.081 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: WebSocket connected successful
2022-07-17 12:28:52.086 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: API value follow was mapped to edge
2022-07-17 12:28:52.086 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: API value follow was mapped to edge
2022-07-17 12:28:52.087 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: API value follow was mapped to edge
2022-07-17 12:28:52.087 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: API value follow was mapped to edge
2022-07-17 12:28:52.103 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Initializing device shellypro4pm-30c6f78377bc, type SPSW-004PE16EU, Hardware: Rev: , batch ; Firmware: v0.10.3 / 20220617-111715
2022-07-17 12:28:52.104 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Shelly settings info for shellypro4pm-30c6f78377bc: {"ble":{"enable":false},"cloud":{"enable":false,"server":"iot.shelly.cloud:6012/jrpc"},"mqtt":{"enable":false,"rpc_ntf":"true","status_ntf":"false"},"sys":{"cfg_rev":13,"device":{"name":"Shelly Elmåler Stue + 1.Sal","mac":"30C6F78377BC","fw_id":"20220617-111715/0.10.3-g7c89a05","eco_mode":"false"},"location":{"tz":"Europe/Copenhagen","lat":56.20037,"lon":9.57521},"sntp":{"server":"dk.pool.ntp.org"},"debug":{"mqtt":{"enable":false},"websocket":{"enable":false},"udp":null},"ui_data":null,"rpc_udp":{}},"wifi":{"ap":{"ssid":"ShellyPro4PM-30C6F78377BC","is_open":true},"sta":{"ssid":"VoresIoTnet","is_open":false,"ipv4mode":"dhcp"},"sta1":{"is_open":true,"ipv4mode":"dhcp"}},"input:0":{"id":"0.0","type":"switch","invert":false},"input:1":{"id":"1.0","type":"switch","invert":false},"input:2":{"id":"2.0","type":"switch","invert":false},"input:3":{"id":"3.0","type":"switch","invert":false},"switch:0":{"id":"0.0","name":"Test","in_mode":"follow","initial_state":"match_input","auto_on":false,"auto_on_delay":60.0,"auto_off":false,"auto_off_delay":60.0,"power_limit":4480,"voltage_limit":280,"current_limit":16.0},"switch:1":{"id":"1.0","in_mode":"follow","initial_state":"match_input","auto_on":false,"auto_on_delay":60.0,"auto_off":false,"auto_off_delay":60.0,"power_limit":4480,"voltage_limit":280,"current_limit":16.0},"switch:2":{"id":"2.0","in_mode":"follow","initial_state":"match_input","auto_on":false,"auto_on_delay":60.0,"auto_off":false,"auto_off_delay":60.0,"power_limit":4480,"voltage_limit":280,"current_limit":16.0},"switch:3":{"id":"3.0","in_mode":"follow","initial_state":"match_input","auto_on":false,"auto_on_delay":60.0,"auto_off":false,"auto_off_delay":60.0,"power_limit":4480,"voltage_limit":280,"current_limit":16.0}}
2022-07-17 12:28:52.104 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Device hasRelays:true (numRelays=4),isRoller:false (numRoller=0),isDimmer:false,numMeter=4,isEMeter:true),isSensor:false,isDS:false,hasBattery:false,isSense:false,isMotion:false,isLight:false,isBulb:false,isDuo:false,isRGBW2:false,inColor:false,alwaysOn:true, updatePeriod:70sec
2022-07-17 12:28:52.189 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay1
2022-07-17 12:28:52.192 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-17 12:28:52.192 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"id":1969549759,"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","params":{"ble":null,"cloud":{"connected":false},"mqtt":{"connected":false},"sys":{"mac":"30C6F78377BC","restart_required":false,"time":"12:28","unixtime":1658053732,"uptime":3894,"ram_size":238072,"ram_free":151468,"fs_size":524288,"fs_free":282624,"cfg_rev":13,"available_updates":null},"wifi":{"sta_ip":"192.168.200.85","status":"got ip","ssid":"VoresIoTnet","rssi":-64},"input:0":{"id":0,"state":false},"input:1":{"id":1,"state":false},"input:2":{"id":2,"state":false},"input:3":{"id":3,"state":false},"switch:0":{"id":0,"source":"UI","output":true,"apower":4.9,"voltage":235.3,"current":0.044,"pf":0.0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053730},"temperature":{"tC":40.4,"tF":104.8}},"switch:1":{"id":1,"source":"init","output":false,"apower":0.0,"voltage":235.4,"current":0.0,"pf":0.0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053730},"temperature":{"tC":40.4,"tF":104.8}},"switch:2":{"id":2,"source":"UI","output":true,"apower":2.6,"voltage":235.4,"current":0.025,"pf":0.0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053730},"temperature":{"tC":40.4,"tF":104.8}},"switch:3":{"id":3,"source":"init","output":false,"apower":0.0,"voltage":235.5,"current":0.0,"pf":0.0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053730},"temperature":{"tC":40.4,"tF":104.8}}},"result":{"ble":{},"cloud":{"connected":false},"mqtt":{"connected":false},"sys":{"mac":"30C6F78377BC","restart_required":false,"time":"12:28","unixtime":1658053732,"uptime":3894,"ram_size":238072,"ram_free":151468,"fs_size":524288,"fs_free":282624,"cfg_rev":13,"available_updates":{}},"wifi":{"sta_ip":"192.168.200.85","status":"got ip","ssid":"VoresIoTnet","rssi":-64},"input:0":{"id":0,"state":false},"input:1":{"id":1,"state":false},"input:2":{"id":2,"state":false},"input:3":{"id":3,"state":false},"switch:0":{"id":0,"source":"UI","output":true,"apower":4.9,"voltage":235.3,"current":0.044,"pf":0.0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053730},"temperature":{"tC":40.4,"tF":104.8}},"switch:1":{"id":1,"source":"init","output":false,"apower":0.0,"voltage":235.4,"current":0.0,"pf":0.0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053730},"temperature":{"tC":40.4,"tF":104.8}},"switch:2":{"id":2,"source":"UI","output":true,"apower":2.6,"voltage":235.4,"current":0.025,"pf":0.0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053730},"temperature":{"tC":40.4,"tF":104.8}},"switch:3":{"id":3,"source":"init","output":false,"apower":0.0,"voltage":235.5,"current":0.0,"pf":0.0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053730},"temperature":{"tC":40.4,"tF":104.8}}}}
2022-07-17 12:28:52.193 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-17 12:28:52.193 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay1
2022-07-17 12:28:52.193 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update meter1
2022-07-17 12:28:52.193 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-17 12:28:52.193 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay1 done
2022-07-17 12:28:52.194 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-17 12:28:52.194 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay2
2022-07-17 12:28:52.194 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-17 12:28:52.194 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update meter1
2022-07-17 12:28:52.194 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-17 12:28:52.195 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay1 done
2022-07-17 12:28:52.195 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update meter2
2022-07-17 12:28:52.195 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay2 done
2022-07-17 12:28:52.195 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel relay1#output updated with ON (type class org.openhab.core.library.types.OnOffType).
2022-07-17 12:28:52.196 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay3
2022-07-17 12:28:52.197 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-17 12:28:52.197 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay2
2022-07-17 12:28:52.197 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-17 12:28:52.197 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-17 12:28:52.197 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update meter3
2022-07-17 12:28:52.198 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-17 12:28:52.198 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay3 done
2022-07-17 12:28:52.198 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update meter2
2022-07-17 12:28:52.198 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay4
2022-07-17 12:28:52.198 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay2 done
2022-07-17 12:28:52.198 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-17 12:28:52.199 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-17 12:28:52.199 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel relay2#output updated with OFF (type class org.openhab.core.library.types.OnOffType).
2022-07-17 12:28:52.199 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update meter4
2022-07-17 12:28:52.200 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay4 done
2022-07-17 12:28:52.200 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay3
2022-07-17 12:28:52.200 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input1
2022-07-17 12:28:52.201 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-17 12:28:52.201 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input1 done
2022-07-17 12:28:52.201 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-17 12:28:52.201 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input2
2022-07-17 12:28:52.201 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update meter3
2022-07-17 12:28:52.202 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input2 done
2022-07-17 12:28:52.202 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay3 done
2022-07-17 12:28:52.202 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input3
2022-07-17 12:28:52.202 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input3 done
2022-07-17 12:28:52.202 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel relay3#output updated with ON (type class org.openhab.core.library.types.OnOffType).
2022-07-17 12:28:52.203 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input4
2022-07-17 12:28:52.203 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay4
2022-07-17 12:28:52.203 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input4 done
2022-07-17 12:28:52.204 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-17 12:28:52.204 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Updating channel definitions, 9 channels
2022-07-17 12:28:52.204 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-17 12:28:52.205 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update meter4
2022-07-17 12:28:52.205 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel device#deviceName
2022-07-17 12:28:52.206 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay4 done
2022-07-17 12:28:52.206 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel device#internalTemp
2022-07-17 12:28:52.206 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel device#accumulatedWatts
2022-07-17 12:28:52.207 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel relay4#output updated with OFF (type class org.openhab.core.library.types.OnOffType).
2022-07-17 12:28:52.207 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel device#accumulatedWTotal
2022-07-17 12:28:52.207 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel device#accumulatedReturned
2022-07-17 12:28:52.207 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input1
2022-07-17 12:28:52.208 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel device#supplyVoltage
2022-07-17 12:28:52.208 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input1 done
2022-07-17 12:28:52.208 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input2
2022-07-17 12:28:52.208 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel device#uptime
2022-07-17 12:28:52.209 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel device#updateAvailable
2022-07-17 12:28:52.209 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input2 done
2022-07-17 12:28:52.209 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel device#heartBeat
2022-07-17 12:28:52.209 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input3
2022-07-17 12:28:52.210 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input3 done
2022-07-17 12:28:52.210 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input4
2022-07-17 12:28:52.211 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input4 done
2022-07-17 12:28:52.212 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Updating channel definitions, 6 channels
2022-07-17 12:28:52.213 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel meter1#currentWatts
2022-07-17 12:28:52.213 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel meter1#totalKWH
2022-07-17 12:28:52.214 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel meter1#voltage
2022-07-17 12:28:52.215 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel meter1#current
2022-07-17 12:28:52.215 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel definitions updated
2022-07-17 12:28:52.215 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel meter1#powerFactor
2022-07-17 12:28:52.216 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel device#updateAvailable updated with OFF (type class org.openhab.core.library.types.OnOffType).
2022-07-17 12:28:52.216 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel meter1#lastUpdate
2022-07-17 12:28:52.217 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Thing successfully initialized.
2022-07-17 12:28:52.224 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel definitions updated
2022-07-17 12:28:52.226 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel device#heartBeat updated with 2022-07-17T12:28:52.000+0200 (type class org.openhab.core.library.types.DateTimeType).
2022-07-17 12:28:52.226 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter1#currentWatts updated with 4.90 W (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:52.227 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Update status job started, interval=20*3=60sec.
2022-07-17 12:28:52.228 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter1#totalKWH updated with 0 kWh (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:52.230 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter1#voltage updated with 235.3 V (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:52.231 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter1#current updated with 0 A (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:52.233 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter1#lastUpdate updated with 2022-07-17T12:28:52.000+0200 (type class org.openhab.core.library.types.DateTimeType).
2022-07-17 12:28:52.234 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Updating channel definitions, 6 channels
2022-07-17 12:28:52.235 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel meter2#currentWatts
2022-07-17 12:28:52.235 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel meter2#totalKWH
2022-07-17 12:28:52.236 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel meter2#voltage
2022-07-17 12:28:52.237 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel meter2#current
2022-07-17 12:28:52.237 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel meter2#powerFactor
2022-07-17 12:28:52.238 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel meter2#lastUpdate
2022-07-17 12:28:52.247 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel definitions updated
2022-07-17 12:28:52.248 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter2#currentWatts updated with 0 W (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:52.249 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter2#totalKWH updated with 0 kWh (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:52.251 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter2#voltage updated with 235.4 V (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:52.252 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter2#current updated with 0 A (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:52.255 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter2#powerFactor updated with 0 % (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:52.256 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter2#lastUpdate updated with 2022-07-17T12:28:52.000+0200 (type class org.openhab.core.library.types.DateTimeType).
2022-07-17 12:28:52.257 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Updating channel definitions, 6 channels
2022-07-17 12:28:52.258 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel meter3#currentWatts
2022-07-17 12:28:52.259 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel meter3#totalKWH
2022-07-17 12:28:52.259 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel meter3#voltage
2022-07-17 12:28:52.260 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel meter3#current
2022-07-17 12:28:52.260 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel meter3#powerFactor
2022-07-17 12:28:52.261 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel meter3#lastUpdate
2022-07-17 12:28:52.270 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel definitions updated
2022-07-17 12:28:52.272 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter3#currentWatts updated with 2.60 W (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:52.273 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter3#totalKWH updated with 0 kWh (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:52.275 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter3#voltage updated with 235.4 V (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:52.277 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter3#current updated with 0 A (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:52.278 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Updating channel definitions, 6 channels
2022-07-17 12:28:52.280 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel meter4#currentWatts
2022-07-17 12:28:52.281 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel meter4#totalKWH
2022-07-17 12:28:52.282 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel meter4#voltage
2022-07-17 12:28:52.282 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel meter4#current
2022-07-17 12:28:52.283 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel meter4#powerFactor
2022-07-17 12:28:52.283 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel meter4#lastUpdate
2022-07-17 12:28:52.365 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel definitions updated
2022-07-17 12:28:52.368 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter4#currentWatts updated with 0 W (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:52.369 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter4#totalKWH updated with 0 kWh (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:52.371 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter4#voltage updated with 235.5 V (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:52.372 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter4#current updated with 0 A (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:52.374 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter4#powerFactor updated with 0 % (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:52.375 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter4#lastUpdate updated with 2022-07-17T12:28:52.000+0200 (type class org.openhab.core.library.types.DateTimeType).
2022-07-17 12:28:52.376 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel device#accumulatedWatts updated with 7.50 W (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:52.379 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel device#accumulatedWTotal updated with 0 kWh (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:52.380 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel device#heartBeat updated with 2022-07-17T12:28:52.000+0200 (type class org.openhab.core.library.types.DateTimeType).
2022-07-17 12:28:52.059 [INFO ] [openhab.event.ThingStatusInfoEvent  ] - Thing 'shelly:shellypro4pm:30c6f78377bc' updated: UNKNOWN (CONFIGURATION_PENDING): Initializing or device in sleep mode.
2022-07-17 12:28:52.060 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'shelly:shellypro4pm:30c6f78377bc' changed from INITIALIZING to UNKNOWN (CONFIGURATION_PENDING): Initializing or device in sleep mode.
2022-07-17 12:28:52.215 [INFO ] [openhab.event.ThingUpdatedEvent     ] - Thing 'shelly:shellypro4pm:30c6f78377bc' has been updated.
2022-07-17 12:28:52.221 [INFO ] [openhab.event.ThingUpdatedEvent     ] - Thing 'shelly:shellypro4pm:30c6f78377bc' has been updated.
2022-07-17 12:28:52.222 [INFO ] [openhab.event.ThingStatusInfoEvent  ] - Thing 'shelly:shellypro4pm:30c6f78377bc' updated: ONLINE
2022-07-17 12:28:52.225 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'shelly:shellypro4pm:30c6f78377bc' changed from UNKNOWN (CONFIGURATION_PENDING): Initializing or device in sleep mode. to ONLINE
2022-07-17 12:28:52.226 [INFO ] [openhab.event.ThingUpdatedEvent     ] - Thing 'shelly:shellypro4pm:30c6f78377bc' has been updated.
2022-07-17 12:28:52.247 [INFO ] [openhab.event.ThingUpdatedEvent     ] - Thing 'shelly:shellypro4pm:30c6f78377bc' has been updated.

part 2/3

2022-07-17 12:28:52.271 [INFO ] [openhab.event.ThingUpdatedEvent     ] - Thing 'shelly:shellypro4pm:30c6f78377bc' has been updated.
2022-07-17 12:28:52.366 [INFO ] [openhab.event.ThingUpdatedEvent     ] - Thing 'shelly:shellypro4pm:30c6f78377bc' has been updated.
2022-07-17 12:28:54.272 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay1
2022-07-17 12:28:54.272 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-17 12:28:54.273 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-17 12:28:54.273 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update meter1
2022-07-17 12:28:54.274 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay1 done
2022-07-17 12:28:54.275 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay2
2022-07-17 12:28:54.275 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-17 12:28:54.276 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-17 12:28:54.276 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update meter2
2022-07-17 12:28:54.277 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay2 done
2022-07-17 12:28:54.277 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay3
2022-07-17 12:28:54.278 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-17 12:28:54.278 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-17 12:28:54.279 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update meter3
2022-07-17 12:28:54.279 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay3 done
2022-07-17 12:28:54.280 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay4
2022-07-17 12:28:54.280 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-17 12:28:54.281 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-17 12:28:54.281 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update meter4
2022-07-17 12:28:54.282 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay4 done
2022-07-17 12:28:54.282 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input1
2022-07-17 12:28:54.283 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input1 done
2022-07-17 12:28:54.283 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input2
2022-07-17 12:28:54.284 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input2 done
2022-07-17 12:28:54.284 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input3
2022-07-17 12:28:54.285 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input3 done
2022-07-17 12:28:54.286 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input4
2022-07-17 12:28:54.286 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input4 done
2022-07-17 12:28:54.329 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: API value follow was mapped to edge
2022-07-17 12:28:54.330 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: API value follow was mapped to edge
2022-07-17 12:28:54.331 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: API value follow was mapped to edge
2022-07-17 12:28:54.331 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: API value follow was mapped to edge
2022-07-17 12:28:54.364 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel device#heartBeat updated with 2022-07-17T12:28:54.000+0200 (type class org.openhab.core.library.types.DateTimeType).
2022-07-17 12:28:54.366 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Updating channel definitions, 5 channels
2022-07-17 12:28:54.367 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay1#output
2022-07-17 12:28:54.367 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay1#outputName
2022-07-17 12:28:54.368 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay1#timerActive
2022-07-17 12:28:54.368 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay1#autoOn
2022-07-17 12:28:54.369 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay1#autoOff
2022-07-17 12:28:54.381 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel definitions updated
2022-07-17 12:28:54.382 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel relay1#output updated with OFF (type class org.openhab.core.library.types.OnOffType).
2022-07-17 12:28:54.383 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Updating channel definitions, 4 channels
2022-07-17 12:28:54.385 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay2#output
2022-07-17 12:28:54.386 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay2#timerActive
2022-07-17 12:28:54.387 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay2#autoOn
2022-07-17 12:28:54.387 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay2#autoOff
2022-07-17 12:28:54.395 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"id":530668888,"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","params":{"ble":null,"cloud":{"connected":false},"mqtt":{"connected":false},"sys":{"mac":"30C6F78377BC","restart_required":false,"time":"12:28","unixtime":1658053734,"uptime":3896,"ram_size":238084,"ram_free":151984,"fs_size":524288,"fs_free":282624,"cfg_rev":13,"available_updates":null},"wifi":{"sta_ip":"192.168.200.85","status":"got ip","ssid":"VoresIoTnet","rssi":-65},"input:0":{"id":0,"state":false},"input:1":{"id":1,"state":false},"input:2":{"id":2,"state":false},"input:3":{"id":3,"state":false},"switch:0":{"id":0,"source":"UI","output":true,"apower":4.9,"voltage":235.3,"current":0.044,"pf":0.0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053732},"temperature":{"tC":40.4,"tF":104.7}},"switch:1":{"id":1,"source":"init","output":false,"apower":0.0,"voltage":235.3,"current":0.0,"pf":0.0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053732},"temperature":{"tC":40.4,"tF":104.7}},"switch:2":{"id":2,"source":"UI","output":true,"apower":2.6,"voltage":235.4,"current":0.025,"pf":0.0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053732},"temperature":{"tC":40.4,"tF":104.7}},"switch:3":{"id":3,"source":"init","output":false,"apower":0.0,"voltage":235.4,"current":0.0,"pf":0.0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053732},"temperature":{"tC":40.4,"tF":104.7}}},"result":{"ble":{},"cloud":{"connected":false},"mqtt":{"connected":false},"sys":{"mac":"30C6F78377BC","restart_required":false,"time":"12:28","unixtime":1658053734,"uptime":3896,"ram_size":238084,"ram_free":151984,"fs_size":524288,"fs_free":282624,"cfg_rev":13,"available_updates":{}},"wifi":{"sta_ip":"192.168.200.85","status":"got ip","ssid":"VoresIoTnet","rssi":-65},"input:0":{"id":0,"state":false},"input:1":{"id":1,"state":false},"input:2":{"id":2,"state":false},"input:3":{"id":3,"state":false},"switch:0":{"id":0,"source":"UI","output":true,"apower":4.9,"voltage":235.3,"current":0.044,"pf":0.0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053732},"temperature":{"tC":40.4,"tF":104.7}},"switch:1":{"id":1,"source":"init","output":false,"apower":0.0,"voltage":235.3,"current":0.0,"pf":0.0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053732},"temperature":{"tC":40.4,"tF":104.7}},"switch:2":{"id":2,"source":"UI","output":true,"apower":2.6,"voltage":235.4,"current":0.025,"pf":0.0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053732},"temperature":{"tC":40.4,"tF":104.7}},"switch:3":{"id":3,"source":"init","output":false,"apower":0.0,"voltage":235.4,"current":0.0,"pf":0.0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053732},"temperature":{"tC":40.4,"tF":104.7}}}}
2022-07-17 12:28:54.396 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay1
2022-07-17 12:28:54.396 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-17 12:28:54.397 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-17 12:28:54.397 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update meter1
2022-07-17 12:28:54.398 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay1 done
2022-07-17 12:28:54.404 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel definitions updated
2022-07-17 12:28:54.404 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel relay1#output updated with ON (type class org.openhab.core.library.types.OnOffType).
2022-07-17 12:28:54.404 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay2
2022-07-17 12:28:54.405 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Updating channel definitions, 4 channels
2022-07-17 12:28:54.405 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-17 12:28:54.406 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-17 12:28:54.406 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update meter2
2022-07-17 12:28:54.407 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay2 done
2022-07-17 12:28:54.407 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay3#output
2022-07-17 12:28:54.408 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay3#timerActive
2022-07-17 12:28:54.408 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay3
2022-07-17 12:28:54.408 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-17 12:28:54.408 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay3#autoOn
2022-07-17 12:28:54.408 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-17 12:28:54.409 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update meter3
2022-07-17 12:28:54.409 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay3#autoOff
2022-07-17 12:28:54.409 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay3 done
2022-07-17 12:28:54.410 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay4
2022-07-17 12:28:54.411 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-17 12:28:54.411 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-17 12:28:54.412 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update meter4
2022-07-17 12:28:54.412 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay4 done
2022-07-17 12:28:54.413 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input1
2022-07-17 12:28:54.413 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input1 done
2022-07-17 12:28:54.414 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input2
2022-07-17 12:28:54.414 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input2 done
2022-07-17 12:28:54.415 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input3
2022-07-17 12:28:54.415 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input3 done
2022-07-17 12:28:54.416 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input4
2022-07-17 12:28:54.416 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input4 done
2022-07-17 12:28:54.426 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel definitions updated
2022-07-17 12:28:54.427 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Updating channel definitions, 4 channels
2022-07-17 12:28:54.428 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter1#currentWatts updated with 4.90 W (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.430 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter1#totalKWH updated with 0 kWh (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.430 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay4#output
2022-07-17 12:28:54.431 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter1#voltage updated with 235.3 V (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.432 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay4#timerActive
2022-07-17 12:28:54.433 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter1#current updated with 0 A (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.434 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay4#autoOn
2022-07-17 12:28:54.434 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter1#lastUpdate updated with 2022-07-17T12:28:54.000+0200 (type class org.openhab.core.library.types.DateTimeType).
2022-07-17 12:28:54.435 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay4#autoOff
2022-07-17 12:28:54.436 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter2#currentWatts updated with 0 W (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.437 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter2#totalKWH updated with 0 kWh (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.439 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter2#voltage updated with 235.3 V (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.441 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter2#current updated with 0 A (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.443 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter2#powerFactor updated with 0 % (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.444 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter2#lastUpdate updated with 2022-07-17T12:28:54.000+0200 (type class org.openhab.core.library.types.DateTimeType).
2022-07-17 12:28:54.448 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter3#currentWatts updated with 2.60 W (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.382 [INFO ] [openhab.event.ThingUpdatedEvent     ] - Thing 'shelly:shellypro4pm:30c6f78377bc' has been updated.
2022-07-17 12:28:54.405 [INFO ] [openhab.event.ThingUpdatedEvent     ] - Thing 'shelly:shellypro4pm:30c6f78377bc' has been updated.
2022-07-17 12:28:54.426 [INFO ] [openhab.event.ThingUpdatedEvent     ] - Thing 'shelly:shellypro4pm:30c6f78377bc' has been updated.
2022-07-17 12:28:54.525 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel definitions updated
2022-07-17 12:28:54.526 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter3#totalKWH updated with 0 kWh (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.528 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter3#voltage updated with 235.4 V (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.529 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Updating channel definitions, 2 channels
2022-07-17 12:28:54.529 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter3#current updated with 0 A (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.530 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay1#input
2022-07-17 12:28:54.531 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay1#button
2022-07-17 12:28:54.532 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter4#currentWatts updated with 0 W (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.534 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter4#totalKWH updated with 0 kWh (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.536 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter4#voltage updated with 235.4 V (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.537 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter4#current updated with 0 A (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.539 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter4#powerFactor updated with 0 % (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.548 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel definitions updated
2022-07-17 12:28:54.548 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter4#lastUpdate updated with 2022-07-17T12:28:54.000+0200 (type class org.openhab.core.library.types.DateTimeType).
2022-07-17 12:28:54.549 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Updating channel definitions, 2 channels
2022-07-17 12:28:54.551 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay2#input
2022-07-17 12:28:54.552 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay2#button
2022-07-17 12:28:54.552 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel device#accumulatedWatts updated with 7.50 W (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.553 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel device#accumulatedWTotal updated with 0 kWh (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.555 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel device#heartBeat updated with 2022-07-17T12:28:54.000+0200 (type class org.openhab.core.library.types.DateTimeType).
2022-07-17 12:28:54.567 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel definitions updated
2022-07-17 12:28:54.568 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Updating channel definitions, 2 channels
2022-07-17 12:28:54.570 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay3#input
2022-07-17 12:28:54.570 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay3#button
2022-07-17 12:28:54.585 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel definitions updated
2022-07-17 12:28:54.586 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Updating channel definitions, 2 channels
2022-07-17 12:28:54.587 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay4#input
2022-07-17 12:28:54.588 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Adding channel relay4#button
2022-07-17 12:28:54.603 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel definitions updated
2022-07-17 12:28:54.605 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter1#currentWatts updated with 4.90 W (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.606 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter1#totalKWH updated with 0 kWh (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.608 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter1#voltage updated with 235.3 V (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.609 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter1#current updated with 0 A (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.610 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter1#lastUpdate updated with 2022-07-17T12:28:54.000+0200 (type class org.openhab.core.library.types.DateTimeType).
2022-07-17 12:28:54.611 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter2#currentWatts updated with 0 W (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.612 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter2#totalKWH updated with 0 kWh (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.614 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter2#voltage updated with 235.3 V (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.615 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter2#current updated with 0 A (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.616 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter2#powerFactor updated with 0 % (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.617 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter2#lastUpdate updated with 2022-07-17T12:28:54.000+0200 (type class org.openhab.core.library.types.DateTimeType).
2022-07-17 12:28:54.619 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter3#currentWatts updated with 2.60 W (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.620 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter3#totalKWH updated with 0 kWh (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.622 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter3#voltage updated with 235.4 V (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.623 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter3#current updated with 0 A (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.624 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter4#currentWatts updated with 0 W (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.626 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter4#totalKWH updated with 0 kWh (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.627 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter4#voltage updated with 235.4 V (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.628 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter4#current updated with 0 A (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.630 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter4#powerFactor updated with 0 % (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.630 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter4#lastUpdate updated with 2022-07-17T12:28:54.000+0200 (type class org.openhab.core.library.types.DateTimeType).
2022-07-17 12:28:54.632 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel device#accumulatedWatts updated with 7.50 W (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.633 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel device#accumulatedWTotal updated with 0 kWh (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:28:54.528 [INFO ] [openhab.event.ThingUpdatedEvent     ] - Thing 'shelly:shellypro4pm:30c6f78377bc' has been updated.
2022-07-17 12:28:54.550 [INFO ] [openhab.event.ThingUpdatedEvent     ] - Thing 'shelly:shellypro4pm:30c6f78377bc' has been updated.

part 3/3

2022-07-17 12:28:54.570 [INFO ] [openhab.event.ThingUpdatedEvent     ] - Thing 'shelly:shellypro4pm:30c6f78377bc' has been updated.
2022-07-17 12:28:54.586 [INFO ] [openhab.event.ThingUpdatedEvent     ] - Thing 'shelly:shellypro4pm:30c6f78377bc' has been updated.
2022-07-17 12:28:54.606 [INFO ] [openhab.event.ThingUpdatedEvent     ] - Thing 'shelly:shellypro4pm:30c6f78377bc' has been updated.
2022-07-17 12:29:00.453 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65805374043E9,"switch:2":{"id":2,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053739}}}}
2022-07-17 12:29:00.497 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65805374043E9,"switch:3":{"id":3,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053739}}}}
2022-07-17 12:29:00.833 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65805374081E9,"switch:0":{"id":0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053739}}}}
2022-07-17 12:29:00.835 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65805374081E9,"switch:1":{"id":1,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053739}}}}
2022-07-17 12:29:22.783 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65805374047E9,"switch:2":{"id":2,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053739}}}}
2022-07-17 12:29:22.827 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65805374051E9,"switch:3":{"id":3,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053739}}}}
2022-07-17 12:29:22.828 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65805374085E9,"switch:0":{"id":0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053739}}}}
2022-07-17 12:29:22.829 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65805374089E9,"switch:1":{"id":1,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053739}}}}
2022-07-17 12:29:51.680 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay1
2022-07-17 12:29:51.681 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-17 12:29:51.682 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-17 12:29:51.682 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update meter1
2022-07-17 12:29:51.683 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay1 done
2022-07-17 12:29:51.683 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay2
2022-07-17 12:29:51.683 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-17 12:29:51.684 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-17 12:29:51.684 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update meter2
2022-07-17 12:29:51.685 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay2 done
2022-07-17 12:29:51.685 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay3
2022-07-17 12:29:51.686 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-17 12:29:51.686 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-17 12:29:51.687 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update meter3
2022-07-17 12:29:51.687 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay3 done
2022-07-17 12:29:51.688 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay4
2022-07-17 12:29:51.688 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-17 12:29:51.688 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-17 12:29:51.689 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update meter4
2022-07-17 12:29:51.689 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay4 done
2022-07-17 12:29:51.690 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input1
2022-07-17 12:29:51.690 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input1 done
2022-07-17 12:29:51.691 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input2
2022-07-17 12:29:51.691 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input2 done
2022-07-17 12:29:51.691 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input3
2022-07-17 12:29:51.692 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input3 done
2022-07-17 12:29:51.692 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input4
2022-07-17 12:29:51.693 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input4 done
2022-07-17 12:29:51.694 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel device#heartBeat updated with 2022-07-17T12:29:51.000+0200 (type class org.openhab.core.library.types.DateTimeType).
2022-07-17 12:29:51.698 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter1#currentWatts updated with 4.90 W (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:29:51.700 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter1#totalKWH updated with 0 kWh (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:29:51.702 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter1#voltage updated with 234.1 V (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:29:51.704 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter1#current updated with 0 A (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:29:51.705 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter1#lastUpdate updated with 2022-07-17T12:29:51.000+0200 (type class org.openhab.core.library.types.DateTimeType).
2022-07-17 12:29:51.707 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter2#currentWatts updated with 0 W (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:29:51.709 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter2#totalKWH updated with 0 kWh (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:29:51.711 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter2#voltage updated with 234.2 V (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:29:51.712 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter2#current updated with 0 A (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:29:51.714 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter2#powerFactor updated with 0 % (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:29:51.716 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter2#lastUpdate updated with 2022-07-17T12:29:51.000+0200 (type class org.openhab.core.library.types.DateTimeType).
2022-07-17 12:29:51.718 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter3#currentWatts updated with 2.50 W (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:29:51.719 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter3#totalKWH updated with 0 kWh (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:29:51.721 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter3#voltage updated with 234.2 V (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:29:51.722 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter3#current updated with 0 A (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:29:51.724 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter4#currentWatts updated with 0 W (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:29:51.726 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter4#totalKWH updated with 0 kWh (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:29:51.728 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter4#voltage updated with 234.3 V (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:29:51.730 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter4#current updated with 0 A (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:29:51.732 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter4#powerFactor updated with 0 % (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:29:51.733 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter4#lastUpdate updated with 2022-07-17T12:29:51.000+0200 (type class org.openhab.core.library.types.DateTimeType).
2022-07-17 12:29:51.735 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel device#accumulatedWatts updated with 7.40 W (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:29:51.737 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel device#accumulatedWTotal updated with 0 kWh (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:29:51.738 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Enabling channel cache (20 updates / 60s)
2022-07-17 12:30:00.820 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.6580538008E9,"switch:0":{"id":0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053799}}}}
2022-07-17 12:30:00.867 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.6580538008E9,"switch:1":{"id":1,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053799}}}}
2022-07-17 12:30:00.899 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65805380088E9,"switch:2":{"id":2,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053799}}}}
2022-07-17 12:30:00.905 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65805380088E9,"switch:3":{"id":3,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053799}}}}
2022-07-17 12:30:22.783 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65805380084E9,"switch:0":{"id":0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053799}}}}
2022-07-17 12:30:22.827 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65805380088E9,"switch:1":{"id":1,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053799}}}}
2022-07-17 12:30:22.829 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65805380092E9,"switch:2":{"id":2,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053799}}}}
2022-07-17 12:30:22.830 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65805380096E9,"switch:3":{"id":3,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053799}}}}
2022-07-17 12:31:00.254 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65805386024E9,"switch:2":{"id":2,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053859}}}}
2022-07-17 12:31:00.297 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65805386024E9,"switch:3":{"id":3,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053859}}}}
2022-07-17 12:31:00.846 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65805386083E9,"switch:0":{"id":0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053859}}}}
2022-07-17 12:31:00.848 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65805386083E9,"switch:1":{"id":1,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053859}}}}
2022-07-17 12:31:22.781 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65805386028E9,"switch:2":{"id":2,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053859}}}}
2022-07-17 12:31:22.837 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65805386031E9,"switch:3":{"id":3,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053859}}}}
2022-07-17 12:31:22.838 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65805386087E9,"switch:0":{"id":0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053859}}}}
2022-07-17 12:31:22.839 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.6580538609E9,"switch:1":{"id":1,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053859}}}}
2022-07-17 12:31:51.871 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay1
2022-07-17 12:31:51.872 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-17 12:31:51.872 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-17 12:31:51.872 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update meter1
2022-07-17 12:31:51.873 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay1 done
2022-07-17 12:31:51.873 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay2
2022-07-17 12:31:51.873 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-17 12:31:51.874 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-17 12:31:51.874 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update meter2
2022-07-17 12:31:51.874 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay2 done
2022-07-17 12:31:51.875 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay3
2022-07-17 12:31:51.875 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-17 12:31:51.876 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-17 12:31:51.876 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update meter3
2022-07-17 12:31:51.876 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay3 done
2022-07-17 12:31:51.877 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay4
2022-07-17 12:31:51.877 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-17 12:31:51.877 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-17 12:31:51.878 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update meter4
2022-07-17 12:31:51.878 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay4 done
2022-07-17 12:31:51.878 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input1
2022-07-17 12:31:51.879 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input1 done
2022-07-17 12:31:51.879 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input2
2022-07-17 12:31:51.879 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input2 done
2022-07-17 12:31:51.880 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input3
2022-07-17 12:31:51.880 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input3 done
2022-07-17 12:31:51.881 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input4
2022-07-17 12:31:51.881 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input4 done
2022-07-17 12:31:51.882 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel device#heartBeat updated with 2022-07-17T12:31:51.000+0200 (type class org.openhab.core.library.types.DateTimeType).
2022-07-17 12:31:51.887 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter1#voltage updated with 235.1 V (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:31:51.888 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter1#lastUpdate updated with 2022-07-17T12:31:51.000+0200 (type class org.openhab.core.library.types.DateTimeType).
2022-07-17 12:31:51.892 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter2#voltage updated with 235.2 V (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:31:51.894 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter2#lastUpdate updated with 2022-07-17T12:31:51.000+0200 (type class org.openhab.core.library.types.DateTimeType).
2022-07-17 12:31:51.895 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter3#currentWatts updated with 2.50 W (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:31:51.898 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter3#voltage updated with 235.2 V (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:31:51.901 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter4#voltage updated with 235.1 V (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:31:51.903 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter4#lastUpdate updated with 2022-07-17T12:31:51.000+0200 (type class org.openhab.core.library.types.DateTimeType).
2022-07-17 12:31:51.905 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel device#accumulatedWatts updated with 7.40 W (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:32:00.677 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65805392066E9,"switch:2":{"id":2,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053919}}}}
2022-07-17 12:32:00.728 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65805392066E9,"switch:3":{"id":3,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053919}}}}
2022-07-17 12:32:00.877 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65805392086E9,"switch:0":{"id":0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053919}}}}
2022-07-17 12:32:00.878 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65805392086E9,"switch:1":{"id":1,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053919}}}}		
2022-07-17 12:32:22.780 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.6580539207E9,"switch:2":{"id":2,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053919}}}}
2022-07-17 12:32:22.827 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65805392074E9,"switch:3":{"id":3,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053919}}}}
2022-07-17 12:32:22.828 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.6580539209E9,"switch:0":{"id":0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053919}}}}
2022-07-17 12:32:22.829 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65805392094E9,"switch:1":{"id":1,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053919}}}}
2022-07-17 12:32:51.955 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay1
2022-07-17 12:32:51.956 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-17 12:32:51.956 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-17 12:32:51.957 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update meter1
2022-07-17 12:32:51.957 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay1 done
2022-07-17 12:32:51.958 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay2
2022-07-17 12:32:51.958 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-17 12:32:51.959 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-17 12:32:51.959 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update meter2
2022-07-17 12:32:51.960 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay2 done
2022-07-17 12:32:51.960 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay3
2022-07-17 12:32:51.961 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-17 12:32:51.962 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-17 12:32:51.963 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update meter3
2022-07-17 12:32:51.963 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay3 done
2022-07-17 12:32:51.963 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay4
2022-07-17 12:32:51.964 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update temperature
2022-07-17 12:32:51.965 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update voltage
2022-07-17 12:32:51.966 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update meter4
2022-07-17 12:32:51.966 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update relay4 done
2022-07-17 12:32:51.967 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input1
2022-07-17 12:32:51.967 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input1 done
2022-07-17 12:32:51.968 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input2
2022-07-17 12:32:51.968 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input2 done
2022-07-17 12:32:51.968 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input3
2022-07-17 12:32:51.969 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input3 done
2022-07-17 12:32:51.969 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Updating input4
2022-07-17 12:32:51.970 [DEBUG] [helly.internal.api2.Shelly2ApiClient] - shellypro4pm-30c6f78377bc: Update for input4 done
2022-07-17 12:32:51.970 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel device#heartBeat updated with 2022-07-17T12:32:51.000+0200 (type class org.openhab.core.library.types.DateTimeType).
2022-07-17 12:32:51.974 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter1#currentWatts updated with 4.80 W (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:32:51.977 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter1#voltage updated with 234.7 V (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:32:51.979 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter1#lastUpdate updated with 2022-07-17T12:32:51.000+0200 (type class org.openhab.core.library.types.DateTimeType).
2022-07-17 12:32:51.982 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter2#voltage updated with 234.7 V (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:32:51.983 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter2#lastUpdate updated with 2022-07-17T12:32:51.000+0200 (type class org.openhab.core.library.types.DateTimeType).
2022-07-17 12:32:51.986 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter3#voltage updated with 234.6 V (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:32:51.989 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter4#voltage updated with 234.6 V (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:32:51.991 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel meter4#lastUpdate updated with 2022-07-17T12:32:51.000+0200 (type class org.openhab.core.library.types.DateTimeType).
2022-07-17 12:32:51.992 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellypro4pm-30c6f78377bc: Channel device#accumulatedWatts updated with 7.30 W (type class org.openhab.core.library.types.QuantityType).
2022-07-17 12:33:00.087 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65805398007E9,"switch:2":{"id":2,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053979}}}}
2022-07-17 12:33:00.137 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65805398007E9,"switch:3":{"id":3,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053979}}}}
2022-07-17 12:33:00.888 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65805398087E9,"switch:0":{"id":0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053979}}}}
2022-07-17 12:33:00.890 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65805398087E9,"switch:1":{"id":1,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053979}}}}
2022-07-17 12:33:22.784 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65805398011E9,"switch:2":{"id":2,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053979}}}}
2022-07-17 12:33:22.828 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65805398015E9,"switch:3":{"id":3,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053979}}}}
2022-07-17 12:33:22.830 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65805398091E9,"switch:0":{"id":0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053979}}}}
2022-07-17 12:33:22.831 [DEBUG] [g.shelly.internal.api2.Shelly2ApiRpc] - shellypro4pm-30c6f78377bc: NotifyStatus update received: {"src":"shellypro4pm-30c6f78377bc","dst":"shellypro4pm-30c6f78377bc","method":"NotifyStatus","params":{"ts":1.65805398095E9,"switch:1":{"id":1,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053979}}}}

hmm, strange, the device reports

""NotifyStatus","params":{"ts":1.65805398087E9,"switch:0":{"id":0,"aenergy":{"total":0.0,"by_minute":[0.0,0.0,0.0],"minute_ts":1658053979}}}}"

which means totalKWH=0

Could you please open a browser and try
http://<device-ip>/rpc/Shelly.GetStatus
and provide the output.

Which fw are you using?

output from the request:

{"ble":{},"cloud":{"connected":false},"eth":{"ip":null},"input:0":{"id":0,"state":false},"input:1":{"id":1,"state":false},"input:2":{"id":2,"state":false},"input:3":{"id":3,"state":false},"mqtt":{"connected":false},"switch:0":{"id":0, "source":"UI", "output":true, "apower":5.1, "voltage":233.3, "current":0.046, "pf":0.00, "aenergy":{"total":0.000,"by_minute":[0.000,0.000,0.000],"minute_ts":1658065647},"temperature":{"tC":29.8, "tF":85.7}},"switch:1":{"id":1, "source":"init", "output":false, "apower":0.0, "voltage":233.3, "current":0.000, "pf":0.00, "aenergy":{"total":0.000,"by_minute":[0.000,0.000,0.000],"minute_ts":1658065647},"temperature":{"tC":29.8, "tF":85.7}},"switch:2":{"id":2, "source":"UI", "output":true, "apower":2.7, "voltage":233.2, "current":0.022, "pf":0.00, "aenergy":{"total":0.000,"by_minute":[0.000,0.000,0.000],"minute_ts":1658065647},"temperature":{"tC":29.8, "tF":85.7}},"switch:3":{"id":3, "source":"init", "output":false, "apower":0.0, "voltage":233.2, "current":0.000, "pf":0.00, "aenergy":{"total":0.000,"by_minute":[0.000,0.000,0.000],"minute_ts":1658065647},"temperature":{"tC":29.8, "tF":85.7}},"sys":{"mac":"30C6F78377BC","restart_required":false,"time":"15:47","unixtime":1658065649,"uptime":15810,"ram_size":238116,"ram_free":152732,"fs_size":524288,"fs_free":282624,"cfg_rev":13,"available_updates":{}},"ui":{},"wifi":{"sta_ip":"XXXX","status":"got ip","ssid":"XXXXX","rssi":-63}}

FW is the newest the device reports - v.0.10.3. I checked with Shelly support, and this is indeed the newest for the Gen2 4Pro.

I also tried with my 2nd 4Pro - the request looks similar, with 0 kWh being reported. But I do notice that the current is being reported by the device, but not in OH - for what it matters I’m running OH 3.3.0 - release build.
Since I think it is weird that the device itself is not reporting kWh, I’ve opened a ticket with Shelly asking about this - if you think its a device issue, and wanna wait until I hear from them I can perfectly understand.

:EDIT:
Shelly support say there is something wrong with my device, so no reason to proceed with troubleshooting the device in the binding until this is figured out. I’ll report back once this has been resolved with them.

fyi: There will be a Shelly launch event this week presenting some new devices

1 Like

Thank you for your great work! Using near to 30 Shelly Devices…
The Shelly Bulb seems to miss now the Mode-Switch (Color-White). Using Dev gen2.

Environment:
Linux, Docker, Openhab 3.3, Shelly snapshot

Problem:
Playing with shelly/config, I changed the IP “Host Interface IP”. Whenever I reboot the host, my openhab has different IP thus I have to change as well the Shelly config over and over. When I try to remove the IP(trying to fallback to default) clearing the field , the IP is still there. Any idea how to clear the IP from config?

I tried to resend the “PUT” with IP=“” without success. Simply if the field is empty, javascript does not add the field to “PUT” at all.