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
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.
Bugs:
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
Thanks for you're switch and setpoint display bug we will look into that
And the weather template uses the Yahoo API which don't always returns information so we are trying to find an solution for this.
Question
7- how do I configure '[map]'?
in the config use the following configuration:
Code: Select all
[general_settings]
[[anwb]]
startPoint = "address housenumber, city"
endPoint = "address housenumber, city"
than you could add the anwb template to an page by adding it to the display components like:
Code: Select all
[dashboard]
[[display_components]]
components = anwb
[[anwb]]
8- how do I configure '[verkeer]'?
to add verkeer to an page or create an single page for it you can do the following:
Code: Select all
[navbar]
[[menu]]
Dashboard = dashboard
Verkeer = verkeer
Code: Select all
[verkeer]
[[display_components]]
components = verkeer
[[verkeer]]
9- what are other options in top_tiles (fire, temp, power-off, ...)
All the fontawesome icons. you can find the names at:
http://fontawesome.io/icons/
10- [verkeer] and [icloud] tiles show tool-icon, seems to have no function (yet). Is this a correct assumption?
You're completely right about that. We where thinking to use that in the future when there is more time
11- On GitHub you have an example showing CV Pressure in Bar. How do I configure this?
Which example do you mean exactly i can't find it
About iCloud:
12- When using install option on settings page I got an error (Error occured during loading imports for the plugin icloud: No module named pyicloud) that went away after trying your suggestion about installing dependencies. However that doesn't work as expected, giving:
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')
Calendar also doesn't show any data, only 'undefined'...
hmm the calendar option is tricky to test, what you could try is add the follow print statement to the icloud.py script located in the plugins folder:
if you start the domoboard and open an page where the calendar is located you should see something in you're console.
Gr. Squandor