zhulik / aiotractive

Asynchronous Python client for the Tractive REST API
MIT License
20 stars 6 forks source link

`set_buzzer_active`, `set_led_active` and `set_live_tracking_active` methods don't work #14

Closed bieniu closed 1 year ago

bieniu commented 2 years ago

When I try to call these methods (with the parameter True), the service returns:

{'active': False, 'started_at': None, 'timeout': 300, 'remaining': 0, 'pending': True}

and nothing happens.

zhulik commented 2 years ago

Do the functions work from the app? The response with 'pending: True' seems ok in this case. What events do you receive after you call the function?

bieniu commented 2 years ago

Strange, today everything works. Yesterday I tried 2 hours with no success. The service didn't send any event after calling the functions, but app control worked.

bieniu commented 1 year ago

We can close the case because I am unable to reproduce the problem.