Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Petsafe integration not triggering 'feed' button #8

Open
davel4wa opened this issue Mar 9, 2023 · 0 comments
Open

Petsafe integration not triggering 'feed' button #8

davel4wa opened this issue Mar 9, 2023 · 0 comments

Comments

@davel4wa
Copy link

davel4wa commented Mar 9, 2023

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant