Nice!squandor wrote:and my traffic and cams obviously
Whats the config for iCloud? Wanne try that as well. You might be careful posting your private data (numberplate etc) on the screen. This in combination with your agenda....
Moderators: leecollings, wez3
Nice!squandor wrote:and my traffic and cams obviously
Code: Select all
sudo easy_install pyicloud calendar
When I use your addresses every thing is working as expected but when I use my own addresses I still get error messages like:squandor wrote:It seems like you're config settings aren't correct indeed. An format for the address could be:zandhaas wrote:Hello,
I think my entries in the config file are not correct but I can not find more deteail information on how it should be exactly.
Can you please give some more detailed information on how to add the right config file entries for this plugin.
[[anwb]]
startPoint = "Korte minrebroederstraat 1, Utrecht"
endPoint = "Korte Nieuwstraat 6, Nijmegen"
These points are working on my test situation, so hopefully it will work at your's to.
Code: Select all
Reading https://pypi.python.org/simple/calendar/
No local packages or download links found for calendar
error: Could not find suitable distribution for Requirement.parse('calendar')
Hi Blackdog65,blackdog65 wrote:If I start adding group/scene pushon buttons with their idx... how will it know that it is a scene idx and not a device idx?
Sean
you have pm so we can test this explicit with you city name.zandhaas wrote:When I use your addresses every thing is working as expected but when I use my own addresses I still get error messages like:squandor wrote:It seems like you're config settings aren't correct indeed. An format for the address could be:zandhaas wrote:Hello,
I think my entries in the config file are not correct but I can not find more deteail information on how it should be exactly.
Can you please give some more detailed information on how to add the right config file entries for this plugin.
[[anwb]]
startPoint = "Korte minrebroederstraat 1, Utrecht"
endPoint = "Korte Nieuwstraat 6, Nijmegen"
These points are working on my test situation, so hopefully it will work at your's to.
KeyError: 'city' and IndexError: list index out of range
The difference I see is that you have streetnames consisting out of two words and cityname with only one word.
I have street names consisting of only one word and city names consisting out of two words.
So it looks like there's an issues with the correct reading the parameters from the config file.
I have these devices and scenes/group: when I addsquandor wrote:Hi Blackdog65,blackdog65 wrote:If I start adding group/scene pushon buttons with their idx... how will it know that it is a scene idx and not a device idx?
Sean
You can see this in the devices tab in domoticz. if you search with the keywords Scene or Group you will find you're idx numbers
Code: Select all
[[[Scenes]]]
Spelen = 9, pushoff
Code: Select all
Device with 9 is not available in Domoticz
It appears that you're idx 9 is an group so if you changed you're pushoff to group it should work fine. And yes the pushoff method uses the switch command in the api but only with the parameter on or off depending on you're choice.felix63 wrote:I have these devices and scenes/group:squandor wrote:Hi Blackdog65,blackdog65 wrote:If I start adding group/scene pushon buttons with their idx... how will it know that it is a scene idx and not a device idx?
Sean
You can see this in the devices tab in domoticz. if you search with the keywords Scene or Group you will find you're idx numbers
idx.png
when I addI getCode: Select all
[[[Scenes]]] Spelen = 9, pushoff
And if I add 11 as a group it appears to switch the device not the group. So I think blackdog65 might have a point...Code: Select all
Device with 9 is not available in Domoticz
Code: Select all
Spelen = 9, group
Code: Select all
Spelen = 9, scene
Tnx for you requests. we will add them to our list for features, but an text switch is actually an utility so we will look into that.felix63 wrote:Hi Squandor,
Feature requests:
1- add contact switches (for doors and windows etc)
2- add text switch (for Nefit Boiler status, Plex movie playing etc)
3- reposition humidity info above up/down arrow in small font to create consistent tile size.temperature.png
Thanks for you're switch and setpoint display bug we will look into thatBugs:
4- displaying of switch in different browsers such as Safari & Firefox (see Github)
5- inconsistent displaying of setpoint (see image)setpoint.png
6- weather information is not always loading, requires reloads. Where can I find console.log? weer.png
in the config use the following configuration:Question
7- how do I configure '[map]'?
Code: Select all
[general_settings]
[[anwb]]
startPoint = "address housenumber, city"
endPoint = "address housenumber, city"
Code: Select all
[dashboard]
[[display_components]]
components = anwb
[[anwb]]
to add verkeer to an page or create an single page for it you can do the following:8- how do I configure '[verkeer]'?
Code: Select all
[navbar]
[[menu]]
Dashboard = dashboard
Verkeer = verkeer
Code: Select all
[verkeer]
[[display_components]]
components = verkeer
[[verkeer]]
All the fontawesome icons. you can find the names at:9- what are other options in top_tiles (fire, temp, power-off, ...)
You're completely right about that. We where thinking to use that in the future when there is more time10- [verkeer] and [icloud] tiles show tool-icon, seems to have no function (yet). Is this a correct assumption?
Which example do you mean exactly i can't find it11- On GitHub you have an example showing CV Pressure in Bar. How do I configure this?
Code: Select all
Reading https://pypi.python.org/simple/calendar/
No local packages or download links found for calendar
error: Could not find suitable distribution for Requirement.parse('calendar')
Code: Select all
for i in events:
print i
Could it be you're cache? to make sure that domoboard uses you're config try to run it withfransiefrans wrote:very nice dashboard!
I have Domoboard running and was trying to alter some idx and camera's but why can't I see what I've adjusted in de example.conf file?
I've restarted the server and still the old config opens.
Code: Select all
sudo python server.py -c configfile.conf
Code: Select all
xx@raspberrypi:~/git/domoboard $ sudo python2.7 server.py -c myconf.conf
Traceback (most recent call last):
File "server.py", line 4, in <module>
from flaskext.auth import Auth, AuthUser, login_required, logout
ImportError: No module named auth
I saw it on your Github example on page https://github.com/wez3/domoboard in the example, the middle one. Using the following in my config doesn't work:squandor wrote: You're completely right about that. We where thinking to use that in the future when there is more time
Which example do you mean exactly i can't find it11- On GitHub you have an example showing CV Pressure in Bar. How do I configure this?![]()
Code: Select all
[[domoticz_counter_charts]]
Druk = 440, month, pressure
Can you tell me how you made the code for your 'Woonkamer' switches that you have two rows of switches? Or is it one row switches, one row scenes?squandor wrote:okay here are some pics from my test situationproza wrote:I was wondering what kind off domoboards everbody are creating. Just some samplessquandor wrote:here is an screenshot with the pushon button with D-Gong for example.
I have changed my config tosquandor wrote:It appears that you're idx 9 is an group so if you changed you're pushoff to group it should work fine. And yes the pushoff method uses the switch command in the api but only with the parameter on or off depending on you're choice.
But for scenes or groups you must useorCode: Select all
Spelen = 9, group
Code: Select all
Spelen = 9, scene
Code: Select all
[[switches]]
[[[Scenes]]]
TV kijken = 3, group
Slapen = 4, scene
Alles uit = 5, scene
Concert = 11, group
Aah ok that's the counter chart, the config for this specific example was:felix63 wrote:I saw it on your Github example on page https://github.com/wez3/domoboard in the example, the middle one. charts.png Using the following in my config doesn't work:squandor wrote: You're completely right about that. We where thinking to use that in the future when there is more time
Which example do you mean exactly i can't find it11- On GitHub you have an example showing CV Pressure in Bar. How do I configure this?![]()
Code: Select all
[[domoticz_counter_charts]] Druk = 440, month, pressure
Code: Select all
[[display_components]]
components = domoticz_counter_charts
[[domoticz_counter_charts]]
CV Pressure = 73, month, Pressure
Sure no problem i have used the following config:jjnj wrote:Can you tell me how you made the code for your 'Woonkamer' switches that you have two rows of switches? Or is it one row switches, one row scenes?squandor wrote:okay here are some pics from my test situationproza wrote:
I was wondering what kind off domoboards everbody are creating. Just some samples
Code: Select all
[woonkamer]
[[display_components]]
components = top_tiles, switches[Schakelaars], switches[Keuken Scenes]
[[switches]]
[[[Schakelaars]]]
Woonkamer dimmer = 126, dimmer
Keuken Spot 1 = 182, rgb
Keuken Spot 2 = 183, rgb
Keuken Spot 3 = 184, rgb
Hall Light = 185, switch
[[[Keuken Scenes]]]
Set Hue Arctic aurora = 193, pushon
Set Hue Bright = 191, pushon
Set Hue Concentrate = 189, pushon
Start Scene Home = 5, scene
Group Living Appliances = 6, group
that's because you don't have any switches configured at the moment.felix63 wrote:I have changed my config tosquandor wrote:It appears that you're idx 9 is an group so if you changed you're pushoff to group it should work fine. And yes the pushoff method uses the switch command in the api but only with the parameter on or off depending on you're choice.
But for scenes or groups you must useorCode: Select all
Spelen = 9, group
Code: Select all
Spelen = 9, scene
Now I have no switches anymore... so that does not seem to work!Code: Select all
[[switches]] [[[Scenes]]] TV kijken = 3, group Slapen = 4, scene Alles uit = 5, scene Concert = 11, group
Code: Select all
[[switches]]
[[[Scenes]]]
TV kijken = 3, group
Slapen = 4, scene
Alles uit = 5, scene
Concert = 11, group
Light 1 = 133, switch
Code: Select all
[heating]
[[display_components]]
components = top_tiles, switches[Setpoints],switches[Controls], bar_charts
[[top_tiles]]
Sitting Room = 361, fire
Kitchen = 372, fire
Z-Bedroom = 374, fire
V-Bedroom = 363, fire
S-Bedroom = 369, fire
Outside = 77, fire
[[switches]]
[[[Setpoints]]]
Sitting Room = 362, setpoint
Kitchen = 373, setpoint
Z-Bedroom = 375, setpoint
V-Bedroom = 364, setpoint
S-Bedroom = 370, setpoint
[[[Controls]]]
Off = 18, scene
HotWater = 19, scene
Heating = 20, scene
Holiday = 21, scene
[[bar_charts]]
SittingRoom-Rad = 365
Kitchen-Rad = 368
Z-Bedroom-Rad = 366
V-Bedroom-Rad = 367
S-Bedroom-Rad = 371
Code: Select all
Device with 19 is not available in Domoticz
Users browsing this forum: No registered users and 0 guests