Well it no longer showed the warning. So I believe all is OK now and started the upgrade now. Are your sure you want to upgrade to 5.18.8 (yes)? This is the last moment you can stop the upgrade. Answer with 'yes' will start the upgrade. yes Starting the upgrade now! Just wait a while... It can take ...
Ok tried just before your reply and got the same response however when I tried again just now I now get the following response: Which version do you want to upgrade to? 5.18.8 Alright, I will try to upgrade to 5.18.8 Now starting the VPN tunnel and waiting for it to be alive and configured... Now st...
Decided to update my rooted Toon from firmware 5.15.6 to 5.18.8 however when running the update-rooted.sh script and selected to upgrade to version 5.18.8 I get the following warning: "Warning: upgrade script from Eneco server is changed. Do you want to continue downloading the files (if not su...
I recently installed home assistant and downloaded this app from the toon store. Unfortunately I am unable to login to my Home Assistant as I do not know which default user it tries to login with. In the setup page it only asks for the password.
Finally decided to update my Toon 1 from version 4.22.7 to 5.2.11 using the update-rooted.sh script. All went flawless and after the system started up it is stating the software version is 5.2.11 now. Sofar all seems to work but I get the impression the response of the sofware is slower than my prev...
OK still don't understand how this would affect the webserver to stop listening to port 10080. But never mind as from the other thread I opened ( Webserver not listening on port 10080 ) I understand you will change the code of the temperature readings app to use port 80 as of the next release. In th...
No both port 80 and port 10080 are open in the firewall. See below: https://www.mupload.nl/img/ajpfjyjv18e.png However am I wrong in thinking that the firewall settings are not even relevant in this case as the connection is made on the host itself? The script is running on the Toon and using i loca...
I recently got an old Toon 1 with bootloader version U-Boot 2010.09-R8. It used to be from my sister in Law who moved to a Nest. The device itself was in a weird state when I got it and I believe that was also the reason why she got rid of it. When I connected it to a Wifi connection, upgraded it to...
OK so the logger seems to be happy now but I am still puzzled why in the middle of teh night (2 am as it seems) the logger suddenly stopped working. So is there anything special happening around that time in the Toon? As I use my Toon without Eneco and have disabled all the standard apps through teh...
OK to test the theory that the port 10080 is the issue (and instead I can use port 80) I have temporary modified the to use port 80 instead: vi /qmf/qml/apps/temperaturelogger-1.3.3/TemperatureloggerApp.qml I have changed the following line in the code and updated it to use port 80: xmlhttpt.open(&q...
I guess you are right. When I use the following (using port 10080) it fails wget http://127.0.0.1:10080/happ_thermstat?action=getThermostatInfo But what I try using the same but using port 80 it seems to work. wget http://127.0.0.1:80/happ_thermstat?action=getThermostatInfo Although I am a Linu noob...
I recently aquired and rooted a Toon 1. I love the additional features it offers and one of them is this application to provide a graphical overview of the temperature readings for the past 24 hours. However after the initial installation I did not see any readings yet in the first hour or so. The n...
I used this one (the blue one) on my Toon 1 with bootloader version U-Boot 2010.09-R8. aliexpress.com/item/FT232RL-FT232-FTDI- ... 4c4dkGOpZY With the FTDI adapter you only need to use 3 wires. As I am a linux noob I thought this was a better option for me than using my Raspberry Pi. And eventhough ...