Toon app: DomoticzBoard
Moderators: marcelr, TheHogNL, Toonz
-
- Administrator
- Posts: 494
- Joined: Thu May 04, 2017 9:28 pm
Toon app: DomoticzBoard
Hi,
This is a somewhat improved version of DomoticzLights.
Switches:
5 Switches, programmable via IDX value
Name, Status automatically retrieved from Domoticz
Scenes:
3 Scenes, always takes the first 3 scenes. (so make sure that the scenes you want to use are the ones with the lowest IDX's ! )
Name - IDX - Status > Retreived from Domoticz JSON
Icons will adjust to the current status of the Status for Switch and Scenes.
This is a somewhat improved version of DomoticzLights.
Switches:
5 Switches, programmable via IDX value
Name, Status automatically retrieved from Domoticz
Scenes:
3 Scenes, always takes the first 3 scenes. (so make sure that the scenes you want to use are the ones with the lowest IDX's ! )
Name - IDX - Status > Retreived from Domoticz JSON
Icons will adjust to the current status of the Status for Switch and Scenes.
Re: Toon app: DomoticzBoard
Is this like a page from the menu?
-
- Administrator
- Posts: 494
- Joined: Thu May 04, 2017 9:28 pm
Re: Toon app: DomoticzBoard
It's an App which can be launched from the top-bar, where "buienradar" is located too.cygnusx wrote:Is this like a page from the menu?
Re: Toon app: DomoticzBoard
Nice improvements!
The status icon of switch 4, 5 and 6 and of the scenes do not update accordingly.
Only switches 1 and 2 do.
Is this also the case in your Toon?
The status icon of switch 4, 5 and 6 and of the scenes do not update accordingly.
Only switches 1 and 2 do.
Is this also the case in your Toon?
-
- Administrator
- Posts: 494
- Joined: Thu May 04, 2017 9:28 pm
Re: Toon app: DomoticzBoard
Well, it should work, will take a look at it asap.klaphekje wrote:Nice improvements!
The status icon of switch 4, 5 and 6 and of the scenes do not update accordingly.
Only switches 1 and 2 do.
Is this also the case in your Toon?
How much Scenes/Groups do you use? DomoticzBoards preferes Groups(as ON/OFF switch, Scenes can only be triggerd ON). Think that 2 will suffice, 3 is overkill for normale users i guess.
Re: Toon app: DomoticzBoard
I have one scene and one group.
Ps.
It works really well, also without the on/off feedback offcourse
Ps.
It works really well, also without the on/off feedback offcourse
-
- Administrator
- Posts: 494
- Joined: Thu May 04, 2017 9:28 pm
Re: Toon app: DomoticzBoard
So only 2 buttons at the right column will do?klaphekje wrote:I have one scene and one group.
Ps.
It works really well, also without the on/off feedback offcourse
What's the issue with the switches in the left column not updating? The script for each button should be the same.
Still need to tweak around. Names of Groups are %NAME%-%IDX%-%STATUS% now, you dont need the %IDX%-%STATUS% part, is just for testing purposes.
-
- Starting Member
- Posts: 36
- Joined: Tue Jul 11, 2017 10:39 am
Re: Toon app: DomoticzBoard
This is about what I had in mind when I bought my Toon at Marktplaats. Rooting went fine due to the perfect tutorial.
But I'm having troubles installing your App. After restarting the GUI Toon goes blank
What name should I add to the Globals.qml file?
Is this normally the module name mentioned in the qmldir file? "DomoticzBoard" ?
But I'm having troubles installing your App. After restarting the GUI Toon goes blank
What name should I add to the Globals.qml file?
Is this normally the module name mentioned in the qmldir file? "DomoticzBoard" ?
-
- Administrator
- Posts: 494
- Joined: Thu May 04, 2017 9:28 pm
Re: Toon app: DomoticzBoard
You should add a line between the existing ones into the Globals.qml:Blacky's Boss wrote:This is about what I had in mind when I bought my Toon at Marktplaats. Rooting went fine due to the perfect tutorial.
But I'm having troubles installing your App. After restarting the GUI Toon goes blank
What name should I add to the Globals.qml file?
Is this normally the module name mentioned in the qmldir file? "DomoticzBoard" ?
"DomoticzBoard",
Dont forget the , or the ] at the end of the tag.
Re: Toon app: DomoticzBoard
I did edit some pieces of your program but i'm still unable to get the status indicator working for "Keuken" en "Eettafel". The other switches work just fine.TerrorSource wrote:So only 2 buttons at the right column will do?klaphekje wrote:I have one scene and one group.
Ps.
It works really well, also without the on/off feedback offcourse
What's the issue with the switches in the left column not updating? The script for each button should be the same.
Still need to tweak around. Names of Groups are %NAME%-%IDX%-%STATUS% now, you dont need the %IDX%-%STATUS% part, is just for testing purposes.
The code is identical to the other switches and scenes.
See the images below.
-
- Administrator
- Posts: 494
- Joined: Thu May 04, 2017 9:28 pm
Re: Toon app: DomoticzBoard
Ah, i see the issue here. This version of DomoticzBoard only allows ON/OFF switching, while "dimming" is between OFF(value=0) and ON(value=100).klaphekje wrote:I did edit some pieces of your program but i'm still unable to get the status indicator working for "Keuken" en "Eettafel". The other switches work just fine.TerrorSource wrote:So only 2 buttons at the right column will do?klaphekje wrote:I have one scene and one group.
Ps.
It works really well, also without the on/off feedback offcourse
What's the issue with the switches in the left column not updating? The script for each button should be the same.
Still need to tweak around. Names of Groups are %NAME%-%IDX%-%STATUS% now, you dont need the %IDX%-%STATUS% part, is just for testing purposes.
The code is identical to the other switches and scenes.
See the images below.
Re: Toon app: DomoticzBoard
Ah, so in my case it only shows the status if its 100% on?
Why did'nt i ask earlier... hours wasted on finding the typo in in the lines
Anyway, thanks for the help. Is it hard to adjust the app to show the status and percentage?
Why did'nt i ask earlier... hours wasted on finding the typo in in the lines
Anyway, thanks for the help. Is it hard to adjust the app to show the status and percentage?
-
- Administrator
- Posts: 494
- Joined: Thu May 04, 2017 9:28 pm
Re: Toon app: DomoticzBoard
This version of DomoticzBoard was only for testing purposes.klaphekje wrote:Ah, so in my case it only shows the status if its 100% on?
Why did'nt i ask earlier... hours wasted on finding the typo in in the lines
Anyway, thanks for the help. Is it hard to adjust the app to show the status and percentage?
Still need to find the knowledge and know-how to build it the way i want it to have
Can you PM me the things you've changed in the code so i can slightly improve this version?
Re: Toon app: DomoticzBoard
I have mailed the zip file to you.
What kind of functionality do you like to add to DB? I probably don't have the required knowledge or skills available but i wouldn't be surprised if we want similar things.
Maybe i can help in some way.
What kind of functionality do you like to add to DB? I probably don't have the required knowledge or skills available but i wouldn't be surprised if we want similar things.
Maybe i can help in some way.
-
- Starting Member
- Posts: 36
- Joined: Tue Jul 11, 2017 10:39 am
Re: Toon app: DomoticzBoard
Yeah, me too. I have some programming skills, but this language is new to me. But if I get DomoticzBoard working in the first place, then I would be happy to take a look at making it even better!klaphekje wrote:Maybe i can help in some way.
@klaphekje: Can I get your changes too?