Closed audeen closed 16 hours ago
Solution Found:
The issue was caused by a missing or incorrect user_id mapping in the YAML configuration for the Grocy Chores and Tasks Card.
This is also stated in the Documentation. I did not expect that to be the problem.
Here is the working configuration that resolved the problem:
type: custom:grocy-chores-card entity:
Explanation:
The user_id mapping is essential when multiple users exist in Home Assistant and Grocy.
This configuration ensures that actions are properly assigned to the correct Grocy user based on the currently logged-in Home Assistant user.
The default ID ensures that actions are always assigned to a default user if no specific user mapping is found.
After adding this mapping, the card works as expected, and chores and tasks can be marked as complete without any issues.
Description: I am experiencing an issue when trying to mark chores as complete using the Grocy custom component and Grocy Chore Cards in Home Assistant. While the API appears to be working correctly (data is fetched and displayed on the dashboard), clicking on "Complete" fails to update the Grocy database and results in the following error:
Error Log:
Environment Details:
Steps to Reproduce:
Expected Behavior: Clicking "Complete" should successfully update the chore status in the Grocy database without errors.
Additional Context:
Please let me know if additional logs, configurations, or testing details are required.