Domoboard - General Discussions

Domoboard is a dashboard for Domoticz based on Python Flask.

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.
benotje
Posts: 30
Joined: Saturday 27 December 2014 15:50
Target OS: Raspberry Pi / ODroid
Domoticz version: V4.20078
Location: Menterwolde,The Netherlands
Contact:

Re: Domoboard a New Dashboard using Domoticz as backend

Post by benotje »

benotje wrote:
squandor wrote:
benotje wrote:Hay I have a question, does anyone know how a camera
rtsp://username:password@IPADDRESS:554/h264Preview_01_main
can add up to so that I can see live
good question i don't have an camera with an rtsp protocol stream so i couldn't test it. On the web people say that it could be added using an iframe. but without to test it i can't implement it

rtsp should with VCL or Quicktime plugin

I read that but I do not know how to do that
I found this

Code: Select all

<!DOCTYPE html> 
<html> 

<body> 

<head> 
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> 
</head> 

<object
 classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921"  
 codebase="http://download.videolan.org/pub/videolan/vlc/last/win32/axvlc.cab" 
 id="vlc" 
 name="vlc" 
 class="vlcPlayer" 
 events="True"> 
  <param name="Src" value="rtsp://user:[email protected]//h264Preview_01_main" /> <!-- ie --> 
  <param name="ShowDisplay" value="True" /> 
  <param name="AutoLoop" value="True" /> 
  <param name="AutoPlay" value="True" /> 
  <!-- win chrome and firefox--> 
  <embed id="vlcEmb"  type="application/x-google-vlc-plugin" version="VideoLAN.VLCPlugin.2" autoplay="yes" loop="no" width="640" height="480" target="rtsp://user:[email protected]//h264Preview_01_main" ></embed> 
</object> 

</body> 
</html> 
it works how to use in domoboard
Who wants to help me
Last edited by benotje on Thursday 19 January 2017 13:12, edited 2 times in total.
raspberry pi
nas synology
homey
Awst6000
Posts: 108
Joined: Thursday 12 February 2015 7:51
Target OS: Linux
Domoticz version:
Contact:

Re: Domoboard a New Dashboard using Domoticz as backend

Post by Awst6000 »

If I can help anywhere with RTSP?
(I have a D-Link DCS-942L cam that supports RTSP)
wez3
Posts: 49
Joined: Friday 30 December 2016 12:54
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Domoboard a New Dashboard using Domoticz as backend

Post by wez3 »

Hi,

A subforum is created by the Domoticz forum administrators (thanks!) for Domoboard. This allows us to use more then one topic, which makes it easier to discuss things. The subforum can be found:
http://www.domoticz.com/forum/viewforum.php?f=66

I already created some topics which can be used for issues/feature requests and plugins requests.

wez3
squandor
Posts: 213
Joined: Saturday 19 December 2015 22:34
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.5837
Contact:

Re: Domoboard - General Discussions

Post by squandor »

Work in progress :lol:
Attachments
work.png
work.png (266.92 KiB) Viewed 2226 times
Awst6000
Posts: 108
Joined: Thursday 12 February 2015 7:51
Target OS: Linux
Domoticz version:
Contact:

Re: Domoboard - General Discussions

Post by Awst6000 »

squandor wrote:Work in progress :lol:
I hope the progress is going well ;)
squandor
Posts: 213
Joined: Saturday 19 December 2015 22:34
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.5837
Contact:

Re: Domoboard - General Discussions

Post by squandor »

We worked yesterday evening until 5 in the morning haha
User avatar
felix63
Posts: 244
Joined: Monday 07 December 2015 9:30
Target OS: Raspberry Pi / ODroid
Domoticz version: 2020.1
Location: Gouda
Contact:

Re: Domoboard - General Discussions

Post by felix63 »

:D don't worry. we'll do some serious testing!
squandor
Posts: 213
Joined: Saturday 19 December 2015 22:34
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.5837
Contact:

Re: Domoboard - General Discussions

Post by squandor »

Guess on which feature i am working at :D ;)
Attachments
guess.png
guess.png (12.3 KiB) Viewed 2136 times
Awst6000
Posts: 108
Joined: Thursday 12 February 2015 7:51
Target OS: Linux
Domoticz version:
Contact:

Re: Domoboard - General Discussions

Post by Awst6000 »

squandor wrote:Guess on which feature i am working at :D ;)
Obvious: Level 1 ;)
Koensk
Posts: 33
Joined: Friday 25 September 2015 9:23
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: Domoboard - General Discussions

Post by Koensk »

Hi all,
Would it be possible to install domoboard on my NAS and use the data from domoticz which is installed on a raspberrypi?

Verstuurd vanaf mijn XT1562 met Tapatalk
wez3
Posts: 49
Joined: Friday 30 December 2016 12:54
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Domoboard - General Discussions

Post by wez3 »

Koensk wrote:Hi all,
Would it be possible to install domoboard on my NAS and use the data from domoticz which is installed on a raspberrypi?

Verstuurd vanaf mijn XT1562 met Tapatalk
Yes this is possible. Someone (read previous messages in this thread) is running Domoboard on a synology nas. You just have to specify the IP-address/port/username and password for your domoticz raspberry pi in a config.
Awst6000
Posts: 108
Joined: Thursday 12 February 2015 7:51
Target OS: Linux
Domoticz version:
Contact:

Re: Domoboard - General Discussions

Post by Awst6000 »

Hi,
I see 'fresh' commits in the master branche. Are these the latest for this weekend?
In other words: Can I start testing with the master branche?
Txs!
squandor
Posts: 213
Joined: Saturday 19 December 2015 22:34
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.5837
Contact:

Re: Domoboard - General Discussions

Post by squandor »

Awst6000 wrote:Hi,
I see 'fresh' commits in the master branche. Are these the latest for this weekend?
In other words: Can I start testing with the master branche?
Txs!
Haha yep these are the new results of this weekend. i will post some images later today with the new features.
The new features in the master are:
- The selector switch has been added.
- The setpoint-slider has been added.
- RTSP camera support, if you have an rtsp:// url in the camera section it will use the vlc plugin in the browser
- The plugin-manager has been updated.
- Now there can be plugins which only has templates in it.

Issues which are fixed:
- The top-tiles cropped issue has been fixed.
- HumbarTemp value was going outside the frame, this has been fixed to.
- The readme of plugins has been fixed.
- The code has been splitted up so that the api is more easy to use/extend for us

I hope that everything works on you're configs and i hope you guys like it :)
Awst6000
Posts: 108
Joined: Thursday 12 February 2015 7:51
Target OS: Linux
Domoticz version:
Contact:

Re: Domoboard - General Discussions

Post by Awst6000 »

@Squandor:
Thanks in advance for the updates.
After cooking dinner I'll have a quick rest and after that I'll start testing.
squandor
Posts: 213
Joined: Saturday 19 December 2015 22:34
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.5837
Contact:

Re: Domoboard - General Discussions

Post by squandor »

Awst6000 wrote:@Squandor:
Thanks in advance for the updates.
After cooking dinner I'll have a quick rest and after that I'll start testing.
Great looking forward for you're test results :D !
Snowtiger
Posts: 120
Joined: Tuesday 18 October 2016 13:15
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.10915
Contact:

Re: Domoboard - General Discussions

Post by Snowtiger »

squandor wrote:Haha yep these are the new results of this weekend. i will post some images later today with the new features
Looking good after 'git pull'. Wunderground condition works, forecast not appearing - will post error messages in the correct thread later.
Awst6000
Posts: 108
Joined: Thursday 12 February 2015 7:51
Target OS: Linux
Domoticz version:
Contact:

Re: Domoboard - General Discussions

Post by Awst6000 »

Hi Squandor,
After testing I will make another announcement at the Dutch Domoticz board too because I really/truly believe in a shell above Domoticz.
There's more to it than only Kaku switches, so to say, at home. Extra information presented like Toon is very welcome here.
Txs in advance.
Last edited by Awst6000 on Sunday 22 January 2017 21:54, edited 1 time in total.
squandor
Posts: 213
Joined: Saturday 19 December 2015 22:34
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.5837
Contact:

Re: Domoboard - General Discussions

Post by squandor »

That's a good idea for an plugin but I don't have an toon so I actually don't know what kind of information is in domoticz about it.
Awst6000
Posts: 108
Joined: Thursday 12 February 2015 7:51
Target OS: Linux
Domoticz version:
Contact:

Re: Domoboard - General Discussions

Post by Awst6000 »

Hi,
I only get Internal Server errors (500) even with an almost empty configfile:

* Running on http://localhost:80/ (Press CTRL+C to quit)
127.0.0.1 - - [22/Jan/2017 21:58:14] "GET / HTTP/1.1" 302 -
[2017-01-22 21:58:14,157] ERROR in app: Exception on /dashboard [GET]
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\flask\app.py", line 1982, in wsgi_app
response = self.full_dispatch_request()
File "C:\Python27\lib\site-packages\flask\app.py", line 1614, in full_dispatch_request
rv = self.handle_user_exception(e)
File "C:\Python27\lib\site-packages\flask\app.py", line 1517, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "C:\Python27\lib\site-packages\flask\app.py", line 1612, in full_dispatch_request
rv = self.dispatch_request()
File "C:\Python27\lib\site-packages\flask\app.py", line 1598, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "C:\Python27\lib\site-packages\flaskext\auth\auth.py", line 186, in decorator
return func(*args, **kwargs)
File "server.py", line 52, in generatePage
branch = webconfig.getCurrentBranch(),
File "C:\domoboard-master\domoboard-master\modules\webconfig.py", line 26, in getCurrentBranch
repo = git.Repo('.')
File "C:\Python27\lib\site-packages\git\repo\base.py", line 156, in __init__
raise InvalidGitRepositoryError(epath)
InvalidGitRepositoryError: C:\domoboard-master\domoboard-master
127.0.0.1 - - [22/Jan/2017 21:58:14] "GET /dashboard HTTP/1.1" 500 -

What went wrong?
Snowtiger
Posts: 120
Joined: Tuesday 18 October 2016 13:15
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.10915
Contact:

Domoboard - General Discussions

Post by Snowtiger »

I had the same problem yesterday when I used a download zip from Git - just delete your Domoboard directory, after saving your configuration, and perform a new 'git clone'
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests