Toon app: Dashticz (no longer working)

Forum about forum-provided applications on Toon

Moderators: marcelr, TheHogNL, Toonz

TerrorSource
Administrator
Administrator
Posts: 494
Joined: Thu May 04, 2017 9:28 pm

Re: Toon app: Dashticz (for Toon); NEW: OV Info (NL)

Post by TerrorSource »

ArieKanarie wrote:Now that Dashticz is working Toon becomes unresponsive most of the times.
When I get to the dashticz screen it shows most of the times "loading switches"
The maker of Dashticz problably needs to update his app to comply with the latest firmware changes but he hasn't logged on onto this forum in a while.
I've also tried to contact him through different ways but never received a reply from him...
ArieKanarie
Starting Member
Starting Member
Posts: 34
Joined: Sat May 12, 2018 6:38 pm

Re: Toon app: Dashticz (for Toon); NEW: OV Info (NL)

Post by ArieKanarie »

That is too bad.
From what I remember from the domoticz forum it happened before that he had some kind of brake, I guess he has a live besides dashticz :lol:
I will check over there , and otherwise there is nothing left then being patient :)
Xavier
Member
Member
Posts: 174
Joined: Wed Jan 16, 2019 1:40 am

Re: Toon app: Dashticz (for Toon); NEW: OV Info (NL)

Post by Xavier »

Any News about an update yet?
Dashticz and OV both don't work.
It looks like no data is being fetched.
As Ariekanarie says "loading switches"
Toon2 with 6.0.2 firmware TSC 2.1.7
Apps: Sonos, Calender, garbagecalender, webcam, doorcam, Onkyo, Domoticzboard, Solar and weather app.
Xavier
Member
Member
Posts: 174
Joined: Wed Jan 16, 2019 1:40 am

Re: Toon app: Dashticz (for Toon); NEW: OV Info (NL)

Post by Xavier »

facing the same issue here,
No data is being loaded.
Toon2 with 6.0.2 firmware TSC 2.1.7
Apps: Sonos, Calender, garbagecalender, webcam, doorcam, Onkyo, Domoticzboard, Solar and weather app.
atlantica
Starting Member
Starting Member
Posts: 34
Joined: Fri Mar 02, 2018 10:46 am

Re: Toon app: Dashticz (for Toon); NEW: OV Info (NL)

Post by atlantica »

Hi Domoticz users....

This app should work on 4.22.7 I cant get it working on 5.0.4 for now:

Just edit DomoticzBoardApp.qml

//Server connection settings:
property string username: "" //see https://www.base64encode.net/
property string password: "=" //see https://www.base64encode.net/
property string hostName: "0.0.0.0"
property string portNum: "8080"
//Stop editing here!

//Position 1 settings switch1idx:
property string switch1idx: "88" //put IDX of switch/wall plug here
//Stop editing here!
property string switch1StatusIcon
property string switch1Name

//Position 2 settings switch1idx:
property string switch2idx: "76" //put IDX of switch/wall plug here
//Stop editing here!
property string switch2StatusIcon
property string switch2Name

//Position 3 settings switch1idx:
property string switch3idx: "87" //put IDX of switch/wall plug here
//Stop editing here!
property string switch3StatusIcon
property string switch3Name

//Position 4 settings switch1idx:
property string switch4idx: "91" //put IDX of switch/wall plug here
//Stop editing here!
property string switch4StatusIcon
property string switch4Name

//Position 5 settings switch1idx:
property string switch5idx: "90" //put IDX of switch/wall plug here
//Stop editing here!
property string switch5StatusIcon
property string switch5Name

//Position 6 settings switch1idx:
property string switch6idx: "89" //put IDX of switch/wall plug here
//Stop editing here!
property string switch6StatusIcon
property string switch6Name

//Position 7 settings switch1idx:
property string switch7idx: "62" //put IDX of switch/wall plug here
//Stop editing here!
property string switch7StatusIcon
property string switch7Name

//Position 8 settings switch1idx:
property string switch8idx: "98" //put IDX of switch/wall plug here
//Stop editing here!
property string switch8StatusIcon
property string switch8Name
Attachments
Domoticz.zip
(22.35 KiB) Downloaded 473 times
Regards

David
Xavier
Member
Member
Posts: 174
Joined: Wed Jan 16, 2019 1:40 am

Re: Toon app: Dashticz (for Toon); NEW: OV Info (NL)

Post by Xavier »

@David,
don 't know if I understand correctly...
Does the app work on 5.0.4 or not?
Because of the remark "for now"...you say "just edit".
Toon2 with 6.0.2 firmware TSC 2.1.7
Apps: Sonos, Calender, garbagecalender, webcam, doorcam, Onkyo, Domoticzboard, Solar and weather app.
mAiden
Member
Member
Posts: 330
Joined: Mon Jul 10, 2017 10:22 am

Re: Toon app: Dashticz (for Toon); NEW: OV Info (NL)

Post by mAiden »

Xavier wrote:@David,
don 't know if I understand correctly...
Does the app work on 5.0.4 or not?
Because of the remark "for now"...you say "just edit".
No, its not working yet on 5.0.4
Need some re-coding for that
Member of the Toon Software Collective
atlantica
Starting Member
Starting Member
Posts: 34
Joined: Fri Mar 02, 2018 10:46 am

Re: Toon app: Dashticz (for Toon); NEW: OV Info (NL)

Post by atlantica »

mAiden wrote:
Xavier wrote:@David,
don 't know if I understand correctly...
Does the app work on 5.0.4 or not?
Because of the remark "for now"...you say "just edit".
No, its not working yet on 5.0.4
Need some re-coding for that
that is correct! But for now I dont't have the knowledge to correct the script myself...
Regards

David
atlantica
Starting Member
Starting Member
Posts: 34
Joined: Fri Mar 02, 2018 10:46 am

Re: Toon app: Dashticz (for Toon); NEW: OV Info (NL)

Post by atlantica »

Hi Domoticz users,

This one is working with 5.0.4 :)

Just edit DomoticzBoardApp.qml

//Server connection settings:
property string username: "" //see https://www.base64encode.net/
property string password: "=" //see https://www.base64encode.net/
property string hostName: "0.0.0.0"
property string portNum: "8080"
//Stop editing here!

//Position 1 settings switch1idx:
property string switch1idx: "88" //put IDX of switch/wall plug here
//Stop editing here!
property string switch1StatusIcon
property string switch1Name

//Position 2 settings switch1idx:
property string switch2idx: "76" //put IDX of switch/wall plug here
//Stop editing here!
property string switch2StatusIcon
property string switch2Name

//Position 3 settings switch1idx:
property string switch3idx: "87" //put IDX of switch/wall plug here
//Stop editing here!
property string switch3StatusIcon
property string switch3Name

//Position 4 settings switch1idx:
property string switch4idx: "91" //put IDX of switch/wall plug here
//Stop editing here!
property string switch4StatusIcon
property string switch4Name

//Position 5 settings switch1idx:
property string switch5idx: "90" //put IDX of switch/wall plug here
//Stop editing here!
property string switch5StatusIcon
property string switch5Name

//Position 6 settings switch1idx:
property string switch6idx: "89" //put IDX of switch/wall plug here
//Stop editing here!
property string switch6StatusIcon
property string switch6Name

//Position 7 settings switch1idx:
property string switch7idx: "62" //put IDX of switch/wall plug here
//Stop editing here!
property string switch7StatusIcon
property string switch7Name

//Position 8 settings switch1idx:
property string switch8idx: "98" //put IDX of switch/wall plug here
//Stop editing here!
property string switch8StatusIcon
property string switch8Name
Attachments
DomoticzBoard.zip
(34.91 KiB) Downloaded 505 times
Regards

David
f_hertgers
Starting Member
Starting Member
Posts: 5
Joined: Sun Dec 30, 2018 7:45 pm

Re: Toon app: Dashticz (for Toon); NEW: OV Info (NL)

Post by f_hertgers »

Thx mate supurb work for this app en all the rest on this forum : ) !
After copy these files to /qmf/qml/apps/DomoticzBoard
Toon a Hard reboot .
There is no pressent of a new app.
The file " DomoticzBoardApp.qml"" is emty ?
What i do wrong ?
atlantica
Starting Member
Starting Member
Posts: 34
Joined: Fri Mar 02, 2018 10:46 am

Re: Toon app: Dashticz (for Toon); NEW: OV Info (NL)

Post by atlantica »

which toon version do you use 5.0.4 or 4.22.7?
Regards

David
f_hertgers
Starting Member
Starting Member
Posts: 5
Joined: Sun Dec 30, 2018 7:45 pm

Re: Toon app: Dashticz (for Toon); NEW: OV Info (NL)

Post by f_hertgers »

My Toon runs on 5.0.4 , updated yesterday with a suppurb sript from a member of this forum
mAiden
Member
Member
Posts: 330
Joined: Mon Jul 10, 2017 10:22 am

Re: Toon app: Dashticz (for Toon); NEW: OV Info (NL)

Post by mAiden »

@atlantica

If you agree, I would like to expand Domoticzboard further, as Dashticz is now. Have already changed some icons, so that it looks more beautiful and quieter, I am now working on adding dimmers and text sensors.
When that is finished I will ask Toonz to add Domoticzboard to ToonStore.
As a maker, your name is also underneath :)
Member of the Toon Software Collective
TerrorSource
Administrator
Administrator
Posts: 494
Joined: Thu May 04, 2017 9:28 pm

Re: Toon app: Dashticz (for Toon); NEW: OV Info (NL)

Post by TerrorSource »

mAiden wrote:@atlantica

If you agree, I would like to expand Domoticzboard further, as Dashticz is now. Have already changed some icons, so that it looks more beautiful and quieter, I am now working on adding dimmers and text sensors.
When that is finished I will ask Toonz to add Domoticzboard to ToonStore.
As a maker, your name is also underneath :)
DomoticzBoard is still originally created by me :) So please ask me first before you do anything :o

And there is a seperate topic for all DomoticzBoard related issues/questions. This is the topic for Dashticz and not for DomoticzBoard :)
atlantica
Starting Member
Starting Member
Posts: 34
Joined: Fri Mar 02, 2018 10:46 am

Re: Toon app: Dashticz (for Toon); NEW: OV Info (NL)

Post by atlantica »

If i'm right everyone can develop apps for toon?!. And of course learing from other users code is logic to me.... :(
Regards

David
Locked

Return to “Toon Apps”