@feezal/feezal-element-eink-value
v3.0.2
Published
Big-numeral sensor tile for e-paper feezal dashboards — value + unit + label, optional min/max footer, redraws only when the formatted value changes
Maintainers
Readme
@feezal/feezal-element-eink-value
Big-numeral sensor tile for e-paper feezal dashboards. Part of the e-ink family (@feezal/feezal-elements-eink): black on white, oversized mono numerals, no animation — and the DOM is only touched when the formatted value actually changes, so a per-second topic never ghosts the panel.
Attributes
| Attribute | Type | Default | Description |
|---|---|---|---|
| subscribe | topic | | Topic carrying the value |
| message-property | string | payload | Dot-notation path into the MQTT message, e.g. payload.temperature |
| label | string | | Caption above the value |
| unit | string | | Unit shown after the value, e.g. °C |
| decimals | number | | Round numeric payloads to this many decimal places; empty shows the payload as-is |
| show-minmax | boolean | off | Footer with the lowest / highest value seen since the page loaded |
| inverted | boolean | off | White-on-black tile |
Type scales to the box (container-query units) — resize the element, the numerals follow. Colours ride on --feezal-eink-fg / --feezal-eink-bg (hard mono defaults). Supports HA MQTT autodiscovery for sensor.
License
MIT
