-
Notifications
You must be signed in to change notification settings - Fork 21
/
readme.txt
68 lines (39 loc) · 3.31 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Aurora theme
This is a theme for Domoticz. It's a darker coloured theme, which can be used well in the evening. It adds a lot of features to Domoticz via javascript.
INSTALLING
On your Raspbery Pi, go into the Domoticz directory via the terminal:
cd domoticz/www/styles
git clone https://github.com/flatsiedatsie/domoticz-aurora-theme.git aurora
sudo /etc/init.d/domoticz.sh restart
GENERAL FEATURES
__Show Version Number
This permanently shows the Domoticz version number, not just on mouse-over.
__Dashboard Move Sun
This moves the sun-up and sun-down times indicator to the footer.
__Center Popups
Sometimes items that pop-up, like colour selectors or thermostat setpoints, go off the screen. This forces them to be in the middle of the screen. Useful on smaller screens.
ITEM GRID CHANGES
__Dashboard Vertical Columns
This feature will create vertical columns on your dashboard, one for each sensor type. BUT this feature only springs into action if you have enough horizontal space for the amount device-types that you have. So for 5 columns you need at least a 1300 pixels wide screen, for example. This feature works for both the normal and compact display option.
__Dashboard Merge temperature and weather
This merges these two categories into one "environment" category. Weather items are shown at the top. This is very useful if a vertical columns display is used.
ITEM DISPLAY CHANGES
__Dashboard Highlights
This super-sizes the first three items for each category. You can use this to highlight some of your devices, or give their buttons a little more breathing room. This only works for the normal view, because the compact view is about saving space. This can be combined with Vertical Columns, but will create some strange behaviour if you have selected Variable Items Per Row, as it only enlarges the first three items of each category (for now).
__Dashboard Show Last Update
Enable this if you want items on the dashboard to also display the time they were last updated.
__Dashboard Merge Items With Same Name
This merges items that have the same name before a dash. It places all their data into the list of data outputs, and uses the parts after the dash as the name for those values. For example:
MiFlora plant 1 - Moisture
MiFlora plant 1 - Light level
..would be merged into one item with the new name "MiFlora", and it would display data called "Moisture" and "Light Level". The feature will only merge simple items with just one data value.
MENU OPTIONS
__Navigation Main Sidemenu
This moves the main menu to the left side of the screen. It works best for wide screens (about 980 pixels wide is my recommendation). It is automatically disabled for mobile phones.
__Settings Sidemenu
Instead of the tabs at the top of each settings page, you get a sidebar instead. It stays in place. This includes the 'save' button, so you always have easy access to that. Works well with both the menu at the top or the side menu.
EXTRA OPTIONS
__Dashboard Data Visualizations
This overlays a datavisualisation for certain items. They get complete charts for the past 24 hours. The data is pruned, so the vizualisation isn't very precise. But it's good enough. It also addssmall "day" / "month" buttons to change the visualised date range.
__Extra's and Animations
Adds some pretty details like barometer backgrounds and small animations on icons.