Page 3 of 3

Re: Toon app: temperature readings

Posted: Tue Jan 05, 2021 10:42 pm
by Xel
Hi all,
I have also a Toon1 but no temperaturelogging working.
Setting on the qt-log and there I found the culprit: a wrong include in the first lines of the app:
import QtQuick 1.1, must be: import QtQuick 2.1

Alter these files: /qmf/qml/apps/temperaturelogger-1.3.4:
AreaGraphMod.qml
TemperatureloggerScreen.qml
TemperatureloggerApp.qml
TemperatureloggerTray.qml

then reboot and you will have the windows back! Strange: when I look at the code on Github,the code does have import QtQuick 2.1 written there.
I do not know how this comes.

Re: Toon app: temperature readings

Posted: Wed Jan 06, 2021 12:12 pm
by Toonz
Thanks for flagging this.

I noticed we already created version 1.4.0 a long time ago to be compatible with firmware 5.x but we never published it ( :oops: )
It is now available in the ToonStore and will work on Toon 1 & 2 on the latest firmware.

Kind regardz,

Toonz

Re: Toon app: temperature readings

Posted: Wed Jan 06, 2021 3:36 pm
by Xel
Thanks, I will look at it this evening.

Re: Toon app: temperature readings

Posted: Wed Jan 06, 2021 8:16 pm
by Daniel
Toonz wrote:Thanks for flagging this.

I noticed we already created version 1.4.0 a long time ago to be compatible with firmware 5.x but we never published it ( :oops: )
It is now available in the ToonStore and will work on Toon 1 & 2 on the latest firmware.

Kind regardz,

Toonz
Thanks Its working now! :D

Re: Toon app: temperature readings

Posted: Thu Jan 07, 2021 7:47 pm
by Mazzo
Thanks, works perfect again!

Re: Toon app: temperature readings

Posted: Thu Jun 08, 2023 2:36 pm
by tripper1
Hi I rooted a Toon2 with FW 6.2.3 via the Root-A-Toon-USB method and everything is working fine accept the the Temperature Logger.
I have downloaded the TempLogger from the ToonStore version 1.4.0, however the app icon is not popping up in the top of the screen.
Earlier in this thread there was a problem with the QtQuick version in the files also.
However I checked the files and import is QtQuick 2.1.
Is that the correct one also for FW6?
Does Toon2 FW 6.2.3 work with the Tempearturelogger 1.4.0?
It was mentioned that it should work with FW 5 or higher.
What do I have to change to let the TemperatureLogger App work.

Re: Toon app: temperature readings

Posted: Sat Jun 10, 2023 9:21 pm
by Toonz
I need to have a look but none of my Toons are at 6.2.3 firmware.....
Do you feel comfortable switching on logging and share the log file with me?

On a Toon 2 it is safe to switch on qt logging:
In /etc/inittab change the qtqt line to this (so comment the original line and add the one with output to log file). Then fully reboot the Toon

Code: Select all

qtqt:245:respawn:/usr/bin/startqt >/var/log/qt 2>&1
#qtqt:245:respawn:/usr/bin/startqt >/dev/null 2>&1
After Toon is restarted, please copy the /var/log/qt logfile to your PC and reverse the change in inittab.
You can search the logfile for 'temperaturelogger' for any potential qml error message.