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
i saw this error in the logs, it’s not blocking but I thought it would be usefull info
INFO - Device sent a single charge ac status
Traceback (most recent call last):
File "/usr/local/bin/evseMQTT", line 8, in <module>
sys.exit(main())
~~~~^^
File "/usr/local/lib/python3.13/site-packages/main.py", line 166, in main
asyncio.run(manager.run(args.address))
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/asyncio/runners.py", line 194, in run
return runner.run(main)
~~~~~~~~~~^^^^^^
File "/usr/local/lib/python3.13/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "/usr/local/lib/python3.13/asyncio/base_events.py", line 720, in run_until_complete
return future.result()
~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.13/site-packages/main.py", line 98, in run
await asyncio.sleep(1) # Example interval for ad-hoc message sending
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/asyncio/tasks.py", line 718, in sleep
return await future
^^^^^^^^^^^^
asyncio.exceptions.CancelledError
/data/options.json file found -> parsing options
The text was updated successfully, but these errors were encountered:
I'm using the Homeassisant Addon, I only saw this error once, after this no more errors so maybe it had something to do with a restart. You may close the issue if you can not do anything with it, it was just too help to make it better ;)
i saw this error in the logs, it’s not blocking but I thought it would be usefull info
The text was updated successfully, but these errors were encountered: