Search found 211 matches

by yjb
Fri Feb 21, 2020 9:23 am
Forum: Toon external control
Topic: Energy usage Neocoolcam plugs connected via toon in domoticz
Replies: 5
Views: 4620

Re: Energy usage Neocoolcam plugs connected via toon in domoticz

Hi, At a high level you will need to run a script from cron that queries the toon, lets say every 5 minutes and inserts the values in domoticz. #!/usr/bin/php <?php /* Synchronize samrt plug usage information from tToon to Domoticz */ /* 20-10-2018 YJB / /* 15-11-2018 YJB Added logging */ /* 21/12/2...
by yjb
Thu Feb 06, 2020 7:28 am
Forum: Toon external control
Topic: Toon for Android
Replies: 207
Views: 165139

Re: Toon for Android

Just released 0.5.8 to Alpha channel. This release should fix gas graphs not showing. Also released 0.5.7 to production (non beta/alpha testers) Thanks for this, seems that there is some progress I'm now on Alpha 0.58: Current gas usage is now working (matches hdrv_zwave/?action=getDevices.json) Hi...
by yjb
Thu Jan 30, 2020 8:40 pm
Forum: Toon external control
Topic: Toon for Android
Replies: 207
Views: 165139

Re: Toon for Android

Just released 0.5.8 to Alpha channel. This release should fix gas graphs not showing. Also released 0.5.7 to production (non beta/alpha testers) Thanks for this, seems that there is some progress I'm now on Alpha 0.58: Current gas usage is now working (matches hdrv_zwave/?action=getDevices.json) Hi...
by yjb
Thu Jan 30, 2020 12:05 pm
Forum: Toon miscellaneous
Topic: Advanced Z-Wave page disabled
Replies: 9
Views: 8586

Advanced Z-Wave page disabled

Hi, After every update I'm getting: "Advanced Z-Wave page is disabled. You can enable it with the settings app." Modifying /qmf/www/hdrv_zwave/js/zwave.js does the trick: from configStatus.supportControl == '0' to configStatus.supportControl == '1' I guess there should be a way of making t...
by yjb
Fri Dec 20, 2019 11:21 am
Forum: Toon Apps
Topic: Toon app: Sonos Control
Replies: 62
Views: 56667

Re: Toon app: Sonos Control

Thanks, that works.
by yjb
Thu Dec 19, 2019 11:09 am
Forum: Toon Apps
Topic: Toon app: Sonos Control
Replies: 62
Views: 56667

Re: Toon app: Sonos Control

Thanks, that works!
by yjb
Wed Dec 18, 2019 7:23 pm
Forum: Toon Apps
Topic: Toon app: Sonos Control
Replies: 62
Views: 56667

Re: Toon app: Sonos Control

HI, It seems that setting the ip address does not survive a reboot of the toon. After a reboot I will need to enter the ip address again before the sonos app is operational again. I more or less expect it to find a settings file here: ls -1 /mnt/data/tsc buienradar.userSettings.json calendar.userSet...
by yjb
Thu Dec 05, 2019 11:47 pm
Forum: Toon external control
Topic: Toon for Android
Replies: 207
Views: 165139

Re: Toon for Android

Hi, I'm on 0.5.7 but my "current gas usage" is always 0. For GAS usage, the charts are empty "no chart data available" The strange thing is that the total of today is displayed (and correct). getdevices output: { "dev_3": { "uuid": "8535fd22-4500-45bb-885...
by yjb
Tue Oct 29, 2019 5:29 pm
Forum: Toon Rooting
Topic: Rooting Toon (or boxx)
Replies: 811
Views: 635561

Re: Rooting Toon (or boxx)

Are you sure the password gets stored in /etc/passwd? I honestly believe it will need to go into /etc/shadow.
by yjb
Thu Sep 19, 2019 4:25 pm
Forum: Toon issues and support (Nederlands toegestaan)
Topic: Geroote Toon geeft geen actueel electra en gasverbruik
Replies: 20
Views: 13213

Re: Geroote Toon geeft geen actueel electra en gasverbruik

IK heb voor < USD 20 een metermodule by Ali besteld: SDM120DB. Werkt perfect. Op deze manier kun je idd je echte productie zien en je complete verbruik.
by yjb
Thu Jul 11, 2019 8:35 pm
Forum: Toon miscellaneous
Topic: warmwater on toon
Replies: 50
Views: 29779

Re: warmwater on toon

Thanks for this. I will test this once I'm back home!
by yjb
Wed May 01, 2019 7:27 am
Forum: Toon miscellaneous
Topic: Set your tariff and have month usage
Replies: 9
Views: 7230

Re: Set your tariff and have month usage

Perhaps i'm missing something but the file /qmf/bin/bxt is just a bunch of symbols and a few lines of text but no option to change anything..What file do i need to edit? /qmf/bin/bxt is the command which you need to run with the arguments as documented in the 1st post of this thread. Executing this...
by yjb
Sun Apr 14, 2019 7:54 pm
Forum: Toon Firmware
Topic: Toon firmware - update script
Replies: 645
Views: 340909

Re: Toon firmware - update script

No problem:

Code: Select all

scp -p update-rooted.sh <ip of your toon>:/root
Then login to your toon as root and make the script executable:

Code: Select all

chmod 700 update-rooted.sh
The you can run it:

Code: Select all

./update-rooted.sh
by yjb
Sun Apr 14, 2019 6:21 pm
Forum: Toon Firmware
Topic: Toon firmware - update script
Replies: 645
Views: 340909

Re: Toon firmware - update script

Hi, It looks like you are running the script on your raspberry pi: pi@raspberrypi:~ $ sudo sh /root/update-rooted.sh =================================================================================================================================================================== Welcome to the root...
by yjb
Fri Apr 12, 2019 11:54 am
Forum: Toon issues and support (Nederlands toegestaan)
Topic: Bestanden opslaan en bewerken in Toon 2 Rooted
Replies: 8
Views: 4899

Re: Bestanden opslaan en bewerken in Toon 2 Rooted

Hmm, ik ben begonnen met "ed" en ik vond "vi" toen al een hele verlichting. Ik gebruik vi nog dagelijks, maar ik ben met je eens dat notepad++ toch heel wat handiger is voor lange lappen scripts.

tip:
Je kunt ook een plugin in notepad++ gebruiken voor ftp/sftp functionaliteit.

Go to advanced search