Page 1 of 1

Domoboard - Feature requests

Posted: Friday 20 January 2017 22:43
by wez3
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

Re: Domoboard - Feature requests

Posted: Saturday 04 February 2017 9:01
by Awst6000
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

Re: Domoboard - Feature requests

Posted: Sunday 05 February 2017 11:43
by Awst6000
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.

Re: Domoboard - Feature requests

Posted: Sunday 05 February 2017 17:14
by squandor
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

Re: Domoboard - Feature requests

Posted: Monday 06 February 2017 8:57
by GuyTreepbush
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.

Re: Domoboard - Feature requests

Posted: Monday 06 February 2017 13:49
by squandor
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.
hmm i will look into that, i maybe found an solution for this without stripping the secure api requests.

Re: Domoboard - Feature requests

Posted: Tuesday 07 February 2017 14:32
by squandor
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:

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

Re: Domoboard - Feature requests

Posted: Tuesday 07 February 2017 16:10
by squandor
Awst6000 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.
I tried this with the block plugin and you know what, it actually works instant :) you only need to add /embed/ to the youtube url like: https://www.youtube.com/embed/watch?v=lAsXqfzRiWQ
for example:

Code: Select all

  [[block]]
  src = https://www.youtube.com/embed/watch?v=lAsXqfzRiWQ

Re: Domoboard - Feature requests

Posted: Thursday 09 February 2017 11:06
by Awst6000
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.

Re: Domoboard - Feature requests

Posted: Monday 20 March 2017 15:59
by Awst6000
Is it possible to change the background color of the dashboard?
Or to have a picture as background?

Re: Domoboard - Feature requests - Thermostat button

Posted: Friday 06 October 2017 12:41
by FuTuReD
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!

Re: Domoboard - Feature requests

Posted: Tuesday 28 November 2017 16:41
by squandor
I think if you change the setpoint_slider to setpoint it should work and you will get en up and down option.