Re: Error ToonThermostat
Posted: Monday 19 August 2019 12:30
This is the point where I decided to root the Toon... which in the end also saved me the costs of the Toon subscription..
This is the point where I decided to root the Toon... which in the end also saved me the costs of the Toon subscription..
I had issues with the API and discrict heat...SteGe wrote: ↑Tuesday 30 July 2019 20:05 Cool, super nice to see there is finally a solution on the ongoing Toon problems in Domoticz.
I've got it working on my Domoticz which runs on a synology NAS. I need to use the ToonApiLib tag 3.0.9 and toonapiblib4domoticz tag 1.0.14 before it was working.
The only problem is that after adding the devices the device list is empty and the logging is giving the error: Error: WebServer PO exception occurred : 'stoull'
The error isn't giving a lot on information on this forum nor on internet. Did a reboot which wasn't successful. Finally removed the hardware and the device list was full again. Probably it has something to do that my Toon is connected to Stadswarmte? Because it receives all data on the first time but gives directly the following errors in the logging:
(Toon) An error occurred updating gas usage
(Toon) An error occurred updating program state
Could you all give me a help on this?
Code: Select all
2020-04-20 21:16:45.710 Error: (ToonApiLib) failed to load 'plugin.py', Python Path used was '/home/pi/domoticz/plugins/toonapilib4domoticz/:/usr/lib/python37.zip:/usr/lib/python3.7:/usr/lib/python3.7/lib-dynload:/usr/local/lib/python3.7/dist-packages:/usr/lib/python3/dist-packages:/usr/lib/python3.7/dist-packages'.
2020-04-20 21:16:45.710 Error: (ToonAPI) Module Import failed, exception: 'ModuleNotFoundError'
2020-04-20 21:16:45.710 Error: (ToonAPI) Module Import failed: ' Name: devices.device_factory'
2020-04-20 21:16:45.710 Error: (ToonAPI) Error Line details not available.
Any update from eneco?stephanvdplas wrote: ↑Monday 07 August 2023 12:45 Since today, the certificate of https://api.toon.eu is no longer valid.
I'll try to reach eneco to solve this. In the meantime I'm afraid the toonapilib4domoticz plugin is not operational.
Regards,
Stephan
Code: Select all
2024-11-18 11:26:40.081 Toon: Worker thread started.
2024-11-18 11:26:40.081 Status: Toon: Started.
2024-11-18 11:26:40.081 Status: Toon: Entering work loop.
2024-11-18 11:26:40.425 Error: Toon: (ToonApiLib) failed to load 'plugin.py', Python Path used was 'C:\Program Files (x86)\Domoticz\plugins\toonapilib4domoticz\;C:\Program Files (x86)\Python38-32\python38.zip;C:\Program Files (x86)\Python38-32\Lib\;C:\Program Files (x86)\Python38-32\DLLs\;C:\Program Files (x86)\Domoticz;C:\Program Files (x86)\Python38-32;C:\Program Files (x86)\Python38-32\lib\site-packages'.
2024-11-18 11:26:40.430 Error: Toon: Traceback (most recent call last):
2024-11-18 11:26:40.430 Error: Toon: File "C:\Program Files (x86)\Domoticz\plugins\toonapilib4domoticz\plugin.py", line 34, in <module>
2024-11-18 11:26:40.430 Error: Toon: import toonapilib
2024-11-18 11:26:40.430 Error: Toon: File "C:\Program Files (x86)\Python38-32\lib\site-packages\toonapilib\__init__.py", line 41, in <module>
2024-11-18 11:26:40.431 Error: Toon: from .toonapilib import Toon
2024-11-18 11:26:40.431 Error: Toon: File "C:\Program Files (x86)\Python38-32\lib\site-packages\toonapilib\toonapilib.py", line 39, in <module>
2024-11-18 11:26:40.431 Error: Toon: from requests import Session
2024-11-18 11:26:40.432 Error: Toon: File "C:\Program Files (x86)\Python38-32\lib\site-packages\requests\__init__.py", line 48, in <module>
2024-11-18 11:26:40.432 Error: Toon: from charset_normalizer import __version__ as charset_normalizer_version
2024-11-18 11:26:40.432 Error: Toon: File "C:\Program Files (x86)\Python38-32\lib\site-packages\charset_normalizer\__init__.py", line 24, in <module>
2024-11-18 11:26:40.432 Error: Toon: from .api import from_bytes, from_fp, from_path, is_binary
2024-11-18 11:26:40.432 Error: Toon: File "C:\Program Files (x86)\Python38-32\lib\site-packages\charset_normalizer\api.py", line 5, in <module>
2024-11-18 11:26:40.432 Error: Toon: from .cd import (
2024-11-18 11:26:40.432 Error: Toon: File "C:\Program Files (x86)\Python38-32\lib\site-packages\charset_normalizer\cd.py", line 14, in <module>
2024-11-18 11:26:40.432 Error: Toon: from .md import is_suspiciously_successive_range
2024-11-18 11:26:40.432 Error: Toon: AttributeError: PyCapsule_Import "charset_normalizer.md__mypyc.init_charset_normalizer___md" is not valid