Just updated HASS.IO from 0.56.2 to 0.57.1 on my Pi3 and am seeing these errors in the log:
2017-11-05 17:45:33 WARNING (SyncWorker_10) [ring_doorbell.doorbot] Could not find total of 5 of kind ding
2017-11-05 17:45:39 WARNING (SyncWorker_7) [ring_doorbell.doorbot] Could not find total of 5 of kind ding
2017-11-05 17:47:35 WARNING (SyncWorker_3) [ring_doorbell.doorbot] Could not find total of 5 of kind ding
2017-11-05 17:47:42 WARNING (SyncWorker_8) [ring_doorbell.doorbot] Could not find total of 5 of kind ding
2017-11-05 17:49:37 WARNING (SyncWorker_9) [ring_doorbell.doorbot] Could not find total of 5 of kind ding
My Ring Doorbell configuration was working perfectly, and the Stick-Up Cam was never supported in the past - is this a result of required configuration.yaml changes I need to make?
I have disabled ā- last dingā in sensors and ā - dingā in binary sensors and the log entries have stopped. May be triggered by the fact that my Stick Up Camera does not have a ādingā capability.
Will disable the ding reporting or monitoring until I hear more.
After getting my implementation of HASS.IO stable by commenting out the ding options, I tried to use the camera and ffmpeg options as follows:
ffmpeg:
camera:
platform: ring
My Ring Doorbell and Stick Up cam will show an image in my frontend after rebooting, then about 5 minutes later the camera images disappear and if I refresh my browser will sit at the login screenā¦
I have since disabled the above options and simply use the Ring component for motion events as they are stable.
well, I do have a doorbell and the floodlight cam currently connected which means I would have a binary sensor for ding for doorbell and floodlight cam - removing it from the binary sensor will remove ding for all devices - camera and doorbell - which will remove the device_name Ding - on/off or clear/active?
only using the sensor platform ring: last_ding will only show you the last time someone rang the bell ā¦ but you will no longer get the active component ā¦ thats why I think you will need two different platforms to separate options for devices that support/dont support the options ā¦ currently its a per platform or better sensor component setting per platform ā¦
Upgraded to 0.57.2, same issues, camera component freezes GUI after accessing It once and enabling ding options cause the mentioned āCould not find total of 5 of kind dingā if either the ring binary sensor or sensor are enabled. I have a Ring Doorbell Pro and Stick Up Camera.
Just reporting results - will try a few other tests.