Toon app: temperature readings

Forum about forum-provided applications on Toon

Moderators: marcelr, TheHogNL, Toonz

Xel
Starting Member
Starting Member
Posts: 2
Joined: Tue Jan 05, 2021 10:27 pm

Re: Toon app: temperature readings

Post 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.
Toonz
Forum Moderator
Forum Moderator
Posts: 1873
Joined: Mon Dec 19, 2016 1:58 pm

Re: Toon app: temperature readings

Post 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
member of the Toon Software Collective
Xel
Starting Member
Starting Member
Posts: 2
Joined: Tue Jan 05, 2021 10:27 pm

Re: Toon app: temperature readings

Post by Xel »

Thanks, I will look at it this evening.
Daniel
Member
Member
Posts: 70
Joined: Fri Mar 15, 2019 4:50 pm

Re: Toon app: temperature readings

Post 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
Mazzo
Starting Member
Starting Member
Posts: 5
Joined: Fri Jan 24, 2020 6:39 pm

Re: Toon app: temperature readings

Post by Mazzo »

Thanks, works perfect again!
tripper1
Starting Member
Starting Member
Posts: 7
Joined: Thu Mar 14, 2019 6:28 pm

Re: Toon app: temperature readings

Post 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.
Toonz
Forum Moderator
Forum Moderator
Posts: 1873
Joined: Mon Dec 19, 2016 1:58 pm

Re: Toon app: temperature readings

Post 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.
member of the Toon Software Collective
Post Reply

Return to “Toon Apps”