Toon app: Afvalwijzer

Forum about forum-provided applications on Toon

Moderators: marcelr, TheHogNL, Toonz

djgodlike
Starting Member
Starting Member
Posts: 3
Joined: Sun Oct 11, 2020 12:19 am

Re: Toon app: Afvalwijzer

Post by djgodlike »

Toonz wrote:This is the time of the year indeed when cities change their IT contracts with waste companies.
Usually a busy period for me :-).
With the new setup of the app I can just change individual wasteprovider scripts when needed without the need for an app releases each time.
And luckily for you prezero.nl was added recently as well :-).
Just hoping they use the same waste descriptions as in other cities, there is no standardisation of these descriptions across NL unfortunately.

Kind regardz,

Toonz,
Thanks for your reply! And it works indeed! Thanks, also from the wife :D
Krisrock
Starting Member
Starting Member
Posts: 26
Joined: Sat Feb 27, 2021 11:47 am

Re: Toon app: Afvalwijzer

Post by Krisrock »

Hallo,

Is het mogelijk om deze site toe te voegen aan de afval kalender?
https://www.eemsdelta.nl/mijn-afvalkalender

Postcode:9934

Gr Kris
Attachments
Afvalkalender.jpg
Afvalkalender.jpg (75.63 KiB) Viewed 8422 times
Toonz
Forum Moderator
Forum Moderator
Posts: 1873
Joined: Mon Dec 19, 2016 1:58 pm

Re: Toon app: Afvalwijzer

Post by Toonz »

Krisrock wrote:Hallo,

Is het mogelijk om deze site toe te voegen aan de afval kalender?
https://www.eemsdelta.nl/mijn-afvalkalender

Gr Kris
Zekers wel, net even toegevoegd. Je kan nu provider 45 kiezen in het instellingen scherm en je postcode/huisnummer invullen.
N.B. De Toon gui zal automatisch herstarten na het ophalen van de nieuwe plugin.

Gr. Toonz
member of the Toon Software Collective
Krisrock
Starting Member
Starting Member
Posts: 26
Joined: Sat Feb 27, 2021 11:47 am

Re: Toon app: Afvalwijzer

Post by Krisrock »

Toonz wrote:
Krisrock wrote:Hallo,

Is het mogelijk om deze site toe te voegen aan de afval kalender?
https://www.eemsdelta.nl/mijn-afvalkalender

Gr Kris
Zekers wel, net even toegevoegd. Je kan nu provider 45 kiezen in het instellingen scherm en je postcode/huisnummer invullen.
N.B. De Toon gui zal automatisch herstarten na het ophalen van de nieuwe plugin.

Gr. Toonz
Super bedankt Toonz!
gegevens al ingevuld nu wachten dat hij de gegevens heeft opgehaald
jnieuw
Starting Member
Starting Member
Posts: 43
Joined: Fri Oct 13, 2017 2:41 pm

Re: Toon app: Afvalwijzer

Post by jnieuw »

Hi @Toonz,

Just installed 5.2 and could you make it possible to disable the new feature:
version 5.2 is available in the ToonStore.
Changelog:
- the tile shows the next three collection dates in dim state if no waste is collected that day.
If waste is collected then only the waste icon is shown.
In the previous version the tile was empty in dim state if no waste is collected
I preferred the "old" way, now my Toon looks so full when in dim state.

Also I found a problem that not using any provider (previously 0) and only using your own data is not possible anymore.

Thanks!
Toonz
Forum Moderator
Forum Moderator
Posts: 1873
Joined: Mon Dec 19, 2016 1:58 pm

Re: Toon app: Afvalwijzer

Post by Toonz »

Hi jnieuw,

good catch for provider "0".
I just added provider "0" as new plugin and also modified the code in the app to handle that properly.
Just wait till the app version 5.3 is available in the ToonStore. Upgrade to 5.3 and select provider "0" in the app settings.
No need to upgrade the app for other users.

With regards to the tile in dim state: why don't you show the collection icons then in the thermostat panel (is a setting in 'instellingen' screen).
In that case you do not need the tile and can use the tile position for another app.

Kind regardz,

Toonz
member of the Toon Software Collective
jnieuw
Starting Member
Starting Member
Posts: 43
Joined: Fri Oct 13, 2017 2:41 pm

Re: Toon app: Afvalwijzer

Post by jnieuw »

Toonz wrote:Hi jnieuw,

good catch for provider "0".
I just added provider "0" as new plugin and also modified the code in the app to handle that properly.
Just wait till the app version 5.3 is available in the ToonStore. Upgrade to 5.3 and select provider "0" in the app settings.
No need to upgrade the app for other users.

With regards to the tile in dim state: why don't you show the collection icons then in the thermostat panel (is a setting in 'instellingen' screen).
In that case you do not need the tile and can use the tile position for another app.

Kind regardz,

Toonz
Hi Toonz,

Thank you for your reply. The icon in the thermostat panel was always a bit too small and I liked that it was possible to see the upcoming events when I touched the screen.
Toonz
Forum Moderator
Forum Moderator
Posts: 1873
Joined: Mon Dec 19, 2016 1:58 pm

Re: Toon app: Afvalwijzer

Post by Toonz »

you can make the following change for now in the file /qmf/qml/apps/wastecollection/WastecollectionTile.qml :

replace the 7 lines :

Code: Select all

       		visible: dimState ? (!app.wasteIconShow && !app.wasteIcon2Show) : true  // only show in non-dim if no icons are shown
with

Code: Select all

       	visible: !dimState
to go back to the original behaviour
member of the Toon Software Collective
4nuts
Starting Member
Starting Member
Posts: 20
Joined: Wed Dec 22, 2021 12:43 pm

Re: Toon app: Afvalwijzer

Post by 4nuts »

4nuts wrote:Great app ,I use it with waste collector : 1
This entry was missing in wastecollectionProvider.js.
case "papiercont": return 2;
Now it shows : Papier/Karton :)
After updating to 5.3 see the entry is missing , can you add it ?
Toonz
Forum Moderator
Forum Moderator
Posts: 1873
Joined: Mon Dec 19, 2016 1:58 pm

Re: Toon app: Afvalwijzer

Post by Toonz »

that's not in the app but in a separate plugin which I just updated online.
The new plugin will be automatically downloaded within a day or directly if you go to the settings screen of the app.

Kind regardz,

Toonz
member of the Toon Software Collective
4nuts
Starting Member
Starting Member
Posts: 20
Joined: Wed Dec 22, 2021 12:43 pm

Re: Toon app: Afvalwijzer

Post by 4nuts »

Toonz wrote:that's not in the app but in a separate plugin which I just updated online.
The new plugin will be automatically downloaded within a day or directly if you go to the settings screen of the app.

Kind regardz,

Toonz
Sorry you are right after updating to v5.5 everyting is showing as it should, even the " Pinetree" is showing.

Regards 4nuts.
4nuts
Starting Member
Starting Member
Posts: 20
Joined: Wed Dec 22, 2021 12:43 pm

Re: Toon app: Afvalwijzer

Post by 4nuts »

4nuts wrote:
Toonz wrote:that's not in the app but in a separate plugin which I just updated online.
The new plugin will be automatically downloaded within a day or directly if you go to the settings screen of the app.

Kind regardz,

Toonz
Sorry you are right after updating to v5.5 everyting is showing as it should, even the " Pinetree" is showing.

Regards 4nuts.
My Toon keeps rebooting after upgrade to 5.5 when I select waste provider 1.
Is it because today 12-01 we have pinetree and GFT on the same day ?
When set it to waste provider 0 it stops rebooting.
I will check tomorrow when I will set it back to wastecollector 1.

Can I check something why it is rebooting ?
Toonz
Forum Moderator
Forum Moderator
Posts: 1873
Joined: Mon Dec 19, 2016 1:58 pm

Re: Toon app: Afvalwijzer

Post by Toonz »

4nuts wrote:
4nuts wrote:
Toonz wrote:that's not in the app but in a separate plugin which I just updated online.
The new plugin will be automatically downloaded within a day or directly if you go to the settings screen of the app.

Kind regardz,

Toonz
Sorry you are right after updating to v5.5 everyting is showing as it should, even the " Pinetree" is showing.

Regards 4nuts.
My Toon keeps rebooting after upgrade to 5.5 when I select waste provider 1.
Is it because today 12-01 we have pinetree and GFT on the same day ?
When set it to waste provider 0 it stops rebooting.
I will check tomorrow when I will set it back to wastecollector 1.

Can I check something why it is rebooting ?
There have been a few updates recently for waste provider 1 regarding the new Kerstbomen category and one new waste description.
So, you should have had 2 reboots for provider 1 at maximum
member of the Toon Software Collective
4nuts
Starting Member
Starting Member
Posts: 20
Joined: Wed Dec 22, 2021 12:43 pm

Re: Toon app: Afvalwijzer

Post by 4nuts »


There have been a few updates recently for waste provider 1 regarding the new Kerstbomen category and one new waste description.
So, you should have had 2 reboots for provider 1 at maximum
It keeps rebooting and it looks like the waste list is not filled.
Toonz
Forum Moderator
Forum Moderator
Posts: 1873
Joined: Mon Dec 19, 2016 1:58 pm

Re: Toon app: Afvalwijzer

Post by Toonz »

4nuts wrote:It keeps rebooting and it looks like the waste list is not filled.
I guess something goes wrong with the download of the script.
Can you check the content of this file on your Toon: /qmf/qml/apps/wastecollection/wastecollectionProvider.js ?
It should have the same content as the script on github for provider 1: https://raw.githubusercontent.com/ToonS ... vider_1.js

Kind regardz,

Toonz
member of the Toon Software Collective
Post Reply

Return to “Toon Apps”