Toon app: DomoticzBoard
Moderators: marcelr, TheHogNL, Toonz
Re: Toon app: DomoticzBoard
not sure if you have access to your Toon, but you can try the following:
Update all occurrences of 'http://' into 'https://' in the following two files:
/qmf/qml/apps/domoticzboard-1.1.13/DomoticzboardApp.qml
/qmf/qml/apps/domoticzboard-1.1.13/DomoticzboardScreen.qml
save the files and restart the gui (menu, instellingen, TSC, Restart Gui).
Kind regardz,
Toonz
Update all occurrences of 'http://' into 'https://' in the following two files:
/qmf/qml/apps/domoticzboard-1.1.13/DomoticzboardApp.qml
/qmf/qml/apps/domoticzboard-1.1.13/DomoticzboardScreen.qml
save the files and restart the gui (menu, instellingen, TSC, Restart Gui).
Kind regardz,
Toonz
member of the Toon Software Collective
Re: Toon app: DomoticzBoard
Hello Toonz,
I am a satisfied user of domoticzboard. unfortunately I also have the problem that after the last update 2023. Toon no longer works, or better said Domoticzboard.
Now I can log into the rooted toon using SSH. But can't change the files.. tried with vi. then I get into the file, but with which command do I save the file (perhaps a stupid question, but ctrl+O, etc does not work).
Thank you in advance!
I am a satisfied user of domoticzboard. unfortunately I also have the problem that after the last update 2023. Toon no longer works, or better said Domoticzboard.
Now I can log into the rooted toon using SSH. But can't change the files.. tried with vi. then I get into the file, but with which command do I save the file (perhaps a stupid question, but ctrl+O, etc does not work).
Thank you in advance!
Re: Toon app: DomoticzBoard
To save a file in Vim / vi, press Esc key, type :w and hit Enter key
member of the Toon Software Collective
Re: Toon app: DomoticzBoard
after domoticz update i get every minute a error in the domoticz log:
DomoticzBoard is now making a wrong api call to domoticz
Code: Select all
[WebServer] Deprecated RType (devices) for API request. Handled via fallback (getdevices), please use correct API Command! (192.168.IP_toon)
Rooted Toon 1, Domoticz running on a RPI3b+, RFXCOM XL, RFLINK.
Re: Toon app: DomoticzBoard
I am not running Domoticz anymore myself. Not sure if anyone is maintaining this app actually.
You can edit the api calls yourself in the qml files on Toon in /qml/qml/apps/domoticzboard/domoticzboardApp.qml and /qml/qml/apps/domoticzboard/domoticzboardScreen.qml.
Happy to publish the changes in the ToonStore when you're done.
You can edit the api calls yourself in the qml files on Toon in /qml/qml/apps/domoticzboard/domoticzboardApp.qml and /qml/qml/apps/domoticzboard/domoticzboardScreen.qml.
Happy to publish the changes in the ToonStore when you're done.
member of the Toon Software Collective
Re: Toon app: DomoticzBoard
I am not that good programmer to find that particular code and to change it.Toonz wrote: ↑Tue Sep 19, 2023 9:01 pm I am not running Domoticz anymore myself. Not sure if anyone is maintaining this app actually.
You can edit the api calls yourself in the qml files on Toon in /qml/qml/apps/domoticzboard/domoticzboardApp.qml and /qml/qml/apps/domoticzboard/domoticzboardScreen.qml.
Happy to publish the changes in the ToonStore when you're done.
would you be so kind to help me with that?
Rooted Toon 1, Domoticz running on a RPI3b+, RFXCOM XL, RFLINK.
Re: Toon app: DomoticzBoard
When I have time I can have a look, also need to setup a raspberry first and install domoticz again....
I cannot commit to any timeline yet.....
I cannot commit to any timeline yet.....
member of the Toon Software Collective
Re: Toon app: DomoticzBoard
Since the update to 2023.2 version of Domoticz this issue appears as an error in Domoticz log.
This is the error message:
The mentioned IP-address resolves to my 2 Toonsv2.
Enabeling the "API Protection - Allow Basic-Auth authentication over plain HTTP (API only)." option did not fix the issue.
Perhaps also check this topic:
https://www.domoticz.com/forum/viewtopic.php?t=40415
Not really a pain in the ass but would be nice if fixed
This is the error message:
Code: Select all
WebServer] Deprecated RType (devices) for API request. Handled via fallback (getdevices), please use correct API Command!
Enabeling the "API Protection - Allow Basic-Auth authentication over plain HTTP (API only)." option did not fix the issue.
Perhaps also check this topic:
https://www.domoticz.com/forum/viewtopic.php?t=40415
Not really a pain in the ass but would be nice if fixed

Toon2 with 6.0.2 firmware TSC 2.1.7
Apps: Sonos, Calender, garbagecalender, webcam, doorcam, Onkyo, Domoticzboard, Solar and weather app.
Apps: Sonos, Calender, garbagecalender, webcam, doorcam, Onkyo, Domoticzboard, Solar and weather app.
Re: Toon app: DomoticzBoard
I think the fix is rather easy:
In /qmf/qml/apps/domoticzboard-1.1.13/DomoticzboardApp.qml please change line 266 into:
This should get rid of the Deprecated messages in the Domoticz log
Let me know if this helps so I can release this in the ToonStore as well.
I have not tested it myself.
In /qmf/qml/apps/domoticzboard-1.1.13/DomoticzboardApp.qml please change line 266 into:
Code: Select all
xmlhttp.open("GET", "http://"+connectionPath+"/json.htm?type=command¶m=getdevices&filter=all&used=true&order=Name&username=" + Qt.btoa(username) + "&password=" + Qt.btoa(password), true);
Let me know if this helps so I can release this in the ToonStore as well.
I have not tested it myself.
member of the Toon Software Collective
Re: Toon app: DomoticzBoard
Sorry for the late reaction.
Hereby I can confirm that this fix works.
In Domoticz I don't have the "error" / message anymore.
Thanks Toonz!
Hereby I can confirm that this fix works.
In Domoticz I don't have the "error" / message anymore.
Thanks Toonz!
Toon2 with 6.0.2 firmware TSC 2.1.7
Apps: Sonos, Calender, garbagecalender, webcam, doorcam, Onkyo, Domoticzboard, Solar and weather app.
Apps: Sonos, Calender, garbagecalender, webcam, doorcam, Onkyo, Domoticzboard, Solar and weather app.
Re: Toon app: DomoticzBoard
thanks for letting me know, I will update the app in the ToonStore as well
member of the Toon Software Collective
Re: Toon app: DomoticzBoard
Hi all,
I need some help, since a time (don't know exactly when) none of my blinds are being displayed in the app.
So in Domoticz (v2023.2) I have marked all blinds as "Favorite", in Domoticz Dashbord I can see them.
In the app on Toon I can see all other devices (which are marked as Favorite) except the blinds.
I undid favorite in Domoticz: no result
Any toughts about this?
I need some help, since a time (don't know exactly when) none of my blinds are being displayed in the app.
So in Domoticz (v2023.2) I have marked all blinds as "Favorite", in Domoticz Dashbord I can see them.
In the app on Toon I can see all other devices (which are marked as Favorite) except the blinds.
I undid favorite in Domoticz: no result
Any toughts about this?
Toon2 with 6.0.2 firmware TSC 2.1.7
Apps: Sonos, Calender, garbagecalender, webcam, doorcam, Onkyo, Domoticzboard, Solar and weather app.
Apps: Sonos, Calender, garbagecalender, webcam, doorcam, Onkyo, Domoticzboard, Solar and weather app.
Re: Toon app: DomoticzBoard
what is the "SwitchType" of your blinds in domoticz?
member of the Toon Software Collective
Re: Toon app: DomoticzBoard
it's set to type: "Light/switch, Switch, Blinds + Stop":
Toon2 with 6.0.2 firmware TSC 2.1.7
Apps: Sonos, Calender, garbagecalender, webcam, doorcam, Onkyo, Domoticzboard, Solar and weather app.
Apps: Sonos, Calender, garbagecalender, webcam, doorcam, Onkyo, Domoticzboard, Solar and weather app.
Re: Toon app: DomoticzBoard
can you share the details of this switch as you get it via the api: <domoticz_IPaddress>/json.htm?type=command¶m=getdevices ?
member of the Toon Software Collective