v0.42
- App transistion is now inacitve if there is only 1 app - Adds bargraph to notify and customapps - Every awtrix now gets a unique id for AP, MQTT and HA - Adds firmware as HA sensor - Adds wifi strength as HA sensor - Adds ram usage as HA sensor - Adds version as HA sensor - Adds uptime as ISO 8601 as HA sensot - HA discorvery now gets correct device classes - fixes bug where date formats are not saved closes #24 closes #23 closes #21
This commit is contained in:
@@ -7,11 +7,11 @@ https://paypal.me/blueforcer
|
||||
Awtrix Light is a custom firmware for the [Ulanzi Smart Pixel clock](https://www.ulanzi.com/products/ulanzi-pixel-smart-clock-2882).
|
||||
That offers a simple and user-friendly interface, making it the perfect solution for non-techies who want to enjoy the benefits of the popular awtrix system.
|
||||
|
||||
It is ready to use straight out of the box, with time, date, temperature, and humidity pages pre-installed. You don't need to do anything other than turning it on to start using these features.
|
||||
It is ready to use straight out of the box, with time, date, temperature, and humidity apps pre-installed. You don't need to do anything other than turning it on to start using these features.
|
||||
|
||||
During the development of Awtrix Light, usability and simplicity are my top priorities. My aim is to make it easy for non-tech-savvy users to benefit from Awtrix Light without any headaches or hours of scripting.
|
||||
Awtrix Light is ready to use straight out of the box, without the need for a single line of code or commands.
|
||||
However, for those with more advanced skills, the customization options available with custom pages allow you to take Awtrix Light to its full potential.
|
||||
However, for those with more advanced skills, the customization options available with custom apps allow you to take Awtrix Light to its full potential.
|
||||
With Awtrix Light, you can effortlessly bring your ideas to life and enjoy a hassle-free experience.
|
||||
Join the thousands of satisfied awtrix users who have already chosen Awtrix 2 and Awtrix Light and experience the difference today!
|
||||
https://discord.gg/cyBCpdx
|
||||
@@ -1,6 +1,6 @@
|
||||
# Custom Pages & Notifications
|
||||
# Custom Apps & Notifications
|
||||
|
||||
With AWTRIX Light, you can create custom pages or notifications to display your own text and icons.
|
||||
With AWTRIX Light, you can create custom apps or notifications to display your own text and icons.
|
||||
Simply send a JSON object to the topic "awtrixlight/custom/[page]" where [page] is a the name of your page (without spaces).
|
||||
|
||||
## JSON Properties
|
||||
@@ -19,6 +19,7 @@ The JSON object has the following properties:
|
||||
| `hold` | boolean | Set it to true, to hold your notification on top until you press the middle button or dismiss it via HomeAssistant. This key only belongs to notification. | false |
|
||||
| `sound` | string | The filename of your RTTTL ringtone file (without extension). | |
|
||||
| `pushIcon` | number | 0 = Icon doesn't move. 1 = Icon moves with text and will not appear again. 2 = Icon moves with text but appears again when the text starts to scroll again. | 0 |
|
||||
| `bar` | array of integers | draws a bargraph. Without icon maximum 16 values, with icon 11 values | |
|
||||
|
||||
|
||||
All keys are optional, so you can send just the properties you want to use.
|
||||
|
||||
@@ -29,7 +29,7 @@ Built-in app names are:
|
||||
- `hum`
|
||||
- `bat`
|
||||
|
||||
For custom pages, use the name you set in the topic. For example, if `[PREFIX]/custom/test` is your topic, then `test` is the name.
|
||||
For custom apps, use the name you set in the topic. For example, if `[PREFIX]/custom/test` is your topic, then `test` is the name.
|
||||
|
||||
## Change Settings
|
||||
Change various settings related to the app display.
|
||||
|
||||
Reference in New Issue
Block a user