diff --git a/README.md b/README.md index 9cc3257..2f8b488 100644 --- a/README.md +++ b/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   -### Button Page +### Buttons Pages ![3 Buttonpage](https://user-images.githubusercontent.com/41958506/203654022-c6d81263-ce56-4a84-917a-9d4911f19f55.png) ![NEW Domains](https://user-images.githubusercontent.com/41958506/206879659-3aea30c1-b126-4d52-a869-abf6adfc8fa1.png) -- Up to 32 buttons -- 4 Button pages +- Up to 8 buttons per page, across 4 different pages, totaling 32 buttons - Button design is automatically generated based on the selected entity -- Buttons show current brightness and cover position in the button itself -- Buttons label can be assigned via blueprint -- All buttons with long press function -- Automatic detection by long press if it is a light, cover or climate for submenu +- Buttons display current brightness and cover position directly on the button +- Button labels can be assigned via blueprint +- All buttons feature a long-press function +- Automatic detection of light, cover, fan, media player, alarm or climate entities for submenus through long press - 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 +![Entities EU](docs/pics/eu_entities.png) +
+![Entities US](docs/pics/us_entities.png) + +- 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 diff --git a/dev/manuals_screenshots.md b/dev/manuals_screenshots.md index 00b448e..742c45a 100644 --- a/dev/manuals_screenshots.md +++ b/dev/manuals_screenshots.md @@ -141,4 +141,69 @@ button06pic.picc=46 button06text.picc=46 button06icon.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 ``` \ No newline at end of file diff --git a/docs/pics/eu_entities.png b/docs/pics/eu_entities.png new file mode 100644 index 0000000..8a8f367 Binary files /dev/null and b/docs/pics/eu_entities.png differ diff --git a/docs/pics/us_entities.png b/docs/pics/us_entities.png new file mode 100644 index 0000000..f8c091b Binary files /dev/null and b/docs/pics/us_entities.png differ