Advertisement
Guest User

Trace, new version

a guest
Dec 7th, 2020
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.83 KB | None | 0 0
  1. // Dec 04 version
  2. // Removed button, set log to trace -> Add thing, 5 seconds pause, Short Press, Sleep, Short Press, Long Press
  3.  
  4. // Event Log
  5.  
  6. 2020-12-07 20:32:36.739 [home.event.InboxAddedEvent] - Discovery Result with UID 'shelly:shellybutton1:483fda6f9e8f' has been added.
  7. 2020-12-07 20:33:10.056 [me.event.InboxRemovedEvent] - Discovery Result with UID 'shelly:shellybutton1:483fda6f9e8f' has been removed.
  8. 2020-12-07 20:33:10.157 [hingStatusInfoChangedEvent] - 'shelly:shellybutton1:483fda6f9e8f' changed from UNINITIALIZED to INITIALIZING
  9. 2020-12-07 20:33:12.188 [hingStatusInfoChangedEvent] - 'shelly:shellybutton1:483fda6f9e8f' changed from INITIALIZING to UNKNOWN
  10. 2020-12-07 20:33:42.948 [me.event.ThingUpdatedEvent] - Thing 'shelly:shellybutton1:483fda6f9e8f' has been updated.
  11. 2020-12-07 20:33:42.957 [hingStatusInfoChangedEvent] - 'shelly:shellybutton1:483fda6f9e8f' changed from UNKNOWN to ONLINE
  12. 2020-12-07 20:33:43.698 [me.event.ThingUpdatedEvent] - Thing 'shelly:shellybutton1:483fda6f9e8f' has been updated.
  13. 2020-12-07 20:33:43.794 [me.event.ThingUpdatedEvent] - Thing 'shelly:shellybutton1:483fda6f9e8f' has been updated.
  14. 2020-12-07 20:33:43.817 [me.event.ThingUpdatedEvent] - Thing 'shelly:shellybutton1:483fda6f9e8f' has been updated.
  15. 2020-12-07 20:33:43.836 [me.event.ThingUpdatedEvent] - Thing 'shelly:shellybutton1:483fda6f9e8f' has been updated.
  16. 2020-12-07 20:33:44.408 [me.event.ThingUpdatedEvent] - Thing 'shelly:shellybutton1:483fda6f9e8f' has been updated.
  17. // Missing first short press!
  18. 2020-12-07 20:33:44.418 [vent.ChannelTriggeredEvent] - shelly:shellybutton1:483fda6f9e8f:device#alarm triggered BUTTON
  19. 2020-12-07 20:33:54.207 [vent.ChannelTriggeredEvent] - shelly:shellybutton1:483fda6f9e8f:status#button triggered SHORT_PRESSED
  20. 2020-12-07 20:33:54.223 [vent.ChannelTriggeredEvent] - shelly:shellybutton1:483fda6f9e8f:device#alarm triggered BUTTON
  21. 2020-12-07 20:33:54.457 [vent.ChannelTriggeredEvent] - shelly:shellybutton1:483fda6f9e8f:device#alarm triggered BUTTON
  22. 2020-12-07 20:33:57.997 [vent.ChannelTriggeredEvent] - shelly:shellybutton1:483fda6f9e8f:status#button triggered LONG_PRESSED
  23. 2020-12-07 20:33:58.014 [vent.ChannelTriggeredEvent] - shelly:shellybutton1:483fda6f9e8f:device#alarm triggered BUTTON
  24.  
  25. // Trace:
  26. 2020-12-07 20:33:12.179 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Using userId admin from bindingConfig
  27. 2020-12-07 20:33:12.180 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Device config: IP address=192.168.201.118, HTTP user/password=admin/***, update interval=3600
  28. 2020-12-07 20:33:12.182 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Configured Events: Button: false, Switch (on/off): true, Push: true, Roller: true, Sensor: false, CoIoT: true, Enable AutoCoIoT: true
  29. 2020-12-07 20:33:12.185 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Start initializing thing Shelly - SB-1, type shellybutton1, ip address 192.168.201.118, CoIoT: true
  30. 2020-12-07 20:33:12.187 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: Starting CoAP Listener
  31. 2020-12-07 20:33:12.198 [TRACE] [ng.shelly.internal.api.ShellyHttpApi] - shellybutton1-483fda6f9e8f: HTTP GET for http://192.168.201.118/shelly
  32. 2020-12-07 20:33:17.212 [DEBUG] [ng.shelly.internal.api.ShellyHttpApi] - shellybutton1-483fda6f9e8f: API Timeout, retry #1 (Device unreachable or API Timeout (GET http://192.168.201.118/shelly))
  33. 2020-12-07 20:33:17.214 [TRACE] [ng.shelly.internal.api.ShellyHttpApi] - shellybutton1-483fda6f9e8f: HTTP GET for http://192.168.201.118/shelly
  34. 2020-12-07 20:33:22.216 [DEBUG] [ng.shelly.internal.api.ShellyHttpApi] - shellybutton1-483fda6f9e8f: API Timeout, retry #2 (Device unreachable or API Timeout (GET http://192.168.201.118/shelly))
  35. 2020-12-07 20:33:22.219 [TRACE] [ng.shelly.internal.api.ShellyHttpApi] - shellybutton1-483fda6f9e8f: HTTP GET for http://192.168.201.118/shelly
  36. 2020-12-07 20:33:23.488 [DEBUG] [ng.shelly.internal.api.ShellyHttpApi] - shellybutton1-483fda6f9e8f: API Timeout, retry #3 (Device unreachable or API Timeout (GET http://192.168.201.118/shelly))
  37. 2020-12-07 20:33:23.490 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Unable to initialize: Device unreachable or API Timeout (), retrying later
  38. 2020-12-07 20:33:23.491 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Update status job started, interval=1200*3=3600sec.
  39. 2020-12-07 20:33:42.939 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: CoIoT Message from /192.168.201.118:5683 (MID=48023): {"G":[[0,9103,0],[0,2102,"S"],[0,2103,1],[0,3115,0],[0,3112,0],[0,3111,47],[0,9102,["button"]]]}
  40. 2020-12-07 20:33:42.947 [TRACE] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Properties updated
  41. 2020-12-07 20:33:42.949 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: CoIoT Version 2 detected
  42. 2020-12-07 20:33:42.955 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel device#heartBeat updated with 2020-12-07T20:33:42.000+0100 (type class org.eclipse.smarthome.core.library.types.DateTimeType).
  43. 2020-12-07 20:33:42.956 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: CoIoT Sensor data {"G":[[0,9103,0],[0,2102,"S"],[0,2103,1],[0,3115,0],[0,3112,0],[0,3111,47],[0,9102,["button"]]]} (serial=256)
  44. 2020-12-07 20:33:42.959 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: CoAP Request was canceled
  45. 2020-12-07 20:33:42.966 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: Device description not yet received, trigger auto-initialization
  46. 2020-12-07 20:33:43.245 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: CoIoT Message from /192.168.201.118:5683 (MID=48024): {"G":[[0,9103,0],[0,2102,"S"],[0,2103,1],[0,3115,0],[0,3112,0],[0,3111,47],[0,9102,["button"]]]}
  47. 2020-12-07 20:33:43.248 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel device#heartBeat updated with 2020-12-07T20:33:43.000+0100 (type class org.eclipse.smarthome.core.library.types.DateTimeType).
  48. 2020-12-07 20:33:43.249 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: CoIoT Sensor data {"G":[[0,9103,0],[0,2102,"S"],[0,2103,1],[0,3115,0],[0,3112,0],[0,3111,47],[0,9102,["button"]]]} (serial=512)
  49. 2020-12-07 20:33:43.252 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: CoAP Request was canceled
  50. 2020-12-07 20:33:43.256 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: Device description not yet received, trigger auto-initialization
  51. 2020-12-07 20:33:43.271 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: CoIoT Message from /192.168.201.118:5683 (MID=20617): {"blk":[{"I":1,"D":"sensor_0"},{"I":2,"D":"device"}],"sen":[{"I":9103,"T":"EVC","D":"cfgChanged","R":"U16","L":2},{"I":2102,"T":"EV","D":"inputEvent","R":["S/L/SS/SSS",""],"L":1},{"I":2103,"T":"EVC","D":"inputEventCnt","R":"U16","L":1},{"I":3115,"T":"S","D":"sensorError","R":"0/1","L":1},{"I":3112,"T":"S","D":"charger","R":["0/1","-1"],"L":2},{"I":3111,"T":"B","D":"battery","R":["0/100","-1"],"L":2},{"I":9102,"T":"EV","D":"wakeupEvent","R":["battery/button/periodic/poweron/sensor/ext_power","unknown"],"L":2}]}
  52. 2020-12-07 20:33:43.274 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel device#heartBeat updated with 2020-12-07T20:33:43.000+0100 (type class org.eclipse.smarthome.core.library.types.DateTimeType).
  53. 2020-12-07 20:33:43.276 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: CoIoT Device Description for SHBTN-1#483FDA6F9E8F#2: {"blk":[{"I":1,"D":"sensor_0"},{"I":2,"D":"device"}],"sen":[{"I":9103,"T":"EVC","D":"cfgChanged","R":"U16","L":2},{"I":2102,"T":"EV","D":"inputEvent","R":["S/L/SS/SSS",""],"L":1},{"I":2103,"T":"EVC","D":"inputEventCnt","R":"U16","L":1},{"I":3115,"T":"S","D":"sensorError","R":"0/1","L":1},{"I":3112,"T":"S","D":"charger","R":["0/1","-1"],"L":2},{"I":3111,"T":"B","D":"battery","R":["0/100","-1"],"L":2},{"I":9102,"T":"EV","D":"wakeupEvent","R":["battery/button/periodic/poweron/sensor/ext_power","unknown"],"L":2}]}
  54. 2020-12-07 20:33:43.278 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: id=1: sensor_0
  55. 2020-12-07 20:33:43.280 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: id=2: device
  56. 2020-12-07 20:33:43.519 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Status update triggered thing initialization
  57. 2020-12-07 20:33:43.521 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Start initializing thing Shelly - SB-1, type shellybutton1, ip address 192.168.201.118, CoIoT: true
  58. 2020-12-07 20:33:43.524 [TRACE] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: CoAP Listener was already started
  59. 2020-12-07 20:33:43.525 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: Stopping CoAP Listener
  60. 2020-12-07 20:33:43.527 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: CoAP Request was canceled
  61. 2020-12-07 20:33:43.529 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: CoAP Request was canceled
  62. 2020-12-07 20:33:43.531 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: Starting CoAP Listener
  63. 2020-12-07 20:33:43.533 [TRACE] [ng.shelly.internal.api.ShellyHttpApi] - shellybutton1-483fda6f9e8f: HTTP GET for http://192.168.201.118/shelly
  64. 2020-12-07 20:33:43.549 [TRACE] [ng.shelly.internal.api.ShellyHttpApi] - shellybutton1-483fda6f9e8f: HTTP Response 200: {"type":"SHBTN-1","mac":"483FDA6F9E8F","auth":false,"fw":"20201124-092005/v1.9.0@57ac4ad8","longid":1,"sleep_mode":true}
  65. 2020-12-07 20:33:43.552 [TRACE] [ng.shelly.internal.api.ShellyHttpApi] - shellybutton1-483fda6f9e8f: HTTP GET for http://192.168.201.118/settings
  66. 2020-12-07 20:33:43.684 [TRACE] [ng.shelly.internal.api.ShellyHttpApi] - shellybutton1-483fda6f9e8f: HTTP Response 200: {"device":{"type":"SHBTN-1","mac":"483FDA6F9E8F","hostname":"shellybutton1-483FDA6F9E8F","sleep_mode":true},"wifi_ap":{"enabled":false,"ssid":"shellybutton1-483FDA6F9E8F","key":""},"wifi_sta":{"enabled":true,"ssid":"UniFi","ipv4_method":"static","ip":"192.168.201.118","gw":"192.168.200.1","mask":"255.255.254.0","dns":"192.168.200.1"},"wifi_sta1":{"enabled":false,"ssid":null,"ipv4_method":"dhcp","ip":null,"gw":null,"mask":null,"dns":null},"mqtt": {"enable":true,"server":"192.168.200.50:1883","user":"","id":"SB-1","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":false},"login":{"enabled":false,"unprotected":false,"username":"admin"},"pin_code":"","name":"SB-1","fw":"20201124-092005/v1.9.0@57ac4ad8","discoverable":true,"build_info":{"build_id":"20201124-092005/v1.9.0@57ac4ad8","build_timestamp":"2020-11-24T09:20:05Z","build_version":"1.0"},"cloud":{"enabled":false,"connected":false},"timezone":null,"lat":500.000000,"lng":500.000000,"tzautodetect":true,"tz_utc_offset":0,"tz_dst":false,"tz_dst_auto":true,"time":"","unixtime":0,"led_status_disable":false,"actions":{"active":false,"names":["shortpush_url","longpush_url","double_shortpush_url","triple_shortpush_url"]},"hwinfo":{"hw_revision":"prod-2020-06","batch_id":2},"sleep_mode":{"period":12,"unit":"h"},"led_status_disable":false,"longpush_duration_ms":{"max":800},"multipush_time_between_pushes_ms":{"max":500},"remain_awake":5,"inputs":[{"name":"SButton1"}]}
  67. 2020-12-07 20:33:43.694 [TRACE] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Properties updated
  68. 2020-12-07 20:33:43.695 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: Adding 7 sensor definitions
  69. 2020-12-07 20:33:43.697 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: id 9103: cfgChanged, Type=EVC, Range=U16, Links=2
  70. 2020-12-07 20:33:43.699 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: id 2102: inputEvent, Type=EV, Range=S/L/SS/SSS;, Links=1
  71. 2020-12-07 20:33:43.700 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Initializing device shellybutton1-483fda6f9e8f, type SHBTN-1, Hardware: Rev: prod-2020-06, batch 2; Firmware: v1.9.0 / 20201124-092005 (57ac4ad8)
  72. 2020-12-07 20:33:43.700 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: id 2103: inputEventCnt, Type=EVC, Range=U16, Links=1
  73. 2020-12-07 20:33:43.701 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Shelly settings info for shellybutton1-483fda6f9e8f: {"device":{"type":"SHBTN-1","mac":"483FDA6F9E8F","hostname":"shellybutton1-483FDA6F9E8F","sleep_mode":true},"wifi_ap":{"enabled":false,"ssid":"shellybutton1-483FDA6F9E8F","key":""},"wifi_sta":{"enabled":true,"ssid":"UniFi","ipv4_method":"static","ip":"192.168.201.118","gw":"192.168.200.1","mask":"255.255.254.0","dns":"192.168.200.1"},"wifi_sta1":{"enabled":false,"ssid":null,"ipv4_method":"dhcp","ip":null,"gw":null,"mask":null,"dns":null},"mqtt": {"enable":true,"server":"192.168.200.50:1883","user":"","id":"SB-1","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":false},"login":{"enabled":false,"unprotected":false,"username":"admin"},"pin_code":"","name":"SB-1","fw":"20201124-092005/v1.9.0@57ac4ad8","discoverable":true,"build_info":{"build_id":"20201124-092005/v1.9.0@57ac4ad8","build_timestamp":"2020-11-24T09:20:05Z","build_version":"1.0"},"cloud":{"enabled":false,"connected":false},"timezone":null,"lat":500.000000,"lng":500.000000,"tzautodetect":true,"tz_utc_offset":0,"tz_dst":false,"tz_dst_auto":true,"time":"","unixtime":0,"led_status_disable":false,"actions":{"active":false,"names":["shortpush_url","longpush_url","double_shortpush_url","triple_shortpush_url"]},"hwinfo":{"hw_revision":"prod-2020-06","batch_id":2},"sleep_mode":{"period":12,"unit":"h"},"led_status_disable":false,"longpush_duration_ms":{"max":800},"multipush_time_between_pushes_ms":{"max":500},"remain_awake":5,"inputs":[{"name":"SButton1"}]}
  74. 2020-12-07 20:33:43.701 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: id 3115: sensorError, Type=S, Range=0/1, Links=1
  75. 2020-12-07 20:33:43.703 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Device hasRelays:false (numRelays=0),isRoller:false (numRoller=0),isDimmer:false,numMeter=0,isEMeter:false),isSensor:true,isDS:false,hasBattery:true (low battery threshold=20%),isSense:false,isLight:false,isBulb:false,isDuo:false,isRGBW2:false,inColor:false,updatePeriod:43800sec
  76. 2020-12-07 20:33:43.703 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: id 3112: charger, Type=S, Range=0/1;-1, Links=2
  77. 2020-12-07 20:33:43.705 [TRACE] [ng.shelly.internal.api.ShellyHttpApi] - shellybutton1-483fda6f9e8f: HTTP GET for http://192.168.201.118/status
  78. 2020-12-07 20:33:43.707 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: id 3111: battery, Type=B, Range=0/100;-1, Links=2
  79. 2020-12-07 20:33:43.709 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: id 9102: wakeupEvent, Type=EV, Range=battery/button/periodic/poweron/sensor/ext_power;unknown, Links=2
  80. 2020-12-07 20:33:43.767 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: CoIoT Message from /192.168.201.118:5683 (MID=20618): {"blk":[{"I":1,"D":"sensor_0"},{"I":2,"D":"device"}],"sen":[{"I":9103,"T":"EVC","D":"cfgChanged","R":"U16","L":2},{"I":2102,"T":"EV","D":"inputEvent","R":["S/L/SS/SSS",""],"L":1},{"I":2103,"T":"EVC","D":"inputEventCnt","R":"U16","L":1},{"I":3115,"T":"S","D":"sensorError","R":"0/1","L":1},{"I":3112,"T":"S","D":"charger","R":["0/1","-1"],"L":2},{"I":3111,"T":"B","D":"battery","R":["0/100","-1"],"L":2},{"I":9102,"T":"EV","D":"wakeupEvent","R":["battery/button/periodic/poweron/sensor/ext_power","unknown"],"L":2}]}
  81. 2020-12-07 20:33:43.769 [TRACE] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Properties updated
  82. 2020-12-07 20:33:43.771 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: CoIoT Version 2 detected
  83. 2020-12-07 20:33:43.774 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel device#heartBeat updated with 2020-12-07T20:33:43.000+0100 (type class org.eclipse.smarthome.core.library.types.DateTimeType).
  84. 2020-12-07 20:33:43.775 [TRACE] [ng.shelly.internal.api.ShellyHttpApi] - shellybutton1-483fda6f9e8f: HTTP Response 200: {"wifi_sta":{"connected":true,"ssid":"UniFi","ip":"192.168.201.118","rssi":-61},"cloud":{"enabled":false,"connected":false},"mqtt":{"connected":true},"time":"","unixtime":0,"serial":2,"has_update":false,"mac":"483FDA6F9E8F","cfg_changed_cnt":0,"actions_stats":{"skipped":0},"inputs":[{"input":0,"event":"S","event_cnt":1}], "is_valid":true,"bat":{"value":47,"voltage":3.73},"charger":false,"act_reasons":["button"],"connect_retries":0,"update":{"status":"unknown","has_update":false,"new_version":"","old_version":"20201124-092005/v1.9.0@57ac4ad8"},"ram_total":51272,"ram_free":40636,"fs_size":233681,"fs_free":159636,"uptime":2}
  85. 2020-12-07 20:33:43.776 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: CoIoT Device Description for SHBTN-1#483FDA6F9E8F#2: {"blk":[{"I":1,"D":"sensor_0"},{"I":2,"D":"device"}],"sen":[{"I":9103,"T":"EVC","D":"cfgChanged","R":"U16","L":2},{"I":2102,"T":"EV","D":"inputEvent","R":["S/L/SS/SSS",""],"L":1},{"I":2103,"T":"EVC","D":"inputEventCnt","R":"U16","L":1},{"I":3115,"T":"S","D":"sensorError","R":"0/1","L":1},{"I":3112,"T":"S","D":"charger","R":["0/1","-1"],"L":2},{"I":3111,"T":"B","D":"battery","R":["0/100","-1"],"L":2},{"I":9102,"T":"EV","D":"wakeupEvent","R":["battery/button/periodic/poweron/sensor/ext_power","unknown"],"L":2}]}
  86. 2020-12-07 20:33:43.778 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: id=1: sensor_0
  87. 2020-12-07 20:33:43.780 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: id=2: device
  88. 2020-12-07 20:33:43.781 [TRACE] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Properties updated
  89. 2020-12-07 20:33:43.783 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: Adding 7 sensor definitions
  90. 2020-12-07 20:33:43.784 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: id 9103: cfgChanged, Type=EVC, Range=U16, Links=2
  91. 2020-12-07 20:33:43.786 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: id 2102: inputEvent, Type=EV, Range=S/L/SS/SSS;, Links=1
  92. 2020-12-07 20:33:43.787 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: id 2103: inputEventCnt, Type=EVC, Range=U16, Links=1
  93. 2020-12-07 20:33:43.788 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: id 3115: sensorError, Type=S, Range=0/1, Links=1
  94. 2020-12-07 20:33:43.790 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: id 3112: charger, Type=S, Range=0/1;-1, Links=2
  95. 2020-12-07 20:33:43.791 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: id 3111: battery, Type=B, Range=0/100;-1, Links=2
  96. 2020-12-07 20:33:43.792 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Auto-CoIoT is enabled, disabling action urls
  97. 2020-12-07 20:33:43.793 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: id 9102: wakeupEvent, Type=EV, Range=battery/button/periodic/poweron/sensor/ext_power;unknown, Links=2
  98. 2020-12-07 20:33:43.798 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Updating channel definitions, 4 channels
  99. 2020-12-07 20:33:43.800 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Adding channel device#deviceName
  100. 2020-12-07 20:33:43.802 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Adding channel device#updateAvailable
  101. 2020-12-07 20:33:43.804 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Adding channel device#heartBeat
  102. 2020-12-07 20:33:43.805 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Adding channel device#statusLed
  103. 2020-12-07 20:33:43.815 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Channel definitions updated
  104. 2020-12-07 20:33:43.817 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel device#uptime updated with 2 s (type class org.eclipse.smarthome.core.library.types.QuantityType).
  105. 2020-12-07 20:33:43.820 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel device#wifiSignal updated with 3 (type class org.eclipse.smarthome.core.library.types.DecimalType).
  106. 2020-12-07 20:33:43.823 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel device#updateAvailable updated with OFF (type class org.eclipse.smarthome.core.library.types.OnOffType).
  107. 2020-12-07 20:33:43.834 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel device#alarm updated with NONE (type class org.eclipse.smarthome.core.library.types.StringType).
  108. 2020-12-07 20:33:43.836 [DEBUG] [ng.shelly.internal.api.ShellyHttpApi] - shellybutton1-483fda6f9e8f: Set Sensor Reporting URL
  109. 2020-12-07 20:33:43.839 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Starting CoIoT (autoCoIoT=true/true)
  110. 2020-12-07 20:33:43.841 [TRACE] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: CoAP Listener was already started
  111. 2020-12-07 20:33:43.842 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: Stopping CoAP Listener
  112. 2020-12-07 20:33:43.844 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: CoAP Request was canceled
  113. 2020-12-07 20:33:43.845 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: Starting CoAP Listener
  114. 2020-12-07 20:33:43.847 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Thing successfully initialized.
  115. 2020-12-07 20:33:43.852 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel device#heartBeat updated with 2020-12-07T20:33:43.000+0100 (type class org.eclipse.smarthome.core.library.types.DateTimeType).
  116. 2020-12-07 20:33:43.854 [TRACE] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Updating status
  117. 2020-12-07 20:33:43.856 [TRACE] [ng.shelly.internal.api.ShellyHttpApi] - shellybutton1-483fda6f9e8f: HTTP GET for http://192.168.201.118/status
  118. 2020-12-07 20:33:43.860 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: CoIoT Message from /192.168.201.118:5683 (MID=20619): {"blk":[{"I":1,"D":"sensor_0"},{"I":2,"D":"device"}],"sen":[{"I":9103,"T":"EVC","D":"cfgChanged","R":"U16","L":2},{"I":2102,"T":"EV","D":"inputEvent","R":["S/L/SS/SSS",""],"L":1},{"I":2103,"T":"EVC","D":"inputEventCnt","R":"U16","L":1},{"I":3115,"T":"S","D":"sensorError","R":"0/1","L":1},{"I":3112,"T":"S","D":"charger","R":["0/1","-1"],"L":2},{"I":3111,"T":"B","D":"battery","R":["0/100","-1"],"L":2},{"I":9102,"T":"EV","D":"wakeupEvent","R":["battery/button/periodic/poweron/sensor/ext_power","unknown"],"L":2}]}
  119. 2020-12-07 20:33:43.862 [TRACE] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Properties updated
  120. 2020-12-07 20:33:43.865 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: CoIoT Version 2 detected
  121. 2020-12-07 20:33:43.867 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel device#heartBeat updated with 2020-12-07T20:33:43.000+0100 (type class org.eclipse.smarthome.core.library.types.DateTimeType).
  122. 2020-12-07 20:33:43.870 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: CoIoT Device Description for SHBTN-1#483FDA6F9E8F#2: {"blk":[{"I":1,"D":"sensor_0"},{"I":2,"D":"device"}],"sen":[{"I":9103,"T":"EVC","D":"cfgChanged","R":"U16","L":2},{"I":2102,"T":"EV","D":"inputEvent","R":["S/L/SS/SSS",""],"L":1},{"I":2103,"T":"EVC","D":"inputEventCnt","R":"U16","L":1},{"I":3115,"T":"S","D":"sensorError","R":"0/1","L":1},{"I":3112,"T":"S","D":"charger","R":["0/1","-1"],"L":2},{"I":3111,"T":"B","D":"battery","R":["0/100","-1"],"L":2},{"I":9102,"T":"EV","D":"wakeupEvent","R":["battery/button/periodic/poweron/sensor/ext_power","unknown"],"L":2}]}
  123. 2020-12-07 20:33:43.871 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: id=1: sensor_0
  124. 2020-12-07 20:33:43.873 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: id=2: device
  125. 2020-12-07 20:33:43.875 [TRACE] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Properties updated
  126. 2020-12-07 20:33:43.877 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: Adding 7 sensor definitions
  127. 2020-12-07 20:33:43.878 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: id 9103: cfgChanged, Type=EVC, Range=U16, Links=2
  128. 2020-12-07 20:33:43.880 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: id 2102: inputEvent, Type=EV, Range=S/L/SS/SSS;, Links=1
  129. 2020-12-07 20:33:43.881 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: id 2103: inputEventCnt, Type=EVC, Range=U16, Links=1
  130. 2020-12-07 20:33:43.883 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: id 3115: sensorError, Type=S, Range=0/1, Links=1
  131. 2020-12-07 20:33:43.884 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: id 3112: charger, Type=S, Range=0/1;-1, Links=2
  132. 2020-12-07 20:33:43.886 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: id 3111: battery, Type=B, Range=0/100;-1, Links=2
  133. 2020-12-07 20:33:43.887 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: id 9102: wakeupEvent, Type=EV, Range=battery/button/periodic/poweron/sensor/ext_power;unknown, Links=2
  134. 2020-12-07 20:33:43.965 [TRACE] [ng.shelly.internal.api.ShellyHttpApi] - shellybutton1-483fda6f9e8f: HTTP Response 200: {"wifi_sta":{"connected":true,"ssid":"UniFi","ip":"192.168.201.118","rssi":-61},"cloud":{"enabled":false,"connected":false},"mqtt":{"connected":true},"time":"","unixtime":0,"serial":2,"has_update":false,"mac":"483FDA6F9E8F","cfg_changed_cnt":0,"actions_stats":{"skipped":0},"inputs":[{"input":0,"event":"S","event_cnt":1}], "is_valid":true,"bat":{"value":47,"voltage":3.73},"charger":false,"act_reasons":["button"],"connect_retries":0,"update":{"status":"unknown","has_update":false,"new_version":"","old_version":"20201124-092005/v1.9.0@57ac4ad8"},"ram_total":51272,"ram_free":39392,"fs_size":233681,"fs_free":159636,"uptime":2}
  135. 2020-12-07 20:33:43.968 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel device#heartBeat updated with 2020-12-07T20:33:43.000+0100 (type class org.eclipse.smarthome.core.library.types.DateTimeType).
  136. 2020-12-07 20:33:43.970 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel device#deviceName updated with SB-1 (type class org.eclipse.smarthome.core.library.types.StringType).
  137. 2020-12-07 20:33:43.972 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel device#statusLed updated with OFF (type class org.eclipse.smarthome.core.library.types.OnOffType).
  138. 2020-12-07 20:33:43.974 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel device#powerLed updated with OFF (type class org.eclipse.smarthome.core.library.types.OnOffType).
  139. 2020-12-07 20:33:43.980 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel device#uptime updated with 2 s (type class org.eclipse.smarthome.core.library.types.QuantityType).
  140. 2020-12-07 20:33:43.983 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel device#wifiSignal updated with 3 (type class org.eclipse.smarthome.core.library.types.DecimalType).
  141. 2020-12-07 20:33:43.985 [TRACE] [ng.shelly.internal.api.ShellyHttpApi] - shellybutton1-483fda6f9e8f: HTTP GET for http://192.168.201.118/status
  142. 2020-12-07 20:33:44.044 [TRACE] [ng.shelly.internal.api.ShellyHttpApi] - shellybutton1-483fda6f9e8f: HTTP Response 200: {"wifi_sta":{"connected":true,"ssid":"UniFi","ip":"192.168.201.118","rssi":-61},"cloud":{"enabled":false,"connected":false},"mqtt":{"connected":true},"time":"","unixtime":0,"serial":2,"has_update":false,"mac":"483FDA6F9E8F","cfg_changed_cnt":0,"actions_stats":{"skipped":0},"inputs":[{"input":0,"event":"S","event_cnt":1}], "is_valid":true,"bat":{"value":47,"voltage":3.73},"charger":false,"act_reasons":["button"],"connect_retries":0,"update":{"status":"unknown","has_update":false,"new_version":"","old_version":"20201124-092005/v1.9.0@57ac4ad8"},"ram_total":51272,"ram_free":40788,"fs_size":233681,"fs_free":159636,"uptime":2}
  143. 2020-12-07 20:33:44.053 [TRACE] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Create missing sensor channel(s)
  144. 2020-12-07 20:33:44.059 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Updating channel definitions, 5 channels
  145. 2020-12-07 20:33:44.061 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Adding channel device#charger
  146. 2020-12-07 20:33:44.063 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Adding channel device#wakeupReason
  147. 2020-12-07 20:33:44.065 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Adding channel battery#batteryLevel
  148. 2020-12-07 20:33:44.067 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Adding channel battery#lowBattery
  149. 2020-12-07 20:33:44.068 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Adding channel sensors#lastUpdate
  150. 2020-12-07 20:33:44.407 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Channel definitions updated
  151. 2020-12-07 20:33:44.408 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel device#wakeupReason updated with button (type class org.eclipse.smarthome.core.library.types.StringType).
  152. 2020-12-07 20:33:44.410 [INFO ] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Event erzeugt: BUTTON
  153. 2020-12-07 20:33:44.412 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel device#alarm updated with BUTTON (type class org.eclipse.smarthome.core.library.types.StringType).
  154. 2020-12-07 20:33:44.413 [TRACE] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Updating battery
  155. 2020-12-07 20:33:44.416 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel battery#batteryLevel updated with 47.0 % (type class org.eclipse.smarthome.core.library.types.QuantityType).
  156. 2020-12-07 20:33:44.417 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel battery#lowBattery updated with OFF (type class org.eclipse.smarthome.core.library.types.OnOffType).
  157. 2020-12-07 20:33:44.419 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel device#charger updated with OFF (type class org.eclipse.smarthome.core.library.types.OnOffType).
  158. 2020-12-07 20:33:44.420 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel status#input updated with OFF (type class org.eclipse.smarthome.core.library.types.OnOffType).
  159. 2020-12-07 20:33:44.422 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel status#lastEvent updated with S (type class org.eclipse.smarthome.core.library.types.StringType).
  160. 2020-12-07 20:33:44.423 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel status#eventCount updated with 1 (type class org.eclipse.smarthome.core.library.types.DecimalType).
  161. 2020-12-07 20:33:44.425 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel status#lastUpdate updated with 2020-12-07T20:33:44.000+0100 (type class org.eclipse.smarthome.core.library.types.DateTimeType).
  162. 2020-12-07 20:33:44.427 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel status#lastEvent updated with S (type class org.eclipse.smarthome.core.library.types.StringType).
  163. 2020-12-07 20:33:44.428 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel status#eventCount updated with 1 (type class org.eclipse.smarthome.core.library.types.DecimalType).
  164. 2020-12-07 20:33:44.430 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel device#heartBeat updated with 2020-12-07T20:33:44.000+0100 (type class org.eclipse.smarthome.core.library.types.DateTimeType).
  165. 2020-12-07 20:33:44.432 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel device#uptime updated with 2 s (type class org.eclipse.smarthome.core.library.types.QuantityType).
  166. 2020-12-07 20:33:44.435 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel device#wifiSignal updated with 3 (type class org.eclipse.smarthome.core.library.types.DecimalType).
  167. 2020-12-07 20:33:44.437 [TRACE] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: 0 more updates requested
  168. 2020-12-07 20:33:54.193 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: CoIoT Message from /192.168.201.118:5683 (MID=8220): {"G":[[0,9103,0],[0,2102,"S"],[0,2103,1],[0,3115,0],[0,3112,0],[0,3111,47],[0,9102,["button"]]]}
  169. 2020-12-07 20:33:54.195 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel device#heartBeat updated with 2020-12-07T20:33:54.000+0100 (type class org.eclipse.smarthome.core.library.types.DateTimeType).
  170. 2020-12-07 20:33:54.197 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: CoIoT Sensor data {"G":[[0,9103,0],[0,2102,"S"],[0,2103,1],[0,3115,0],[0,3112,0],[0,3111,47],[0,9102,["button"]]]} (serial=256)
  171. 2020-12-07 20:33:54.199 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: 7 CoAP sensor updates received
  172. 2020-12-07 20:33:54.200 [TRACE] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: Sensor value[0]: id=9103, Value=0.0 (cfgChanged, Type=EVC, Range=U16, Link=2: device)
  173. 2020-12-07 20:33:54.202 [TRACE] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: Sensor value[1]: id=2102, Value=S (inputEvent, Type=EV, Range=S/L/SS/SSS;, Link=1: sensor_0)
  174. 2020-12-07 20:33:54.203 [TRACE] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: Sensor value[2]: id=2103, Value=1.0 (inputEventCnt, Type=EVC, Range=U16, Link=1: sensor_0)
  175. 2020-12-07 20:33:54.204 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Update button state with S/SHORT_PRESSED
  176. 2020-12-07 20:33:54.207 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel status#lastUpdate updated with 2020-12-07T20:33:54.000+0100 (type class org.eclipse.smarthome.core.library.types.DateTimeType).
  177. 2020-12-07 20:33:54.210 [TRACE] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: Sensor value[3]: id=3115, Value=0.0 (sensorError, Type=S, Range=0/1, Link=1: sensor_0)
  178. 2020-12-07 20:33:54.212 [TRACE] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: Sensor value[4]: id=3112, Value=0.0 (charger, Type=S, Range=0/1;-1, Link=2: device)
  179. 2020-12-07 20:33:54.214 [TRACE] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: Sensor value[5]: id=3111, Value=47.0 (battery, Type=B, Range=0/100;-1, Link=2: device)
  180. 2020-12-07 20:33:54.216 [TRACE] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: Sensor value[6]: id=9102, Value=0.0 (wakeupEvent, Type=EV, Range=battery/button/periodic/poweron/sensor/ext_power;unknown, Link=2: device)
  181. 2020-12-07 20:33:54.217 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel device#wakeupReason updated with button (type class org.eclipse.smarthome.core.library.types.StringType).
  182. 2020-12-07 20:33:54.219 [INFO ] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Event erzeugt: BUTTON
  183. 2020-12-07 20:33:54.222 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel device#alarm updated with BUTTON (type class org.eclipse.smarthome.core.library.types.StringType).
  184. 2020-12-07 20:33:54.225 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel battery#batteryLevel updated with 47.0 % (type class org.eclipse.smarthome.core.library.types.QuantityType).
  185. 2020-12-07 20:33:54.228 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel sensors#lastError updated with (type class org.eclipse.smarthome.core.library.types.StringType).
  186. 2020-12-07 20:33:54.230 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel status#eventCount updated with 1 (type class org.eclipse.smarthome.core.library.types.DecimalType).
  187. 2020-12-07 20:33:54.232 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel status#lastEvent updated with S (type class org.eclipse.smarthome.core.library.types.StringType).
  188. 2020-12-07 20:33:54.234 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: 4 channels updated from CoIoT status, serial=256
  189. 2020-12-07 20:33:54.236 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel status#lastUpdate updated with 2020-12-07T20:33:54.000+0100 (type class org.eclipse.smarthome.core.library.types.DateTimeType).
  190. 2020-12-07 20:33:54.434 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: CoIoT Message from /192.168.201.118:5683 (MID=8221): {"G":[[0,9103,0],[0,2102,"S"],[0,2103,1],[0,3115,0],[0,3112,0],[0,3111,47],[0,9102,["button"]]]}
  191. 2020-12-07 20:33:54.437 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel device#heartBeat updated with 2020-12-07T20:33:54.000+0100 (type class org.eclipse.smarthome.core.library.types.DateTimeType).
  192. 2020-12-07 20:33:54.438 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: CoIoT Sensor data {"G":[[0,9103,0],[0,2102,"S"],[0,2103,1],[0,3115,0],[0,3112,0],[0,3111,47],[0,9102,["button"]]]} (serial=512)
  193. 2020-12-07 20:33:54.440 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: 7 CoAP sensor updates received
  194. 2020-12-07 20:33:54.441 [TRACE] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: Sensor value[0]: id=9103, Value=0.0 (cfgChanged, Type=EVC, Range=U16, Link=2: device)
  195. 2020-12-07 20:33:54.443 [TRACE] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: Sensor value[1]: id=2102, Value=S (inputEvent, Type=EV, Range=S/L/SS/SSS;, Link=1: sensor_0)
  196. 2020-12-07 20:33:54.444 [TRACE] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: Sensor value[2]: id=2103, Value=1.0 (inputEventCnt, Type=EVC, Range=U16, Link=1: sensor_0)
  197. 2020-12-07 20:33:54.446 [TRACE] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: Sensor value[3]: id=3115, Value=0.0 (sensorError, Type=S, Range=0/1, Link=1: sensor_0)
  198. 2020-12-07 20:33:54.448 [TRACE] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: Sensor value[4]: id=3112, Value=0.0 (charger, Type=S, Range=0/1;-1, Link=2: device)
  199. 2020-12-07 20:33:54.449 [TRACE] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: Sensor value[5]: id=3111, Value=47.0 (battery, Type=B, Range=0/100;-1, Link=2: device)
  200. 2020-12-07 20:33:54.451 [TRACE] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: Sensor value[6]: id=9102, Value=0.0 (wakeupEvent, Type=EV, Range=battery/button/periodic/poweron/sensor/ext_power;unknown, Link=2: device)
  201. 2020-12-07 20:33:54.453 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel device#wakeupReason updated with button (type class org.eclipse.smarthome.core.library.types.StringType).
  202. 2020-12-07 20:33:54.454 [INFO ] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Event erzeugt: BUTTON
  203. 2020-12-07 20:33:54.457 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel device#alarm updated with BUTTON (type class org.eclipse.smarthome.core.library.types.StringType).
  204. 2020-12-07 20:33:54.459 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel battery#batteryLevel updated with 47.0 % (type class org.eclipse.smarthome.core.library.types.QuantityType).
  205. 2020-12-07 20:33:54.461 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel sensors#lastError updated with (type class org.eclipse.smarthome.core.library.types.StringType).
  206. 2020-12-07 20:33:54.463 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel status#eventCount updated with 1 (type class org.eclipse.smarthome.core.library.types.DecimalType).
  207. 2020-12-07 20:33:54.464 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel status#lastEvent updated with S (type class org.eclipse.smarthome.core.library.types.StringType).
  208. 2020-12-07 20:33:54.466 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: 4 channels updated from CoIoT status, serial=512
  209. 2020-12-07 20:33:54.468 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel status#lastUpdate updated with 2020-12-07T20:33:54.000+0100 (type class org.eclipse.smarthome.core.library.types.DateTimeType).
  210. 2020-12-07 20:33:57.983 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: CoIoT Message from /192.168.201.118:5683 (MID=8222): {"G":[[0,9103,0],[0,2102,"L"],[0,2103,2],[0,3115,0],[0,3112,0],[0,3111,47],[0,9102,["button"]]]}
  211. 2020-12-07 20:33:57.986 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel device#heartBeat updated with 2020-12-07T20:33:57.000+0100 (type class org.eclipse.smarthome.core.library.types.DateTimeType).
  212. 2020-12-07 20:33:57.987 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: CoIoT Sensor data {"G":[[0,9103,0],[0,2102,"L"],[0,2103,2],[0,3115,0],[0,3112,0],[0,3111,47],[0,9102,["button"]]]} (serial=768)
  213. 2020-12-07 20:33:57.989 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: 7 CoAP sensor updates received
  214. 2020-12-07 20:33:57.990 [TRACE] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: Sensor value[0]: id=9103, Value=0.0 (cfgChanged, Type=EVC, Range=U16, Link=2: device)
  215. 2020-12-07 20:33:57.992 [TRACE] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: Sensor value[1]: id=2102, Value=L (inputEvent, Type=EV, Range=S/L/SS/SSS;, Link=1: sensor_0)
  216. 2020-12-07 20:33:57.993 [TRACE] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: Sensor value[2]: id=2103, Value=2.0 (inputEventCnt, Type=EVC, Range=U16, Link=1: sensor_0)
  217. 2020-12-07 20:33:57.994 [DEBUG] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Update button state with L/LONG_PRESSED
  218. 2020-12-07 20:33:57.996 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel status#lastUpdate updated with 2020-12-07T20:33:57.000+0100 (type class org.eclipse.smarthome.core.library.types.DateTimeType).
  219. 2020-12-07 20:33:57.998 [TRACE] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: Sensor value[3]: id=3115, Value=0.0 (sensorError, Type=S, Range=0/1, Link=1: sensor_0)
  220. 2020-12-07 20:33:57.999 [TRACE] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: Sensor value[4]: id=3112, Value=0.0 (charger, Type=S, Range=0/1;-1, Link=2: device)
  221. 2020-12-07 20:33:58.001 [TRACE] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: Sensor value[5]: id=3111, Value=47.0 (battery, Type=B, Range=0/100;-1, Link=2: device)
  222. 2020-12-07 20:33:58.004 [TRACE] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: Sensor value[6]: id=9102, Value=0.0 (wakeupEvent, Type=EV, Range=battery/button/periodic/poweron/sensor/ext_power;unknown, Link=2: device)
  223. 2020-12-07 20:33:58.007 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel device#wakeupReason updated with button (type class org.eclipse.smarthome.core.library.types.StringType).
  224. 2020-12-07 20:33:58.010 [INFO ] [y.internal.handler.ShellyBaseHandler] - shellybutton1-483fda6f9e8f: Event erzeugt: BUTTON
  225. 2020-12-07 20:33:58.015 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel device#alarm updated with BUTTON (type class org.eclipse.smarthome.core.library.types.StringType).
  226. 2020-12-07 20:33:58.021 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel battery#batteryLevel updated with 47.0 % (type class org.eclipse.smarthome.core.library.types.QuantityType).
  227. 2020-12-07 20:33:58.023 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel sensors#lastError updated with (type class org.eclipse.smarthome.core.library.types.StringType).
  228. 2020-12-07 20:33:58.025 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel status#eventCount updated with 2 (type class org.eclipse.smarthome.core.library.types.DecimalType).
  229. 2020-12-07 20:33:58.027 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel status#lastEvent updated with L (type class org.eclipse.smarthome.core.library.types.StringType).
  230. 2020-12-07 20:33:58.028 [DEBUG] [elly.internal.coap.ShellyCoapHandler] - shellybutton1-483fda6f9e8f: 4 channels updated from CoIoT status, serial=768
  231. 2020-12-07 20:33:58.031 [DEBUG] [lly.internal.util.ShellyChannelCache] - shellybutton1-483fda6f9e8f: Channel status#lastUpdate updated with 2020-12-07T20:33:58.000+0100 (type class org.eclipse.smarthome.core.library.types.DateTimeType).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement