Page 1 of 7
App ideas / feature requests
Posted: Thu Oct 29, 2020 9:11 pm
by Semsemsem
I would like to make some app for the toon 2, but I don’t have any great ideas.
So are there any ideas/features that still need to be made?
Preferably useful or fun app ideas.
I already have some experience in qt5, python and JavaScript.
Re: App ideas / feature requests
Posted: Thu Oct 29, 2020 11:03 pm
by TheHogNL
Semsemsem wrote:I would like to make some app for the toon 2, but I don’t have any great ideas.
So are there any ideas/features that still need to be made?
Preferably useful or fun app ideas.
I already have some experience in qt5, python and JavaScript.
No there is no list. That would be a great idea already
But you are welcome to review our current apps, all available to see at
https://github.com/toonSoftwareCollective/
You could learn from them and even improve the coding if you like.
Re: App ideas / feature requests
Posted: Thu Oct 29, 2020 11:37 pm
by oepi-loepi
TheHogNL wrote:Semsemsem wrote:I would like to make some app for the toon 2, but I don’t have any great ideas.
So are there any ideas/features that still need to be made?
Preferably useful or fun app ideas.
I already have some experience in qt5, python and JavaScript.
No there is no list. That would be a great idea already
But you are welcome to review our current apps, all available to see at
https://github.com/toonSoftwareCollective/
You could learn from them and even improve the coding if you like.
You can also make an animation in Qt5 to use in calender and in the animation app? Some ideas you can find here and are loaded from here....
https://github.com/ToonSoftwareCollecti ... animations
Re: App ideas / feature requests
Posted: Fri Oct 30, 2020 12:12 am
by TerrorSource
Maybe another package tracking app for other package delivery company's?
I remember that there were a couple ideas already posted on this forum:
TVgids =
viewtopic.php?f=97&t=12252
Worldclock =
viewtopic.php?f=97&t=12257
Re: App ideas / feature requests
Posted: Wed Nov 04, 2020 5:18 pm
by oepi-loepi
At this moment wwe are working on a soccer app (voetbal app): select you favourite team (s) and get notified when a goal is scored in a match.
Re: App ideas / feature requests
Posted: Sat Nov 14, 2020 12:56 pm
by edwin999
Some more ideas:
- display PM2.5/PM10 Particulate Matter (fijnstof) from a nearby station
https://www.samenmetenaanluchtkwaliteit ... -interface
https://github.com/opendata-stuttgart/meta/wiki/EN-APIs
(or use your own device
https://sensor.community/en/sensors/airrohr/)
- display CO2 value
from Netatmo device
https://dev.netatmo.com/
from Aranet4 device
https://github.com/Anrijs/Aranet4-Python
from homebuilt device MH-Z19B sensor + Wemos D1 Mini V3 microcontroller
Re: App ideas / feature requests
Posted: Sat Nov 14, 2020 6:30 pm
by Ron_nl
I would love to have a tile like edwin999 a posting above gave as an idea.
I do have such a PM2.5 etc. device which gives a .json output file.
software_version "NRZ-2020-129"
age "112"
sensordatavalues
0
value_type "SDS_P1"
value "6.95"
1
value_type "SDS_P2"
value "6.10"
2
value_type "BME280_temperature"
value "11.57"
3
value_type "BME280_pressure"
value "101238.88"
4
value_type "BME280_humidity"
value "96.29"
5
value_type "samples"
value "4342259"
6
value_type "min_micro"
value "33"
7
value_type "max_micro"
value "20522"
8
value_type "signal"
value "-85"
Values 0 - 4 are the most important. (for me)
Or by IP-device/values
Home » Huidige data
115 seconden sinds laatste meting.
Sensor Parameter Waarde
SDS011 PM2.5 6.4 µg/m³
SDS011 PM10 7.2 µg/m³
BMP/E280 Temperatuur 11.5 °C
BMP/E280 Luchtdruk 1012.35 hPa
BMP/E280 Rel. luchtvochtigheid 96.4 %
WiFi Signaalsterkte -86 dBm
WiFi Signaalkwaliteit 28 %
Ron.
Re: App ideas / feature requests
Posted: Sat Nov 14, 2020 11:50 pm
by Templar
Extend the Boilerstatus app to include a screen with OpenTherm Monitor Graphs.
http://otgw.tclcode.com/otmonitor.html
Re: App ideas / feature requests
Posted: Thu Nov 19, 2020 2:14 pm
by Prutzer
Is it possible to create in the STC menu a option for a sheduled reboot?
It would be nice to reboot toon once a week because toon gets very slow after a week uptime.
Re: App ideas / feature requests
Posted: Thu Nov 19, 2020 8:53 pm
by mAiden
Prutzer wrote:Is it possible to create in the STC menu a option for a sheduled reboot?
It would be nice to reboot toon once a week because toon gets very slow after a week uptime.
Login to ssh of you're Toon
opkg install
http://files.domoticaforum.eu/uploads/T ... r8_qb2.ipk
if you did that, then you ready for the next step
crontab -e
And add line below
20 4 * * 3 reboot >/dev/null 2>&1
This will be reboot you're Toon every wed on 4:20am
Re: App ideas / feature requests
Posted: Sat Nov 21, 2020 10:36 pm
by jblokzijl
Is there a way to display the output of
https://pvoutput.org/ on a hacked Toon?
OR.....A lot of solar panel owners use a SolarEdge inverter....wouldn't it be cool to have an app on the Toon to show your KWH? Would anyone be willing to look into it? SolarEdge has a full fledged API :
solaredge.com/sites/default/files/se_mo ... ng_api.pdf
Re: App ideas / feature requests
Posted: Sun Nov 22, 2020 9:32 am
by Toonz
you can fully integrate it with ZonOpToon using this solution:
viewtopic.php?f=95&t=12896&p=95404&hili ... dge#p95404
Re: App ideas / feature requests
Posted: Sun Nov 22, 2020 12:00 pm
by jblokzijl
I would net a step by step dummy guide to accomplish this

Re: App ideas / feature requests
Posted: Mon Jan 11, 2021 11:49 pm
by edwin999
An easier site to use is from luchtmeetnet
https://api-docs.luchtmeetnet.nl
Example:
https://api.luchtmeetnet.nl/open_api/co ... =51.924452
This can be used for current and predicted values of
Stikstofdioxide (NO2)
Fijn stof (PM10)
Ozon (O3)
Luchtkwaliteitsindex (LKI)
Re: App ideas / feature requests
Posted: Tue Jan 12, 2021 10:20 am
by Toonz
lijkt bruikbaar inderdaad