Domoboard - Configuration issues
Posted: Friday 20 January 2017 22:55
Hi,
This topic is used to discuss issues during configuration of Domoboard.
wez3
This topic is used to discuss issues during configuration of Domoboard.
wez3
Open source Home Automation System
https://forum.domoticz.com/
Code: Select all
[[[Raambedekking]]]
Duette = 81, selector
Screen = 107, selector
That sounds actually logical because the switche types blinds and RFY are not yet implemented/developedRFAH 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.
Do you get an error in you're command prompt or console.log? and do you have the right settings in you're config.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??
Code: Select all
[[afvalwijzer]]
zipcode = <zipcode>, <housenr>
Than you need to install Beautifulsoup using the provided commandshtilburgs 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'
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
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 codehtilburgs 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:
I used regarding the description [[afvalwijzer]] postcode =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
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).
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
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 workSnowtiger wrote:I tried to get 2 temperature charts on one page with
Result - 1 line chart with 1 line the 'Gevoel' line , with twice Temperature in the label part, both with a different lineCode: 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
Oké, thx - switched the 2nd to a normal line chart.squandor wrote: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 workSnowtiger wrote:I tried to get 2 temperature charts on one page with
Result - 1 line chart with 1 line the 'Gevoel' line , with twice Temperature in the label part, both with a different lineCode: 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
Actually bar chart and donut charts does support multiple devicesSnowtiger wrote:Oké, thx - switched the 2nd to a normal line chart.squandor wrote: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 workSnowtiger wrote:I tried to get 2 temperature charts on one page with
Result - 1 line chart with 1 line the 'Gevoel' line , with twice Temperature in the label part, both with a different lineCode: 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
It is not possible to get 2 variables in one chart in Domoticz, and so in Domoboard?
Try this for an Voltage graph: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.