Page 15 of 15

Re: Error ToonThermostat

Posted: Monday 19 August 2019 12:30
by Martini77
EdwinK wrote: Tuesday 13 August 2019 10:02 Tried, and after activating all my settings in domoticz are gone. Deleted the plugin and everything works fine again.

I think it's time to give up on Toon.
This is the point where I decided to root the Toon... which in the end also saved me the costs of the Toon subscription..

Re: Error ToonThermostat

Posted: Monday 19 August 2019 12:37
by Martini77
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?
I had issues with the API and discrict heat...
Was able to fix this with some changes in the code; see District heat not supported #20

Re: Error ToonThermostat

Posted: Friday 13 September 2019 16:54
by SteGe
Unfortenatly if I do that I will get other errors, probably due to the fact I'm running it on synology so I have to stick to 3.0.9 of the library?

Re: Error ToonThermostat

Posted: Monday 30 September 2019 22:20
by marktn
Hi,

It works perfect! :D

Re: Error ToonThermostat

Posted: Wednesday 06 November 2019 16:15
by steef84
Simple question; is an subscription nessecary for this plugin? Or is it also working via the api without a subscription. Installed this on a pi4, but the log is full of errors.

Re: Error ToonThermostat

Posted: Tuesday 11 February 2020 10:33
by a3vd
You need a subscription !

Re: Error ToonThermostat

Posted: Monday 20 April 2020 21:18
by marktn
Hello, after updating to 2020 stable domoticz Toon is not working anymore? Or should i use a beta?

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. 

Re: Error ToonThermostat

Posted: Saturday 06 February 2021 15:21
by a3vd
I got it working with the beta, but i think it should work with the normal stable aswell did you follow the installation instructions ?

Re: Error ToonThermostat

Posted: Monday 07 August 2023 12:45
by stephanvdplas
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

Re: Error ToonThermostat

Posted: Wednesday 09 August 2023 21:24
by marktn
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
Any update from eneco?

Re: Error ToonThermostat

Posted: Thursday 10 August 2023 9:22
by stephanvdplas
[/quote]

Any update from eneco?
[/quote]

No update, but I saw it was solved later that day. All toons had D03 issues until tuesday, but since yesterday all is working fine again.

Re: Error ToonThermostat

Posted: Monday 18 November 2024 11:19
by stephanvdplas
Hello all,

I have Toon errors in my Domoticz logs again.

The testtoonapilib as provided by Waspy is also showing that there cannot be created a Toon object (while this did work before).

Have others the same experience?

Here the errors (debug=on):

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