You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a ver. 1 SmartFeed device. All or most of the entities generated report correct status or in the case of unavailable functions such as 'food level', a reasonable status. The 'button.feed' entity does trigger the button.press service but the feeder does not respond. The logger does report the action. Some of the 'switch' entries work but the status is reported with significant latency. For instance, if the 'child lock' entity is triggered, the toggle shows 'on' then after a few seconds returns to 'off' then after 5-6 seconds returns to 'on.'
The major issue here is the 'button.feed' entity does not work at all. Calling the 'button.press' service from the Developer Tools page has the same result. There are some log entries that may relevant.
Source: helpers/entity_platform.py:536
Integration: Sensor (documentation, issues)
First occurred: 10:42:50 AM (8 occurrences)
Last logged: 10:51:27 AM
Platform petsafe does not generate unique IDs. ID m-D0C5D3142225_battery already exists - ignoring sensor.kittyfood_battery_level
Platform petsafe does not generate unique IDs. ID m-D0C5D3142225_last_feeding already exists - ignoring sensor.kittyfood_last_feeding
Platform petsafe does not generate unique IDs. ID m-D0C5D3142225_food_level already exists - ignoring sensor.kittyfood_food_level
Platform petsafe does not generate unique IDs. ID m-D0C5D3142225_signal_strength already exists - ignoring sensor.kittyfood_signal_strength
Logger: homeassistant.components.button
Source: helpers/entity_platform.py:536
Integration: Button (documentation, issues)
First occurred: 10:42:50 AM (2 occurrences)
Last logged: 10:51:27 AM
Platform petsafe does not generate unique IDs. ID m-D0C5D3142225_ already exists - ignoring button.kittyfood_feed
The text was updated successfully, but these errors were encountered:
This is a ver. 1 SmartFeed device. All or most of the entities generated report correct status or in the case of unavailable functions such as 'food level', a reasonable status. The 'button.feed' entity does trigger the button.press service but the feeder does not respond. The logger does report the action. Some of the 'switch' entries work but the status is reported with significant latency. For instance, if the 'child lock' entity is triggered, the toggle shows 'on' then after a few seconds returns to 'off' then after 5-6 seconds returns to 'on.'
The major issue here is the 'button.feed' entity does not work at all. Calling the 'button.press' service from the Developer Tools page has the same result. There are some log entries that may relevant.
The text was updated successfully, but these errors were encountered: