Shelly Binding

Please try it. AFAIK advanced channels (those you see only when you click [Show Advanced] in PaperUI) need to be declared within the Thing definition in the .things file. @hmerk could you confirm/provide an example?

Shure, these are two devices in my installation

Thing shelly:shelly1:8b18f7 "Deckenlicht" @ "Flur DG" [ deviceIp="192.168.0.170", coap="true", eventsRelayButton="false", eventsRelaySwitch="false", eventsCoIoT="true" ]
Thing shelly:shelly2-relay:5b2785 "Deckenlicht" @ "Arbeitszimmer" [ deviceIp="192.168.0.171", coap="true", eventsRelayButton="false", eventsRelaySwitch="false", eventsCoIoT="true" ]

yes, but does thise automatically makes the advanced channels available for item linkage

You always have to press more to see the advanced channels. You cannot override this with the things definition.

Thanks Markus,
I gave it a try:

  • deleted the shellydw from the *.things file
  • stopped the Shelly binding via Karaf console
  • started the Shelly binding again
  • woke the shellydw by pressing the internal button

The behaviour is similar to what I had before. The channels got discovered,
but populated just once at initialization, see:

2020-05-11 18:13:29.630 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellydw-fa902a: Start initializing thing tuer - 192.168.9.17, type shellydw, ip address 192.168.9.17, CoIoT: true
2020-05-11 18:13:30.054 [vent.ItemStateChangedEvent] - ShellyTuer_uptime changed from NULL to 21
2020-05-11 18:13:30.069 [vent.ItemStateChangedEvent] - ShellyTuer_rssi changed from NULL to 4
2020-05-11 18:13:30.437 [vent.ItemStateChangedEvent] - ShellyTuer_reason changed from NULL to button
2020-05-11 18:13:33.641 [vent.ItemStateChangedEvent] - ShellyTuer_uptime changed from 21 to 24
2020-05-11 18:13:42.348 [vent.ItemStateChangedEvent] - ShellyTuer_vibration changed from OFF to ON
2020-05-11 18:13:57.383 [vent.ItemStateChangedEvent] - ShellyTuer_vibration changed from ON to OFF
2020-05-11 18:14:00.256 [vent.ItemStateChangedEvent] - ShellyTuer changed from CLOSED to OPEN
2020-05-11 18:14:05.278 [vent.ItemStateChangedEvent] - ShellyTuer changed from OPEN to CLOSED
2020-05-11 18:14:39.688 [vent.ItemStateChangedEvent] - ShellyTuer changed from CLOSED to OPEN
2020-05-11 18:14:44.626 [vent.ItemStateChangedEvent] - ShellyTuer changed from OPEN to CLOSED
2020-05-11 18:14:59.650 [vent.ItemStateChangedEvent] - ShellyTuer_vibration changed from OFF to ON
2020-05-11 18:15:48.365 [vent.ItemStateChangedEvent] - ShellyTuer_vibration changed from ON to OFF
2020-05-11 18:19:47.787 [vent.ItemStateChangedEvent] - ShellyTuer_vibration changed from OFF to ON
2020-05-11 18:20:02.801 [vent.ItemStateChangedEvent] - ShellyTuer_vibration changed from ON to OFF
2020-05-11 18:20:34.256 [vent.ItemStateChangedEvent] - ShellyTuer changed from CLOSED to OPEN
2020-05-11 18:20:44.319 [vent.ItemStateChangedEvent] - ShellyTuer changed from OPEN to CLOSED
2020-05-11 18:21:02.093 [vent.ItemStateChangedEvent] - ShellyTuer changed from CLOSED to OPEN
2020-05-11 18:24:36.493 [vent.ItemStateChangedEvent] - ShellyTuer changed from OPEN to CLOSED
2020-05-11 18:25:05.090 [vent.ItemStateChangedEvent] - ShellyTuer changed from CLOSED to OPEN
2020-05-11 18:25:14.325 [vent.ItemStateChangedEvent] - ShellyTuer changed from OPEN to CLOSED
2020-05-11 18:27:26.620 [vent.ItemStateChangedEvent] - ShellyTuer changed from CLOSED to OPEN
2020-05-11 18:28:45.452 [vent.ItemStateChangedEvent] - ShellyTuer changed from OPEN to CLOSED

These are the debug lines:

2020-05-11 18:12:35.403 [hingStatusInfoChangedEvent] - 'shelly:shellydw:fa902a' changed from ONLINE to UNINITIALIZED
2020-05-11 18:12:35.450 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellydw-fa902a: Shutting down
2020-05-11 18:12:35.452 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellydw-fa902a: Shelly statusJob stopped
2020-05-11 18:12:35.476 [hingStatusInfoChangedEvent] - 'shelly:shellydw:fa902a' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2020-05-11 18:12:54.403 [DEBUG] [shelly.internal.ShellyHandlerFactory] - tuer - 192.168.9.17: Create new thing of type shelly:shellydw using ShellyRelayHandler
2020-05-11 18:12:54.566 [hingStatusInfoChangedEvent] - 'shelly:shellydw:fa902a' changed from UNINITIALIZED (HANDLER_MISSING_ERROR) to INITIALIZING
2020-05-11 18:12:56.600 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellydw-fa902a: Using userId ogv from bindingConfig
2020-05-11 18:12:56.605 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellydw-fa902a: Device config: IP address=192.168.9.17, HTTP user/password=ogv/***, update interval=3600
2020-05-11 18:12:56.610 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellydw-fa902a: Configured Events: Button: false, Switch (on/off): true, Push: true, Roller: true, Sensor: false, CoIoT: true, Enable AutoCoIoT: true
2020-05-11 18:12:56.616 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellydw-fa902a: Start initializing thing tuer - 192.168.9.17, type shellydw, ip address 192.168.9.17, CoIoT: true
2020-05-11 18:12:56.627 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: Starting CoAP Listener
2020-05-11 18:12:56.632 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoAP Request was canceled
2020-05-11 18:12:56.633 [hingStatusInfoChangedEvent] - 'shelly:shellydw:fa902a' changed from INITIALIZING to UNKNOWN
2020-05-11 18:12:56.797 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellyswitch25-1126ea: Initializing device shellyswitch25-1126ea, type SHSW-25, Hardware: Rev: prod-2019-08, batch 0; Firmware: v1.6.0 / 20200309-104051 (43056d58)
2020-05-11 18:12:57.381 [DEBUG] [ng.shelly.internal.api.ShellyHttpApi] - shellydw-fa902a: API Timeout, retry #1 (Device unreachable or API Timeout (GET http://192.168.9.17/shelly))
2020-05-11 18:13:00.503 [DEBUG] [ng.shelly.internal.api.ShellyHttpApi] - shellydw-fa902a: API Timeout, retry #2 (Device unreachable or API Timeout (GET http://192.168.9.17/shelly))
2020-05-11 18:13:03.621 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellydw-fa902a: Unable to initialize: Device unreachable or API Timeout (GET http://192.168.9.17/shelly), retrying later
2020-05-11 18:13:03.624 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellydw-fa902a: Update status job started, interval=1200*3=3600sec.
2020-05-11 18:13:27.294 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=1695): {"G":[[0,66,11],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:13:27.304 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Sensor data {"G":[[0,66,11],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:13:27.305 [hingStatusInfoChangedEvent] - 'shelly:shellydw:fa902a' changed from UNKNOWN to ONLINE
2020-05-11 18:13:27.308 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoAP Request was canceled
2020-05-11 18:13:27.335 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Device Description for SHDW-1#FA902A#1: {"blk":[{"I":1, "D":"sensors"}],"sen":[{"I":66, "D":"lux", "T":"L", "R":"0/100000", "L":1},{"I":55, "D":"State", "T":"S", "R":"0/1", "L":1},{"I":77, "D":"battery", "T":"B", "R":"0/100", "L":1},{"I":88, "D":"tilt", "T":"S", "R":"0/180", "L":1},{"I":99, "D":"vibration", "T":"S", "R":"0/1", "L":1}]}
2020-05-11 18:13:27.344 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a:    id=1: sensors
2020-05-11 18:13:27.348 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: Adding 5 sensor definitions
2020-05-11 18:13:27.351 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a:    id 66: lux, Type=L, Range=0/100000, Links=1
2020-05-11 18:13:27.354 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a:    id 55: State, Type=S, Range=0/1, Links=1
2020-05-11 18:13:27.358 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a:    id 77: battery, Type=B, Range=0/100, Links=1
2020-05-11 18:13:27.361 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a:    id 88: tilt, Type=S, Range=0/180, Links=1
2020-05-11 18:13:27.364 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a:    id 99: vibration, Type=S, Range=0/1, Links=1
2020-05-11 18:13:27.368 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: Device description for SHDW-1#FA902A#1 restored: {"blk":[{"I":1, "D":"sensors"}],"sen":[{"I":66, "D":"lux", "T":"L", "R":"0/100000", "L":1},{"I":55, "D":"State", "T":"S", "R":"0/1", "L":1},{"I":77, "D":"battery", "T":"B", "R":"0/100", "L":1},{"I":88, "D":"tilt", "T":"S", "R":"0/180", "L":1},{"I":99, "D":"vibration", "T":"S", "R":"0/1", "L":1}]}
2020-05-11 18:13:27.371 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 5 CoAP sensor updates received
2020-05-11 18:13:27.382 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel battery#batteryLevel updated with 100.0 % (type class org.eclipse.smarthome.core.library.types.QuantityType).
2020-05-11 18:13:27.387 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel sensors#state updated with CLOSED (type class org.eclipse.smarthome.core.library.types.OpenClosedType).
2020-05-11 18:13:27.393 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel sensors#vibration updated with OFF (type class org.eclipse.smarthome.core.library.types.OnOffType).
2020-05-11 18:13:27.396 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 3 channels updated from CoIoT status
2020-05-11 18:13:27.709 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=63168): {"G":[[0,66,11],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:13:27.712 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Sensor data {"G":[[0,66,11],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:13:27.715 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 5 CoAP sensor updates received
2020-05-11 18:13:27.721 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel battery#batteryLevel updated with 100.0 % (type class org.eclipse.smarthome.core.library.types.QuantityType).
2020-05-11 18:13:27.725 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 1 channels updated from CoIoT status
2020-05-11 18:13:29.626 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellydw-fa902a: Status update triggered thing initialization
2020-05-11 18:13:29.628 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=63167): {"blk":[{"I":1, "D":"sensors"}],"sen":[{"I":66, "D":"lux", "T":"L", "R":"0/100000", "L":1},{"I":55, "D":"State", "T":"S", "R":"0/1", "L":1},{"I":77, "D":"battery", "T":"B", "R":"0/100", "L":1},{"I":88, "D":"tilt", "T":"S", "R":"0/180", "L":1},{"I":99, "D":"vibration", "T":"S", "R":"0/1", "L":1}]}
2020-05-11 18:13:29.630 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellydw-fa902a: Start initializing thing tuer - 192.168.9.17, type shellydw, ip address 192.168.9.17, CoIoT: true
2020-05-11 18:13:29.631 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Device Description for SHDW-1#FA902A#1: {"blk":[{"I":1, "D":"sensors"}],"sen":[{"I":66, "D":"lux", "T":"L", "R":"0/100000", "L":1},{"I":55, "D":"State", "T":"S", "R":"0/1", "L":1},{"I":77, "D":"battery", "T":"B", "R":"0/100", "L":1},{"I":88, "D":"tilt", "T":"S", "R":"0/180", "L":1},{"I":99, "D":"vibration", "T":"S", "R":"0/1", "L":1}]}
2020-05-11 18:13:29.636 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a:    id=1: sensors
2020-05-11 18:13:29.649 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: Adding 5 sensor definitions
2020-05-11 18:13:29.653 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a:    id 66: lux, Type=L, Range=0/100000, Links=1
2020-05-11 18:13:29.657 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a:    id 55: State, Type=S, Range=0/1, Links=1
2020-05-11 18:13:29.665 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a:    id 77: battery, Type=B, Range=0/100, Links=1
2020-05-11 18:13:29.673 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a:    id 88: tilt, Type=S, Range=0/180, Links=1
2020-05-11 18:13:29.677 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a:    id 99: vibration, Type=S, Range=0/1, Links=1
2020-05-11 18:13:29.849 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellydw-fa902a: Initializing device shellydw-fa902a, type SHDW-1, Hardware: Rev: , batch ; Firmware: v1.6.5 / 20200408-085810 (b075f0bf)
2020-05-11 18:13:29.854 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellydw-fa902a: Shelly settings info for shellydw-fa902a: {"device":{"type":"SHDW-1","mac":"68C63AFA902A","hostname":"shellydw-FA902A","sleep_mode":true},"wifi_ap":{"enabled":false,"ssid":"shellydw-FA902A","key":""},"wifi_sta":{"enabled":true,"ssid":"LusImollSuTiF","ipv4_method":"static","ip":"192.168.9.17","gw":"192.168.9.1","mask":"255.255.255.0","dns":null},"wifi_sta1":{"enabled":false,"ssid":null,"ipv4_method":"dhcp","ip":null,"gw":null,"mask":null,"dns":null},"mqtt": {"enable":false,"server":"192.168.9.1:1883","user":"","id":"shellydw-FA902A","reconnect_timeout_max":60.000000,"reconnect_timeout_min":2.000000,"clean_session":true,"keep_alive":60,"max_qos":0,"retain":false,"update_period":30},"coiot": {"update_period":15},"sntp":{"server":"time.google.com","enabled":true},"login":{"enabled":false,"unprotected":false,"username":"admin"},"pin_code":"","name":"","fw":"20200408-085810/v1.6.5@b075f0bf","discoverable":false,"build_info":{"build_id":"20200408-085810/v1.6.5@b075f0bf","build_timestamp":"2020-04-08T08:58:10Z","build_version":"1.0"},"cloud":{"enabled":false,"connected":false},"timezone":"Europe/Berlin","lat":500.000000,"lng":500.000000,"tzautodetect":true,"tz_utc_offset":0,"tz_dst":false,"tz_dst_auto":true,"time":"","unixtime":0,"dark_threshold":100,"twilight_threshold":300,"sleep_mode":{"period":6,"unit":"h"},"led_status_disable":false,"dark_url":null,"twilight_url":null,"close_url":null,"vibration_url":null,"tilt_enabled":false,"tilt_calibrated":false,"vibration_enabled":true,"reverse_open_close":false}
2020-05-11 18:13:29.857 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellydw-fa902a: Device hasRelays:false (numRelays=0),isRoller:false (numRoller=0),isDimmer:false,isPlugS:false,numMeter=0,isEMeter:false),isSensor:true,isDS:true,hasBattery:true (low battery threshold=20%),isSense:false,isLight:false,isBulb:false,isDuo:false,isRGBW2:false,inColor:false,hasLEDs:false,updatePeriod:21600sec
2020-05-11 18:13:30.032 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellydw-fa902a: Auto-CoIoT is enabled, disabling action urls
2020-05-11 18:13:30.035 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellydw-fa902a: Starting CoIoT (autoCoIoT=true/true)
2020-05-11 18:13:30.038 [DEBUG] [ng.shelly.internal.api.ShellyHttpApi] - shellydw-fa902a: Set Sensor Reporting URL
2020-05-11 18:13:30.047 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel device#uptime updated with 21 s (type class org.eclipse.smarthome.core.library.types.QuantityType).
2020-05-11 18:13:30.054 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel device#wifiSignal updated with 4 (type class org.eclipse.smarthome.core.library.types.DecimalType).
2020-05-11 18:13:30.087 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel device#alarm updated with NONE (type class org.eclipse.smarthome.core.library.types.StringType).
2020-05-11 18:13:30.090 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellydw-fa902a: Thing successfully initialized.
2020-05-11 18:13:30.094 [me.event.ThingUpdatedEvent] - Thing 'shelly:shellydw:fa902a' has been updated.
2020-05-11 18:13:30.249 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel device#uptime updated with 21 s (type class org.eclipse.smarthome.core.library.types.QuantityType).
2020-05-11 18:13:30.255 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel device#wifiSignal updated with 4 (type class org.eclipse.smarthome.core.library.types.DecimalType).
2020-05-11 18:13:30.258 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellydw-fa902a: Updating sensor
2020-05-11 18:13:30.430 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel device#wakeupReason updated with button (type class org.eclipse.smarthome.core.library.types.StringType).
2020-05-11 18:13:30.436 [WARN ] [y.internal.handler.ShellyBaseHandler] - shellydw-fa902a: Event erzeugt: BUTTON
2020-05-11 18:13:30.441 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel device#alarm updated with BUTTON (type class org.eclipse.smarthome.core.library.types.StringType).
2020-05-11 18:13:30.444 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellydw-fa902a: Updating DW state with close
2020-05-11 18:13:30.443 [vent.ChannelTriggeredEvent] - shelly:shellydw:fa902a:device#alarm triggered BUTTON
2020-05-11 18:13:30.451 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel sensors#state updated with CLOSED (type class org.eclipse.smarthome.core.library.types.OpenClosedType).
2020-05-11 18:13:30.455 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel sensors#lastError updated with  (type class org.eclipse.smarthome.core.library.types.StringType).
2020-05-11 18:13:30.459 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellydw-fa902a: Unable to refresh status: Status konnte nicht aktualisiert werden
2020-05-11 18:13:33.631 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel device#uptime updated with 24 s (type class org.eclipse.smarthome.core.library.types.QuantityType).
2020-05-11 18:13:33.642 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel device#wifiSignal updated with 4 (type class org.eclipse.smarthome.core.library.types.DecimalType).
2020-05-11 18:13:33.649 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellydw-fa902a: Updating sensor
2020-05-11 18:13:33.809 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel device#wakeupReason updated with button (type class org.eclipse.smarthome.core.library.types.StringType).
2020-05-11 18:13:33.813 [WARN ] [y.internal.handler.ShellyBaseHandler] - shellydw-fa902a: Event erzeugt: BUTTON
2020-05-11 18:13:33.817 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel device#alarm updated with BUTTON (type class org.eclipse.smarthome.core.library.types.StringType).
2020-05-11 18:13:33.819 [vent.ChannelTriggeredEvent] - shelly:shellydw:fa902a:device#alarm triggered BUTTON
2020-05-11 18:13:33.820 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellydw-fa902a: Updating DW state with close
2020-05-11 18:13:33.825 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel sensors#lastError updated with  (type class org.eclipse.smarthome.core.library.types.StringType).
2020-05-11 18:13:33.829 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellydw-fa902a: Unable to refresh status: Status konnte nicht aktualisiert werden
2020-05-11 18:13:42.310 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=1696): {"G":[[0,66,11],[0,55,0],[0,77,100],[0,88,-1],[0,99,1]]}
2020-05-11 18:13:42.313 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Sensor data {"G":[[0,66,11],[0,55,0],[0,77,100],[0,88,-1],[0,99,1]]}
2020-05-11 18:13:42.318 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 5 CoAP sensor updates received
2020-05-11 18:13:42.327 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel battery#batteryLevel updated with 100.0 % (type class org.eclipse.smarthome.core.library.types.QuantityType).
2020-05-11 18:13:42.336 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel sensors#vibration updated with ON (type class org.eclipse.smarthome.core.library.types.OnOffType).
2020-05-11 18:13:42.341 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 2 channels updated from CoIoT status
2020-05-11 18:13:57.334 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=1697): {"G":[[0,66,11],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:13:57.340 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Sensor data {"G":[[0,66,11],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:13:57.344 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 5 CoAP sensor updates received
2020-05-11 18:13:57.352 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel battery#batteryLevel updated with 100.0 % (type class org.eclipse.smarthome.core.library.types.QuantityType).
2020-05-11 18:13:57.370 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel sensors#vibration updated with OFF (type class org.eclipse.smarthome.core.library.types.OnOffType).
2020-05-11 18:13:57.373 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 2 channels updated from CoIoT status
2020-05-11 18:14:00.205 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=1698): {"G":[[0,66,58],[0,55,1],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:14:00.209 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Sensor data {"G":[[0,66,58],[0,55,1],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:14:00.214 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 5 CoAP sensor updates received
2020-05-11 18:14:00.223 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel battery#batteryLevel updated with 100.0 % (type class org.eclipse.smarthome.core.library.types.QuantityType).
2020-05-11 18:14:00.230 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel sensors#state updated with OPEN (type class org.eclipse.smarthome.core.library.types.OpenClosedType).
2020-05-11 18:14:00.234 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 2 channels updated from CoIoT status
2020-05-11 18:14:03.857 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellydw-fa902a: Enabling channel cache (20 updates / 60s)
2020-05-11 18:14:05.238 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=1699): {"G":[[0,66,43],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:14:05.244 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Sensor data {"G":[[0,66,43],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:14:05.249 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 5 CoAP sensor updates received
2020-05-11 18:14:05.264 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel sensors#state updated with CLOSED (type class org.eclipse.smarthome.core.library.types.OpenClosedType).
2020-05-11 18:14:05.271 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 1 channels updated from CoIoT status
2020-05-11 18:14:20.291 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=1700): {"G":[[0,66,43],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:14:35.302 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=1701): {"G":[[0,66,43],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:14:39.652 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=1702): {"G":[[0,66,58],[0,55,1],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:14:39.655 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Sensor data {"G":[[0,66,58],[0,55,1],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:14:39.660 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 5 CoAP sensor updates received
2020-05-11 18:14:39.681 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel sensors#state updated with OPEN (type class org.eclipse.smarthome.core.library.types.OpenClosedType).
2020-05-11 18:14:39.690 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 1 channels updated from CoIoT status
2020-05-11 18:14:44.591 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=1703): {"G":[[0,66,71],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:14:44.594 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Sensor data {"G":[[0,66,71],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:14:44.600 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 5 CoAP sensor updates received
2020-05-11 18:14:44.620 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel sensors#state updated with CLOSED (type class org.eclipse.smarthome.core.library.types.OpenClosedType).
2020-05-11 18:14:44.624 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 1 channels updated from CoIoT status
2020-05-11 18:14:59.616 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=1704): {"G":[[0,66,76],[0,55,0],[0,77,100],[0,88,-1],[0,99,1]]}
2020-05-11 18:14:59.620 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Sensor data {"G":[[0,66,76],[0,55,0],[0,77,100],[0,88,-1],[0,99,1]]}
2020-05-11 18:14:59.624 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 5 CoAP sensor updates received
2020-05-11 18:14:59.641 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel sensors#vibration updated with ON (type class org.eclipse.smarthome.core.library.types.OnOffType).
2020-05-11 18:14:59.648 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 1 channels updated from CoIoT status
2020-05-11 18:15:00.096 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=1705): {"G":[[0,66,89],[0,55,0],[0,77,100],[0,88,-1],[0,99,1]]}
2020-05-11 18:15:00.104 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Sensor data {"G":[[0,66,89],[0,55,0],[0,77,100],[0,88,-1],[0,99,1]]}
2020-05-11 18:15:00.110 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 5 CoAP sensor updates received
2020-05-11 18:15:03.223 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=1706): {"G":[[0,66,76],[0,55,0],[0,77,100],[0,88,-1],[0,99,1]]}
2020-05-11 18:15:03.232 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Sensor data {"G":[[0,66,76],[0,55,0],[0,77,100],[0,88,-1],[0,99,1]]}
2020-05-11 18:15:03.238 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 5 CoAP sensor updates received
2020-05-11 18:15:18.244 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=1707): {"G":[[0,66,76],[0,55,0],[0,77,100],[0,88,-1],[0,99,1]]}
2020-05-11 18:15:33.303 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=1708): {"G":[[0,66,76],[0,55,0],[0,77,100],[0,88,-1],[0,99,1]]}
2020-05-11 18:15:48.334 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=1709): {"G":[[0,66,76],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:15:48.337 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Sensor data {"G":[[0,66,76],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:15:48.343 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 5 CoAP sensor updates received
2020-05-11 18:15:48.357 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel sensors#vibration updated with OFF (type class org.eclipse.smarthome.core.library.types.OnOffType).
2020-05-11 18:15:48.363 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 1 channels updated from CoIoT status
2020-05-11 18:17:10.676 [DEBUG] [discovery.ShellyDiscoveryParticipant] - ServiceInfo [ServiceInfoImpl@13263954 name: 'shellydw-FA902A._http._tcp.local.' address: '(null):80' status: 'DNS: JmDNS-/192.168.9.1 [/192.168.9.1] state: probing 1 task: null', has NO data, empty]
2020-05-11 18:19:32.739 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=20906): {"G":[[0,66,11],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:19:32.742 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Sensor data {"G":[[0,66,11],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:19:32.746 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 5 CoAP sensor updates received
2020-05-11 18:19:47.751 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=20907): {"G":[[0,66,11],[0,55,0],[0,77,100],[0,88,-1],[0,99,1]]}
2020-05-11 18:19:47.758 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Sensor data {"G":[[0,66,11],[0,55,0],[0,77,100],[0,88,-1],[0,99,1]]}
2020-05-11 18:19:47.762 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 5 CoAP sensor updates received
2020-05-11 18:19:47.777 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel sensors#vibration updated with ON (type class org.eclipse.smarthome.core.library.types.OnOffType).
2020-05-11 18:19:47.792 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 1 channels updated from CoIoT status
2020-05-11 18:20:02.753 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=20908): {"G":[[0,66,11],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:20:02.759 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Sensor data {"G":[[0,66,11],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:20:02.764 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 5 CoAP sensor updates received
2020-05-11 18:20:02.793 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel sensors#vibration updated with OFF (type class org.eclipse.smarthome.core.library.types.OnOffType).
2020-05-11 18:20:02.808 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 1 channels updated from CoIoT status
2020-05-11 18:20:14.467 [DEBUG] [discovery.ShellyDiscoveryParticipant] - shellydw-fa902a: Shelly device discovered: IP-Adress=192.168.9.17, type=shellydw
2020-05-11 18:20:14.685 [DEBUG] [discovery.ShellyDiscoveryParticipant] - shellydw-fa902a: Shelly settings : {"device":{"type":"SHDW-1","mac":"68C63AFA902A","hostname":"shellydw-FA902A","sleep_mode":true},"wifi_ap":{"enabled":false,"ssid":"shellydw-FA902A","key":""},"wifi_sta":{"enabled":true,"ssid":"LusImollSuTiF","ipv4_method":"static","ip":"192.168.9.17","gw":"192.168.9.1","mask":"255.255.255.0","dns":null},"wifi_sta1":{"enabled":false,"ssid":null,"ipv4_method":"dhcp","ip":null,"gw":null,"mask":null,"dns":null},"mqtt": {"enable":false,"server":"192.168.9.1:1883","user":"","id":"shellydw-FA902A","reconnect_timeout_max":60.000000,"reconnect_timeout_min":2.000000,"clean_session":true,"keep_alive":60,"max_qos":0,"retain":false,"update_period":30},"coiot": {"update_period":15},"sntp":{"server":"time.google.com","enabled":true},"login":{"enabled":false,"unprotected":false,"username":"admin"},"pin_code":"","name":"","fw":"20200408-085810/v1.6.5@b075f0bf","discoverable":false,"build_info":{"build_id":"20200408-085810/v1.6.5@b075f0bf","build_timestamp":"2020-04-08T08:58:10Z","build_version":"1.0"},"cloud":{"enabled":false,"connected":false},"timezone":"Europe/Berlin","lat":500.000000,"lng":500.000000,"tzautodetect":true,"tz_utc_offset":0,"tz_dst":false,"tz_dst_auto":true,"time":"","unixtime":0,"dark_threshold":100,"twilight_threshold":300,"sleep_mode":{"period":6,"unit":"h"},"led_status_disable":false,"dark_url":null,"twilight_url":null,"close_url":null,"vibration_url":null,"tilt_enabled":false,"tilt_calibrated":false,"vibration_enabled":true,"reverse_open_close":false}
2020-05-11 18:20:14.690 [DEBUG] [discovery.ShellyDiscoveryParticipant] - shellydw-fa902a: Adding Shelly thing, UID=shelly:shellydw:fa902a
2020-05-11 18:20:17.847 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=20909): {"G":[[0,66,11],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:20:32.869 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=20910): {"G":[[0,66,11],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:20:34.218 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=20911): {"G":[[0,66,71],[0,55,1],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:20:34.223 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Sensor data {"G":[[0,66,71],[0,55,1],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:20:34.228 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 5 CoAP sensor updates received
2020-05-11 18:20:34.248 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel sensors#state updated with OPEN (type class org.eclipse.smarthome.core.library.types.OpenClosedType).
2020-05-11 18:20:34.264 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 1 channels updated from CoIoT status
2020-05-11 18:20:44.286 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=20912): {"G":[[0,66,58],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:20:44.289 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Sensor data {"G":[[0,66,58],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:20:44.294 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 5 CoAP sensor updates received
2020-05-11 18:20:44.307 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel sensors#state updated with CLOSED (type class org.eclipse.smarthome.core.library.types.OpenClosedType).
2020-05-11 18:20:44.312 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 1 channels updated from CoIoT status
2020-05-11 18:20:59.319 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=20913): {"G":[[0,66,58],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:21:02.066 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=20914): {"G":[[0,66,37],[0,55,1],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:21:02.070 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Sensor data {"G":[[0,66,37],[0,55,1],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:21:02.073 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 5 CoAP sensor updates received
2020-05-11 18:21:02.081 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel sensors#state updated with OPEN (type class org.eclipse.smarthome.core.library.types.OpenClosedType).
2020-05-11 18:21:02.087 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 1 channels updated from CoIoT status
2020-05-11 18:21:17.132 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=20915): {"G":[[0,66,37],[0,55,1],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:21:32.232 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=20916): {"G":[[0,66,37],[0,55,1],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:21:47.318 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=20917): {"G":[[0,66,37],[0,55,1],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:23:20.682 [DEBUG] [discovery.ShellyDiscoveryParticipant] - ServiceInfo [ServiceInfoImpl@3280674 name: 'shellydw-FA902A._http._tcp.local.' address: '(null):80' status: 'DNS: JmDNS-/192.168.9.1 [/192.168.9.1] state: probing 1 task: null', has NO data, empty]
2020-05-11 18:24:03.551 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=46967): {"G":[[0,66,15],[0,55,1],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:24:03.555 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Sensor data {"G":[[0,66,15],[0,55,1],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:24:03.560 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 5 CoAP sensor updates received
2020-05-11 18:24:18.436 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=46968): {"G":[[0,66,15],[0,55,1],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:24:33.467 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=46969): {"G":[[0,66,15],[0,55,1],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:24:36.454 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=46970): {"G":[[0,66,71],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:24:36.460 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Sensor data {"G":[[0,66,71],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:24:36.464 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 5 CoAP sensor updates received
2020-05-11 18:24:36.476 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel sensors#state updated with CLOSED (type class org.eclipse.smarthome.core.library.types.OpenClosedType).
2020-05-11 18:24:36.484 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 1 channels updated from CoIoT status
2020-05-11 18:24:45.155 [DEBUG] [discovery.ShellyDiscoveryParticipant] - shellydw-fa902a: Shelly device discovered: IP-Adress=192.168.9.17, type=shellydw
2020-05-11 18:24:45.340 [DEBUG] [discovery.ShellyDiscoveryParticipant] - shellydw-fa902a: Shelly settings : {"device":{"type":"SHDW-1","mac":"68C63AFA902A","hostname":"shellydw-FA902A","sleep_mode":true},"wifi_ap":{"enabled":false,"ssid":"shellydw-FA902A","key":""},"wifi_sta":{"enabled":true,"ssid":"LusImollSuTiF","ipv4_method":"static","ip":"192.168.9.17","gw":"192.168.9.1","mask":"255.255.255.0","dns":null},"wifi_sta1":{"enabled":false,"ssid":null,"ipv4_method":"dhcp","ip":null,"gw":null,"mask":null,"dns":null},"mqtt": {"enable":true,"server":"192.168.9.1:1883","user":"","id":"shellydw-FA902A","reconnect_timeout_max":60.000000,"reconnect_timeout_min":2.000000,"clean_session":true,"keep_alive":60,"max_qos":0,"retain":false,"update_period":30},"coiot": {"update_period":15},"sntp":{"server":"time.google.com","enabled":true},"login":{"enabled":false,"unprotected":false,"username":"admin"},"pin_code":"","name":"","fw":"20200408-085810/v1.6.5@b075f0bf","discoverable":false,"build_info":{"build_id":"20200408-085810/v1.6.5@b075f0bf","build_timestamp":"2020-04-08T08:58:10Z","build_version":"1.0"},"cloud":{"enabled":false,"connected":false},"timezone":"Europe/Berlin","lat":500.000000,"lng":500.000000,"tzautodetect":true,"tz_utc_offset":0,"tz_dst":false,"tz_dst_auto":true,"time":"","unixtime":0,"dark_threshold":100,"twilight_threshold":300,"sleep_mode":{"period":6,"unit":"h"},"led_status_disable":false,"dark_url":null,"twilight_url":null,"close_url":null,"vibration_url":null,"tilt_enabled":false,"tilt_calibrated":false,"vibration_enabled":true,"reverse_open_close":false}
2020-05-11 18:24:45.344 [DEBUG] [discovery.ShellyDiscoveryParticipant] - shellydw-fa902a: Adding Shelly thing, UID=shelly:shellydw:fa902a
2020-05-11 18:24:51.509 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=46971): {"G":[[0,66,71],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:25:05.055 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=46972): {"G":[[0,66,56],[0,55,1],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:25:05.060 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Sensor data {"G":[[0,66,56],[0,55,1],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:25:05.064 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 5 CoAP sensor updates received
2020-05-11 18:25:05.078 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel sensors#state updated with OPEN (type class org.eclipse.smarthome.core.library.types.OpenClosedType).
2020-05-11 18:25:05.087 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 1 channels updated from CoIoT status
2020-05-11 18:25:14.280 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=46973): {"G":[[0,66,82],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:25:14.288 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Sensor data {"G":[[0,66,82],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:25:14.293 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 5 CoAP sensor updates received
2020-05-11 18:25:14.309 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel sensors#state updated with CLOSED (type class org.eclipse.smarthome.core.library.types.OpenClosedType).
2020-05-11 18:25:14.314 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 1 channels updated from CoIoT status
2020-05-11 18:25:29.334 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=46974): {"G":[[0,66,82],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:25:44.431 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=46975): {"G":[[0,66,82],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:25:59.435 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=46976): {"G":[[0,66,82],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:26:14.506 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=46977): {"G":[[0,66,82],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:27:26.579 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=7493): {"G":[[0,66,66],[0,55,1],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:27:26.585 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Sensor data {"G":[[0,66,66],[0,55,1],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:27:26.589 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 5 CoAP sensor updates received
2020-05-11 18:27:26.605 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel sensors#state updated with OPEN (type class org.eclipse.smarthome.core.library.types.OpenClosedType).
2020-05-11 18:27:26.610 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 1 channels updated from CoIoT status
2020-05-11 18:27:50.683 [DEBUG] [discovery.ShellyDiscoveryParticipant] - ServiceInfo [ServiceInfoImpl@19958272 name: 'shellydw-FA902A._http._tcp.local.' address: '(null):80' status: 'DNS: JmDNS-/192.168.9.1 [/192.168.9.1] state: probing 1 task: null', has NO data, empty]
2020-05-11 18:28:45.403 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Message from /192.168.9.17:5683 (MID=30941): {"G":[[0,66,66],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:28:45.409 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: Duplicate serial 256 will be processed, because payload is different: {"G":[[0,66,66],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]} vs. {"G":[[0,66,66],[0,55,1],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:28:45.413 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: CoIoT Sensor data {"G":[[0,66,66],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-11 18:28:45.418 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 5 CoAP sensor updates received
2020-05-11 18:28:45.432 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-fa902a: Channel sensors#state updated with CLOSED (type class org.eclipse.smarthome.core.library.types.OpenClosedType).
2020-05-11 18:28:45.440 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-fa902a: 1 channels updated from CoIoT status

For me it seems, that the content of the “advanced” channels are gathered successful only when the device is woken by pressing the button and therefore reachable for a longer period.

When the device is woken from sleep by a sensor change, it immediately falls asleep againg after delivering the CoIoT, the advanced channels won’t get updated.

So my question:
Is the binding trying to get some data from the DW by http after receiving a CoIoT packet? Could it be, that the device simply falls asleep to quick for the additional http get?

1 Like

That’s a little bit more complex

  • Dynamic Channels: The thing definition for the binding only contains some basic channels when the thing is added. Each time the Thing gets ONLINE if checks the device status and auto-creates the channel for status values supported by the device. Usually this happens on initial discovery.
  • Only values provided by the CoAP status update could be populated to the channels. For DW those are lux, state, battery, tilt and vibration.
  • Values not provided by the CoAP status have to be queried using the REST API. And yes, when the device is in sleep mode there is no way to wake-it up or to send a http request.
  • Also the signal strength, uptime, last wakeup reason, last error etc. are only available through REST / requires that the device is awake.
  • When Auto-CoIoT is enabled in the thing config the Action URLs are turned off.

The idea behind this is reduced energy consumption. With CoAP

  • the device wakes up
  • sends the status packet (UDP)
  • and goes pack to sleep mode

that’s way more efficient than REST. On the other side a REST call requires the device to be awake and there is no option to wakeup the device remotely (e.g. WOL packet).

What you can do (not recommended with regards to energy consumption)

  • Disable Auto-CoIoT in the binding config
  • Enable CoIoT and Sensor events in the Thing configuration

This results in

  • get updates from CoAP message near realtime
  • in addition have Action URLs triggering the binding
  • the binding being able to issue a REST call and get the additional infos

However,

  • is a really a must to have the wifi signal strength? you are usually not moving the sensor, so…
  • who really cares on uptime when everything is working
  • wakeup reason is not a must, usally it’s a sensor update or the periodic wakeup
    or do you care more on energy consumption and benefit from reduced battery change interval?

So works as designed within the limits set by the firmware.

1 Like

Perfect. That’s what I wanted to know (or better: to understand).
Many thanks for the comprehensive explanation!

I already started thinking that I’m chasing ghosts here. But from the readme and even from the UI-based thing configuration I got the impression, that those channels should be always available to me (even in CoIoT).

No, definitely not :wink:
It’s not a must. Though, I was trying to get this together with lastupdate and #lastError to support future troubleshooting just in case. But for sure: saving juice coming out of the tiny batteries is more relevant here.

The main channels are working. Happy with that!
And happy too, that I can stop chasing ghosts now :slight_smile:

Thanks for your patience and your support!

lastUpdate should be updated on any change to the sensor state, otherwise it’s a bug
you could observe the trigger channel (see README for events). Again those get triggered when the binding gets aware of the event…

Mmh. I never got the sensors#lastUpdate populated :thinking:
Unfortunately, I’m running out of time for today…

Let me check this tomorow again.

I implemented a watchdog, which supervises API responses. The watchdog expires and the thing goes OFFLINE when

  • Sensor: After 12h+10min no update is provided by the sensor
  • If CoAP is enabled and no response is received within the last 3*update_period+10sec given a minimum of 70sec (a settings refresh is tried every 60sec and might restart the watchdog).
  • Default: after 2min+10sec

If no updates have been received the thing goes OFFLINE. If a subsequent status call is successful the thing goes back ONLINE. Tried that several times with different device types and worked fine.

According to the code lastUpdate should get updated if any of the channel values has changed (device provided updated values). Please provide a log showing a sensor update. Keep in mind, same limitation: update means state / battery / temperature etc., no uptime, wifiSignal etc.

Many thanks i’ll give it a try,
to get the updated binding i run apt-get update && upgrade? or reinstall?

Cheers

No, you have to install the DEV build, see: https://github.com/markus7017/myfiles/blob/master/shelly/READMEbeta.md
download the jar here
don’t forget to deinstall the version, which comes in PaperUI

Sure. Here is a cycle of some changes OPEN/CLOSED as well as vibration ON/OFF. None update to the sensors#lastUpdate included:

2020-05-12 20:36:28.638 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-tuer: CoIoT Message from /192.168.9.17:5683 (MID=25398): {"G":[[0,66,48],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-12 20:36:28.641 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-tuer: Duplicate serial 256 will be processed, because payload is different: {"G":[[0,66,48],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]} vs. {"G":[[0,66,48],[0,55,1],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-12 20:36:28.645 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-tuer: CoIoT Sensor data {"G":[[0,66,48],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-12 20:36:28.649 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-tuer: 5 CoAP sensor updates received
2020-05-12 20:36:28.661 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-tuer: Channel sensors#state updated with CLOSED (type class org.eclipse.smarthome.core.library.types.OpenClosedType).
2020-05-12 20:36:28.666 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-tuer: 1 channels updated from CoIoT status
2020-05-12 20:36:28.686 [vent.ItemStateChangedEvent] - ShellyTuer changed from OPEN to CLOSED
2020-05-12 20:36:54.142 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-tuer: CoIoT Message from /192.168.9.17:5683 (MID=63203): {"G":[[0,66,35],[0,55,0],[0,77,100],[0,88,-1],[0,99,1]]}
2020-05-12 20:36:54.146 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-tuer: Duplicate serial 256 will be processed, because payload is different: {"G":[[0,66,35],[0,55,0],[0,77,100],[0,88,-1],[0,99,1]]} vs. {"G":[[0,66,48],[0,55,0],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-12 20:36:54.151 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-tuer: CoIoT Sensor data {"G":[[0,66,35],[0,55,0],[0,77,100],[0,88,-1],[0,99,1]]}
2020-05-12 20:36:54.156 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-tuer: 5 CoAP sensor updates received
2020-05-12 20:36:54.170 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-tuer: Channel sensors#vibration updated with ON (type class org.eclipse.smarthome.core.library.types.OnOffType).
2020-05-12 20:36:54.176 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-tuer: 1 channels updated from CoIoT status
2020-05-12 20:36:54.180 [vent.ItemStateChangedEvent] - ShellyTuer_vibration changed from OFF to ON
2020-05-12 20:37:51.081 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-tuer: CoIoT Message from /192.168.9.17:5683 (MID=57768): {"G":[[0,66,20],[0,55,1],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-12 20:37:51.085 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-tuer: Duplicate serial 256 will be processed, because payload is different: {"G":[[0,66,20],[0,55,1],[0,77,100],[0,88,-1],[0,99,0]]} vs. {"G":[[0,66,35],[0,55,0],[0,77,100],[0,88,-1],[0,99,1]]}
2020-05-12 20:37:51.088 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-tuer: CoIoT Sensor data {"G":[[0,66,20],[0,55,1],[0,77,100],[0,88,-1],[0,99,0]]}
2020-05-12 20:37:51.092 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-tuer: 5 CoAP sensor updates received
2020-05-12 20:37:51.112 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-tuer: Channel sensors#state updated with OPEN (type class org.eclipse.smarthome.core.library.types.OpenClosedType).
2020-05-12 20:37:51.122 [vent.ItemStateChangedEvent] - ShellyTuer changed from CLOSED to OPEN
2020-05-12 20:37:51.133 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-tuer: Channel sensors#vibration updated with OFF (type class org.eclipse.smarthome.core.library.types.OnOffType).
2020-05-12 20:37:51.136 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-tuer: 2 channels updated from CoIoT status
2020-05-12 20:37:51.142 [vent.ItemStateChangedEvent] - ShellyTuer_vibration changed from ON to OFF

For reference, this is the current linking of the channels:

Group   gShellyTuer
Contact ShellyTuer              "Eingangstür [%s]"                                      (gShellyTuer, gMapdb)   {channel="shelly:shellydw:tuer:sensors#state" }
Switch ShellyTuer_vibration     "Erschütterung"                                         (gShellyTuer)           {channel="shelly:shellydw:tuer:sensors#vibration" }
String ShellyTuer_reason        "Aufwachgrund [%s]"                                     (gShellyTuer)           {channel="shelly:shellydw:tuer:device#wakeupReason" }
DateTime ShellyTuer_last        "Lebenszeichen [%1$ta, %1$te. %1$tb %1$tk:%1$tM]"       (gShellyTuer)           {channel="shelly:shellydw:tuer:sensors#lastUpdate" }
String ShellyTuer_error         "Letzter Fehler [%s]"                                   (gShellyTuer)           {channel="shelly:shellydw:tuer:sensors#lastError" }
Number ShellyTuer_batt          "Batterie"                                              (gShellyTuer)           {channel="shelly:shellydw:tuer:battery#batteryLevel" }
Number ShellyTuer_uptime        "Laufzeit [%d s]"               <clock_grey>            (gShellyTuer)           {channel="shelly:shellydw:tuer:device#uptime"}
Number ShellyTuer_rssi          "Signalstärke [%d]"             <wifi>                  (gShellyTuer)           {channel="shelly:shellydw:tuer:device#wifiSignal"}

ok, I could confirm a bug. The timestamp is set, but after the updates to the channels have been performed. I’ll provide a new build once I completed another change.

ok, new DEV build

  • fix for sensors#lastUpdate
  • Watt updates are filtered, diff must be > 1W
  • KW/h updates are filtered, diff must be > 0.05 kw/h (50W)

Are the thresholds suitable? I want to prevent the logfile getting flooded by power updates, on the other side the threshold shouldn’t drop useful updates.

Feedback welcome.

1 Like

Thanks markus it is working fine even the rule fires correctly,

020-05-13 00:15:25.147 [INFO ] [y.internal.handler.ShellyBaseHandler] - shellyplug-7bcca9: Thing goes OFFLINE: message.offline.status-error-watchdog

==> /var/log/openhab2/events.log <==

2020-05-13 00:15:25.157 [hingStatusInfoChangedEvent] - 'shelly:shellyplug:7bcca9' changed from ONLINE to OFFLINE (COMMUNICATION_ERROR): Watchdog expired - device did not update status, going OFFLINE.

==> /var/log/openhab2/openhab.log <==

2020-05-13 00:15:25.290 [INFO ] [e.model.script.heating-control.rules] - Heating control failed while in mode OFFLINE

2020-05-13 00:16:36.567 [WARN ] [y.internal.handler.ShellyBaseHandler] - shellyplug-7bcca9: Event triggered: RESTARTED

==> /var/log/openhab2/events.log <==

2020-05-13 00:16:36.571 [me.event.ThingUpdatedEvent] - Thing 'shelly:shellyplug:7bcca9' has been updated.

2020-05-13 00:16:36.593 [vent.ChannelTriggeredEvent] - shelly:shellyplug:7bcca9:device#alarm triggered RESTARTED

2020-05-13 00:16:36.607 [me.event.ThingUpdatedEvent] - Thing 'shelly:shellyplug:7bcca9' has been updated.

2020-05-13 00:16:36.618 [hingStatusInfoChangedEvent] - 'shelly:shellyplug:7bcca9' changed from OFFLINE (COMMUNICATION_ERROR): Watchdog expired - device did not update status, going OFFLINE. to ONLINE

==> /var/log/openhab2/openhab.log <==

2020-05-13 00:16:36.642 [INFO ] [e.model.script.heating-control.rules] - Heating control failed while in mode ONLINE

Thanks for testing, but this sounds incorrect “Heating control failed while in mode ONLINE”. I assume is just a matter of your message?

Perfect - can confirm it’s now working as it expected:

2020-05-13 16:20:54.626 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-tuer: CoIoT Sensor data {"G":[[0,66,260],[0,55,1],[0,77,97],[0,88,-1],[0,99,0]]}
2020-05-13 16:20:54.630 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-tuer: 5 CoAP sensor updates received
2020-05-13 16:20:54.647 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-tuer: Channel sensors#lastUpdate updated with 2020-05-13T16:20:54.000+0200 (type class org.eclipse.smarthome.core.library.types.DateTimeType).
2020-05-13 16:20:54.654 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellydw-tuer: Channel sensors#state updated with OPEN (type class org.eclipse.smarthome.core.library.types.OpenClosedType).
2020-05-13 16:20:54.658 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellydw-tuer: 2 channels updated from CoIoT status
2020-05-13 16:20:54.679 [vent.ItemStateChangedEvent] - ShellyTuer_last changed from 2020-05-13T16:18:14.000+0200 to 2020-05-13T16:20:54.000+0200
2020-05-13 16:20:54.683 [vent.ItemStateChangedEvent] - ShellyTuer changed from CLOSED to OPEN

So, sensors#lastUpdate now gets updated when any of the sensor values/states have changed.
Many thanks for your quick fix! Excellent!

Really aprecciate your responsiveness and continous improvement of this binding!

:+1: :+1: :+1:

1 Like

it is just my message , it is working fine,

cheers