App ideas / feature requests
Moderators: marcelr, TheHogNL, Toonz
App ideas / feature requests
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.
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
No there is no list. That would be a great idea alreadySemsemsem 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.

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.
Member of the Toon Software Collective
-
- Advanced Member
- Posts: 681
- Joined: Sat Feb 09, 2019 7:18 pm
Re: App ideas / feature requests
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 ... animationsTheHogNL wrote:No there is no list. That would be a great idea alreadySemsemsem 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.
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.
-
- Administrator
- Posts: 494
- Joined: Thu May 04, 2017 9:28 pm
Re: App ideas / feature requests
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
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
-
- Advanced Member
- Posts: 681
- Joined: Sat Feb 09, 2019 7:18 pm
Re: App ideas / feature requests
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
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
- 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
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.
Or by IP-device/values
I do have such a PM2.5 etc. device which gives a .json output file.
Values 0 - 4 are the most important. (for me)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"
Or by IP-device/values
Ron.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 %
Re: App ideas / feature requests
Extend the Boilerstatus app to include a screen with OpenTherm Monitor Graphs.
http://otgw.tclcode.com/otmonitor.html
http://otgw.tclcode.com/otmonitor.html
Re: App ideas / feature requests
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.
It would be nice to reboot toon once a week because toon gets very slow after a week uptime.
Re: App ideas / feature requests
Login to ssh of you're ToonPrutzer 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.
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
Member of the Toon Software Collective
Re: App ideas / feature requests
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
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
you can fully integrate it with ZonOpToon using this solution:
viewtopic.php?f=95&t=12896&p=95404&hili ... dge#p95404
viewtopic.php?f=95&t=12896&p=95404&hili ... dge#p95404
member of the Toon Software Collective
Re: App ideas / feature requests
I would net a step by step dummy guide to accomplish thisToonz wrote: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
An easier site to use is from luchtmeetnet https://api-docs.luchtmeetnet.nledwin999 wrote: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
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)