Added entities pages
Need the borders (panel) in the pictures
This commit is contained in:
25
README.md
25
README.md
@@ -74,19 +74,28 @@ This innovative solution is designed to revolutionize how you interact with your
|
|||||||
- Up to 3 user's selectable entities
|
- Up to 3 user's selectable entities
|
||||||
|
|
||||||
|
|
||||||
### Button Page
|
### Buttons Pages
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
- Up to 32 buttons
|
- Up to 8 buttons per page, across 4 different pages, totaling 32 buttons
|
||||||
- 4 Button pages
|
|
||||||
- Button design is automatically generated based on the selected entity
|
- Button design is automatically generated based on the selected entity
|
||||||
- Buttons show current brightness and cover position in the button itself
|
- Buttons display current brightness and cover position directly on the button
|
||||||
- Buttons label can be assigned via blueprint
|
- Button labels can be assigned via blueprint
|
||||||
- All buttons with long press function
|
- All buttons feature a long-press function
|
||||||
- Automatic detection by long press if it is a light, cover or climate for submenu
|
- Automatic detection of light, cover, fan, media player, alarm or climate entities for submenus through long press
|
||||||
- Swipe between all pages
|
- Swipe between all pages
|
||||||
- Swipe also down and up for fast access to certain pages
|
- Swipe up and down for quick access to specific pages
|
||||||
|
|
||||||
|
|
||||||
|
### Entities Pages
|
||||||
|

|
||||||
|
<br>
|
||||||
|

|
||||||
|
|
||||||
|
- Up to 8 entities per page, across 4 different pages, totaling 32 entities
|
||||||
|
- Icons and labels can be individually configured via blueprint or automatically detected for each entity
|
||||||
|
- Flexible alignment options for values as per user preference
|
||||||
|
|
||||||
|
|
||||||
### Light Settings
|
### Light Settings
|
||||||
|
|||||||
@@ -141,4 +141,69 @@ button06pic.picc=46
|
|||||||
button06text.picc=46
|
button06text.picc=46
|
||||||
button06icon.picc=46
|
button06icon.picc=46
|
||||||
button06bri.picc=46
|
button06bri.picc=46
|
||||||
|
```
|
||||||
|
|
||||||
|
### Entities pages
|
||||||
|
#### EU version
|
||||||
|
```
|
||||||
|
api=1
|
||||||
|
page entitypage01
|
||||||
|
entity01_label.txt="Power monitoring"
|
||||||
|
value01_pic.txt=""
|
||||||
|
value01_label.txt="Kitchen"
|
||||||
|
value01.txt="1123.1 W"
|
||||||
|
value01.xcen=2
|
||||||
|
value02_pic.txt=""
|
||||||
|
value02_label.txt="Living room"
|
||||||
|
value02.txt="233.1 W"
|
||||||
|
value02.xcen=2
|
||||||
|
value03_pic.txt=""
|
||||||
|
value03_label.txt="Total (entire home)"
|
||||||
|
value03.txt="2345.6 W"
|
||||||
|
value03.xcen=2
|
||||||
|
value05_pic.txt=""
|
||||||
|
value05_label.txt="Electricity price"
|
||||||
|
value05.txt="1.21 €/kWh"
|
||||||
|
value05.xcen=2
|
||||||
|
value07_pic.txt=""
|
||||||
|
value07_label.txt="Electricity cost rate"
|
||||||
|
value07.txt="1.84 €/h"
|
||||||
|
value07.xcen=2
|
||||||
|
```
|
||||||
|
#### US version
|
||||||
|
```
|
||||||
|
api=1
|
||||||
|
page entitypage01
|
||||||
|
entity01_label.txt="Power monitoring"
|
||||||
|
value01_pic.txt=""
|
||||||
|
value01_label.txt="Kitchen"
|
||||||
|
value01.txt="1123.1 W"
|
||||||
|
value01.xcen=2
|
||||||
|
value02_pic.txt=""
|
||||||
|
value02_label.txt="Living room"
|
||||||
|
value02.txt="233.1 W"
|
||||||
|
value02.xcen=2
|
||||||
|
value03_pic.txt=""
|
||||||
|
value03_label.txt="Total (home)"
|
||||||
|
value03.txt="2345.6 W"
|
||||||
|
value03.xcen=2
|
||||||
|
value05_pic.txt=""
|
||||||
|
value05_label.txt="Price"
|
||||||
|
value05.txt="1.21 $/kWh"
|
||||||
|
value05.xcen=2
|
||||||
|
value07_pic.txt=""
|
||||||
|
value07_label.txt="Cost rate"
|
||||||
|
value07.txt="1.84 $/h"
|
||||||
|
value07.xcen=2
|
||||||
|
```
|
||||||
|
|
||||||
|
### Sensor page (mockup)
|
||||||
|
```
|
||||||
|
api=1
|
||||||
|
page notification
|
||||||
|
vis bt_accept,0
|
||||||
|
vis bt_clear,0
|
||||||
|
notifi_label.txt="My sensor name"
|
||||||
|
notifi_text01.txt="1115.4 kWh"
|
||||||
|
notifi_text01.font=6
|
||||||
```
|
```
|
||||||
BIN
docs/pics/eu_entities.png
Normal file
BIN
docs/pics/eu_entities.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
BIN
docs/pics/us_entities.png
Normal file
BIN
docs/pics/us_entities.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
Reference in New Issue
Block a user