Description
Describe the bug
Chore execution is incorrect when called using the execute_chore
service. It works as expected when tracked in Grocy, and the displayed time (next, last) in the sensors is correct.
Expected behavior
When a chore is tracked with execute_chore
the correct (current) time should be recorded.
To Reproduce
Steps to reproduce the behavior:
- Call the
grocy.execute_chore
service - Check the chore last execution (in Grocy, or through the integration)
- Notice that the execution of the chore is not now (in my case, the inverse of GMT offset)
General information to help debugging:
What sensors do you have enabled? Are they working and/or what state are they in? Do you have the corresponding functions enabled in Grocy?
All sensors enabled, and the corresponding functions in Grocy.
What is your installed versions of Home Assistant, Grocy and this integration?
Home Assistant: 2022.9.6
Grocy: 3.3.1 (add-on: 0.18.2)
Integration: 4.7.1
Edit: Note that this was captured using pygrocy 1.5.0 (from a local override of manifest.json
)
How do you have Grocy installed? Add-on or external?
Installed using the HA Add-on.
Have you added debugging to the log, and what does the log say?
Relevant example from the logs:
2022-09-23 11:19:44.032 DEBUG (SyncWorker_13) [pygrocy.grocy_api_client] --> POST /chores/25/execute
2022-09-23 11:19:44.033 DEBUG (SyncWorker_13) [pygrocy.grocy_api_client] {'tracked_time': '2022-09-23T11:17:35.185320-05:00', 'skipped': False, 'done_by': 3}
2022-09-23 11:19:44.033 DEBUG (SyncWorker_13) [pygrocy.grocy_api_client] <-- 200 for /chores/25/execute
2022-09-23 11:19:44.033 DEBUG (SyncWorker_13) [pygrocy.grocy_api_client] b'{"id":"90","chore_id":"25","tracked_time":"2022-09-23 16:19:44","done_by_user_id":"3","row_created_timestamp":"2022-09-23 11:19:44","undone":"0","undone_timestamp":null,"skipped":"0"}'
JSON service data (if related to using a service)
{
"chore_id": "25"
"done_by": "3"
}
Additional context
Add any other context about the problem here.