tsightler / ring-mqtt

Ring devices to MQTT Bridge
MIT License
569 stars 103 forks source link

Unable to add Ring Intercom as "device" #668

Closed tsightler closed 1 year ago

tsightler commented 1 year ago

Discussed in https://github.com/tsightler/ring-mqtt/discussions/667

Originally posted by **tiarex86** July 11, 2023 Hi, I've already setup a Ring Intercom via its mobile app and everything works fine. Now I'm going to integrate it into HA, installed Ring-MQTT and successfully configured, in fact it founds my device as you can see below (extracted from Ring-MQTT logs): ``` 2023-07-11T10:37:09.214Z ring-attr [Ingresso] ring/711d09cc-1301-4992-a849-5f9f9ea2b583/intercom/343ea4b09703/info/state {"batteryLevel":58,"firmwareStatus":"Up to Date","lastUpdate":"2023-07-11T01:36:24Z","wirelessNetwork":"xxx","wirelessSignal":-53} 2023-07-11T10:37:09.214Z ring-attr [Ingresso] ring/711d09cc-1301-4992-a849-5f9f9ea2b583/intercom/343ea4b09703/battery/attributes {"batteryLevel":58} 2023-07-11T10:37:09.215Z ring-attr [Ingresso] ring/711d09cc-1301-4992-a849-5f9f9ea2b583/intercom/343ea4b09703/wireless/attributes {"wirelessNetwork":"xxx","wirelessSignal":-53} 2023-07-11T10:37:34.834Z ring-disc Republishing existing device id: 343ea4b09703 2023-07-11T10:37:34.834Z ring-disc HASS config topic: homeassistant/sensor/711d09cc-1301-4992-a849-5f9f9ea2b583/343ea4b09703_battery/config 2023-07-11T10:37:34.835Z ring-disc { name: 'Ingresso Battery', unique_id: '343ea4b09703_battery', state_topic: 'ring/711d09cc-1301-4992-a849-5f9f9ea2b583/intercom/343ea4b09703/info/state', device_class: 'battery', unit_of_measurement: '%', state_class: 'measurement', value_template: '{{ value_json["batteryLevel"] | default("") }}', json_attributes_topic: 'ring/711d09cc-1301-4992-a849-5f9f9ea2b583/intercom/343ea4b09703/battery/attributes', availability_topic: 'ring/711d09cc-1301-4992-a849-5f9f9ea2b583/intercom/343ea4b09703/status', payload_available: 'online', payload_not_available: 'offline', device: { ids: [ '343ea4b09703' ], name: 'Ingresso', mf: 'Ring', mdl: 'Intercom' } } ``` Unfortunately no Ring device appears on HA. I also changed Ring-MQTT configuration from **branch: "blank"** to **branch: dev** without success. Any thought about how to solve it? Thanks for any kind of support!
tsightler commented 1 year ago

Closing issue due to no response. Can re-open if you are able to provide logs at some point.