Domoboard - Feature requests
Moderators: leecollings, wez3
Forum rules
Before posting here, make sure you are using the latest Beta or Stable version.
In order to fix issues or add features these have to be reported on the Domoboard Github pages.
This makes it possible to keep track of issues/features on a centralized place.
Refer to the issue of the github tracker when possible.
This subforum is meant to discuss issues and/or feature requests, or anything else related to Domoboard.
Before posting here, make sure you are using the latest Beta or Stable version.
In order to fix issues or add features these have to be reported on the Domoboard Github pages.
This makes it possible to keep track of issues/features on a centralized place.
Refer to the issue of the github tracker when possible.
This subforum is meant to discuss issues and/or feature requests, or anything else related to Domoboard.
-
- Posts: 49
- Joined: Friday 30 December 2016 12:54
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Domoboard - Feature requests
Hi,
This topic is used to discuss feature requests.In order to fix issues or add features these have to be reported on one of the the Domoboard Github pages:
https://github.com/wez3/domoboard
https://github.com/wez3/domoboard-plugins
This makes it possible to keep track of issues/features on a centralized place.
wez3
This topic is used to discuss feature requests.In order to fix issues or add features these have to be reported on one of the the Domoboard Github pages:
https://github.com/wez3/domoboard
https://github.com/wez3/domoboard-plugins
This makes it possible to keep track of issues/features on a centralized place.
wez3
-
- Posts: 108
- Joined: Thursday 12 February 2015 7:51
- Target OS: Linux
- Domoticz version:
- Contact:
Re: Domoboard - Feature requests
Hi,
Is it possible to get local raindata from buienradar and put the information in a bar graphic?
In this way we can see for the next half an hour if it is going to rain. (Subdivided by 5 minutes)
Here is a topic about a Python script.
http://www.domoticz.com/forum/viewtopic.php?t=13938
Is it possible to get local raindata from buienradar and put the information in a bar graphic?
In this way we can see for the next half an hour if it is going to rain. (Subdivided by 5 minutes)
Here is a topic about a Python script.
http://www.domoticz.com/forum/viewtopic.php?t=13938
-
- Posts: 108
- Joined: Thursday 12 February 2015 7:51
- Target OS: Linux
- Domoticz version:
- Contact:
Re: Domoboard - Feature requests
Hi,
Maybe create a default template with an embedded YouTube video to show the possibilities of Domoboard.
The video-URL itself preferrably defined in the *.conf file.
Something like viewtopic.php?f=66&t=15128&p=114888&hil ... be#p114888.
Txs.
Maybe create a default template with an embedded YouTube video to show the possibilities of Domoboard.
The video-URL itself preferrably defined in the *.conf file.
Something like viewtopic.php?f=66&t=15128&p=114888&hil ... be#p114888.
Txs.
-
- Posts: 213
- Joined: Saturday 19 December 2015 22:34
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.5837
- Contact:
Re: Domoboard - Feature requests
Jep we already did but for iframes. With the block plugin you can give an src URL and the plugin shows this as an template in domoboard
!
But for YouTube it could be the same if we copy the block plugin and change the template to import an YouTube src

But for YouTube it could be the same if we copy the block plugin and change the template to import an YouTube src
-
- Posts: 19
- Joined: Thursday 12 January 2017 13:26
- Target OS: NAS (Synology & others)
- Domoticz version:
- Contact:
Re: Domoboard - Feature requests
Would like to skip the login screen. Only users on my netwerk can access the page.
Alternatively do not require login each time on an iPad.
Alternatively do not require login each time on an iPad.
-
- Posts: 213
- Joined: Saturday 19 December 2015 22:34
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.5837
- Contact:
Re: Domoboard - Feature requests
hmm i will look into that, i maybe found an solution for this without stripping the secure api requests.GuyTreepbush wrote:Would like to skip the login screen. Only users on my netwerk can access the page.
Alternatively do not require login each time on an iPad.
-
- Posts: 213
- Joined: Saturday 19 December 2015 22:34
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.5837
- Contact:
Re: Domoboard - Feature requests
Just created an feature to add autologon functionality to domoboard.
If you get the latest develop update you can add autologon to the domoboard section in general settings and add True or False like this:
If you get the latest develop update you can add autologon to the domoboard section in general settings and add True or False like this:
Code: Select all
[[domoboard]]
time = False # True/False: show time in top bar
date = False # True/False: show date in top bar
autologon = False # True/False: enable autologon
-
- Posts: 213
- Joined: Saturday 19 December 2015 22:34
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.5837
- Contact:
Re: Domoboard - Feature requests
I tried this with the block plugin and you know what, it actually works instantAwst6000 wrote:Hi,
Maybe create a default template with an embedded YouTube video to show the possibilities of Domoboard.
The video-URL itself preferrably defined in the *.conf file.
Something like viewtopic.php?f=66&t=15128&p=114888&hil ... be#p114888.
Txs.

for example:
Code: Select all
[[block]]
src = https://www.youtube.com/embed/watch?v=lAsXqfzRiWQ
-
- Posts: 108
- Joined: Thursday 12 February 2015 7:51
- Target OS: Linux
- Domoticz version:
- Contact:
Re: Domoboard - Feature requests
Great!
I think it is wise to add this to the default example.conf.
This weekend I'll try to get a default YouTube-playlist in Domoboard.
I think it is wise to add this to the default example.conf.
This weekend I'll try to get a default YouTube-playlist in Domoboard.
-
- Posts: 108
- Joined: Thursday 12 February 2015 7:51
- Target OS: Linux
- Domoticz version:
- Contact:
Re: Domoboard - Feature requests
Is it possible to change the background color of the dashboard?
Or to have a picture as background?
Or to have a picture as background?
-
- Posts: 12
- Joined: Monday 19 September 2016 12:26
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Domoboard - Feature requests - Thermostat button
Now the thermostat is a slider in Domoboard. I want to have a + and - button. Is that possible?
Because a slider is not accurate enough to operate with touch.
I don't know how can I make this. Can someone help me?
thanks!
Because a slider is not accurate enough to operate with touch.
I don't know how can I make this. Can someone help me?
thanks!
-
- Posts: 213
- Joined: Saturday 19 December 2015 22:34
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.5837
- Contact:
Re: Domoboard - Feature requests
I think if you change the setpoint_slider to setpoint it should work and you will get en up and down option.
Who is online
Users browsing this forum: No registered users and 0 guests