Page 1 of 3

Domoboard - Configuration issues

Posted: Friday 20 January 2017 22:55
by wez3
Hi,

This topic is used to discuss issues during configuration of Domoboard.

wez3

Re: Domoboard - Configuration issues

Posted: Thursday 26 January 2017 21:07
by RFAH
Hello,

I want to add the venetians blinds to domoboard.
Their type in domoticz = RFY, sybtype = RFY. (They are controlled by RFXCOME)
I have tried the selector switch as i understand that the selector switch can show several buttons for up, stop and down.
However, no buttons are shown.

Are venetians blinds supported if their type is RFY?
Or did i choise the wrong switch?

Part of the config.

Code: Select all

    [[[Raambedekking]]]
      Duette = 81, selector
      Screen = 107, selector
Thanks in advance

Re: Domoboard - Configuration issues

Posted: Monday 06 February 2017 12:44
by Awst6000
Hi,
Here a similar situation. This did work in the past:

[dashboard]
[[display_components]]
components = top_tiles[1], top_tiles[2], top_tiles[3], domoticz_smart_charts[1], domoticz_smart_charts[2]
[[top_tiles]]
[[[1]]]
(Items that are not relevant for this question)
[[[2]]]
Rolluik woonkamerraam = 126, blinds (But now I only get a dash as status)
Rolluik slaapkamerraam = 135, blinds (But now I only get a dash as status)
Scherm boven balkondeur = 151, blinds (This one does work)

Re: Domoboard - Configuration issues

Posted: Monday 06 February 2017 18:12
by RFAH
Hi Awst6000,

In the top-tiles, the status of my blinds are still shown.
I'm using the latest version of the master-build, not the developers build. (Domoboard "says" hurray! There is no update available for Domoboard).
Also i'm not using the word blinds behind the xid.
Maybe that's the difference.

My problem is that i cannot control the blinds using Domoboard, only show the status.

Re: Domoboard - Configuration issues

Posted: Monday 06 February 2017 18:17
by squandor
RFAH wrote:Hi Awst6000,

In the top-tiles, the status of my blinds are still shown.
I'm using the latest version of the master-build, not the developers build. (Domoboard "says" hurray! There is no update available for Domoboard).
Also i'm not using the word blinds behind the xid.
Maybe that's the difference.

My problem is that i cannot control the blinds using Domoboard, only show the status.
That sounds actually logical because the switche types blinds and RFY are not yet implemented/developed

Re: Domoboard - Configuration issues

Posted: Thursday 09 February 2017 21:50
by Awst6000
@Squandor:
But why do I see for 2 Somfy blinds only a score (-) and not the actual status?
This did work before.

I have another question:
Can the fontsize of the status of the top_tiles be adjusted?
Txs!

Re: Domoboard - Configuration issues

Posted: Sunday 12 February 2017 14:32
by Awst6000
I wanted to install Domoboard on a testmachine.
So first I installed the Github software.
After that I cloned Domoboard, but the Plugin page is empty.
What went wrong?

Re: Domoboard - Configuration issues

Posted: Wednesday 22 February 2017 14:47
by htilburgs
Domoboard is running OK, but after installing Afvalkalender, Domoboard won't start.
When I remove the files afvalkalender.py & afvalkalender.pyc, Domoboard starts again.
I've tried several things, but nothing works.

Tips??

Re: Domoboard - Configuration issues

Posted: Wednesday 22 February 2017 15:13
by squandor
htilburgs wrote:Domoboard is running OK, but after installing Afvalkalender, Domoboard won't start.
When I remove the files afvalkalender.py & afvalkalender.pyc, Domoboard starts again.
I've tried several things, but nothing works.

Tips??
Do you get an error in you're command prompt or console.log? and do you have the right settings in you're config.

If you enable afvalkalendar you must add something like this to you're config:

Code: Select all

[[afvalwijzer]]
   zipcode = <zipcode>, <housenr>
   

Re: Domoboard - Configuration issues

Posted: Friday 24 February 2017 17:28
by htilburgs
Sorry for the late reaction. I didn't get an e-mail that there was an update. I hope I changed it now ;-)
I've deleted the afvalwijzer. Now I've installed the afvalwijzer again through Domoboard and it won't start, error:

Error occured during loading imports for the plugin afvalwijzer: No module named BeautifulSoup. Install it with 'easy_install BeautifulSoup' or 'pip install BeautifulSoup'

Re: Domoboard - Configuration issues

Posted: Friday 24 February 2017 17:30
by squandor
htilburgs wrote:Sorry for the late reaction. I didn't get an e-mail that there was an update. I hope I changed it now ;-)
I've deleted the afvalwijzer. Now I've installed the afvalwijzer again through Domoboard and it won't start, error:

Error occured during loading imports for the plugin afvalwijzer: No module named BeautifulSoup. Install it with 'easy_install BeautifulSoup' or 'pip install BeautifulSoup'
Than you need to install Beautifulsoup using the provided commands

Re: Domoboard - Configuration issues

Posted: Friday 24 February 2017 17:48
by htilburgs
Strange, but...

I've installed BeautifulSoup, I've added Afvalwijzer and now I've found out what the failure was.
When you go to settings - plugins and click on afvalwijzer, the next text is displayed:

Code: Select all

Afvalwijzer v0.0.2
Description

Small plugin which uses the site mijnafvalwijzer.nl to show which garbage will be picked up on which date, you configure this plugin by adding the following to an configuration: [[afvalwijzer]] postcode = zipcode, housenr

Summary

To use this plugin on you're dashboard you first need to check if you zipcode is in the mijnafvalwijzer.nl site. so check this first before you configure you're .conf file.
[afvalwijzer]
[[display_components]]
components = afvalwijzer
[[afvalwijzer]]
zipcode = xxxxXX, 11

Author: Squandor
I used regarding the description [[afvalwijzer]] postcode =
That is wrong and have to use zipcode =

So the eror went away, but now it says "zipcode not found"
I've entered zipcode = 5654KJ, 6

Is this the wrong format (tried several notations, but all the same error).

Re: Domoboard - Configuration issues

Posted: Friday 24 February 2017 18:19
by squandor
htilburgs wrote:Strange, but...

I've installed BeautifulSoup, I've added Afvalwijzer and now I've found out what the failure was.
When you go to settings - plugins and click on afvalwijzer, the next text is displayed:

Code: Select all

Afvalwijzer v0.0.2
Description

Small plugin which uses the site mijnafvalwijzer.nl to show which garbage will be picked up on which date, you configure this plugin by adding the following to an configuration: [[afvalwijzer]] postcode = zipcode, housenr

Summary

To use this plugin on you're dashboard you first need to check if you zipcode is in the mijnafvalwijzer.nl site. so check this first before you configure you're .conf file.
[afvalwijzer]
[[display_components]]
components = afvalwijzer
[[afvalwijzer]]
zipcode = xxxxXX, 11

Author: Squandor
I used regarding the description [[afvalwijzer]] postcode =
That is wrong and have to use zipcode =

So the eror went away, but now it says "zipcode not found"
I've entered zipcode = 5654KJ, 6

Is this the wrong format (tried several notations, but all the same error).
That's the right notation. But if I trie to use you're zip code on http://mijnafvalwijzer.nl it doesn't give an result so afvalwijzer doesnt support you're zip code

Domoboard - Configuration issues

Posted: Tuesday 28 February 2017 17:10
by Snowtiger
I tried to get 2 temperature charts on one page with

Code: Select all

[temperatuur]
  [[display_components]]
 components= domoticz_temp_charts[1], domoticz_temp_charts[2]
[[domoticz_temp_charts]]
[[[1]]]
Temperature = 55, day, temp
[[[2]]]
Gevoel = 56, day, gevoel
Result - 1 line chart with 1 line the 'Gevoel' line , with twice Temperature in the label part, both with a different line

Re: Domoboard - Configuration issues

Posted: Tuesday 28 February 2017 17:25
by squandor
Snowtiger wrote:I tried to get 2 temperature charts on one page with

Code: Select all

[temperatuur]
  [[display_components]]
 components= domoticz_temp_charts[1], domoticz_temp_charts[2]
[[domoticz_temp_charts]]
[[[1]]]
Temperature = 55, day, temp
[[[2]]]
Gevoel = 56, day, gevoel
Result - 1 line chart with 1 line the 'Gevoel' line , with twice Temperature in the label part, both with a different line
That's right because of the globals in domoticz you can only have one chart of the same category like day if you change the second chart to month it should work

Re: Domoboard - Configuration issues

Posted: Thursday 02 March 2017 14:56
by Snowtiger
squandor wrote:
Snowtiger wrote:I tried to get 2 temperature charts on one page with

Code: Select all

[temperatuur]
  [[display_components]]
 components= domoticz_temp_charts[1], domoticz_temp_charts[2]
[[domoticz_temp_charts]]
[[[1]]]
Temperature = 55, day, temp
[[[2]]]
Gevoel = 56, day, gevoel
Result - 1 line chart with 1 line the 'Gevoel' line , with twice Temperature in the label part, both with a different line
That's right because of the globals in domoticz you can only have one chart of the same category like day if you change the second chart to month it should work
Oké, thx - switched the 2nd to a normal line chart.
It is not possible to get 2 variables in one chart in Domoticz, and so in Domoboard?

Re: Domoboard - Configuration issues

Posted: Saturday 04 March 2017 14:41
by squandor
Snowtiger wrote:
squandor wrote:
Snowtiger wrote:I tried to get 2 temperature charts on one page with

Code: Select all

[temperatuur]
  [[display_components]]
 components= domoticz_temp_charts[1], domoticz_temp_charts[2]
[[domoticz_temp_charts]]
[[[1]]]
Temperature = 55, day, temp
[[[2]]]
Gevoel = 56, day, gevoel
Result - 1 line chart with 1 line the 'Gevoel' line , with twice Temperature in the label part, both with a different line
That's right because of the globals in domoticz you can only have one chart of the same category like day if you change the second chart to month it should work
Oké, thx - switched the 2nd to a normal line chart.
It is not possible to get 2 variables in one chart in Domoticz, and so in Domoboard?
Actually bar chart and donut charts does support multiple devices

Re: Domoboard - Configuration issues

Posted: Saturday 04 March 2017 19:26
by PSYCHOTIC
Hi,

First off all thiz iz a superb frontend 2 use, far nicer than the other frontendz ive seen!!! Keep up tha good work.

It maybe me doing something wrong i can add tempgraph's but i dont know how to put voltage graph's. If i use temp or something else the graph remains enpty.

Thx for your time,

P.S.Y.C.H.O.T.I.C.

Re: Domoboard - Configuration issues

Posted: Saturday 04 March 2017 19:54
by wez3
PSYCHOTIC wrote:Hi,

First off all thiz iz a superb frontend 2 use, far nicer than the other frontendz ive seen!!! Keep up tha good work.

It maybe me doing something wrong i can add tempgraph's but i dont know how to put voltage graph's. If i use temp or something else the graph remains enpty.

Thx for your time,

P.S.Y.C.H.O.T.I.C.
Try this for an Voltage graph:
[[domoticz_counter_charts]]
[[[2]]]
ESP8266 Zonnepaneel Load V = 194, day, Voltage

Re: Domoboard - Configuration issues

Posted: Saturday 04 March 2017 21:46
by PSYCHOTIC
THX Man!!!!