1919
2020---
2121
22- ## ✨ Features
23-
24- - ⚡ ** Real-time power monitoring** from Home Assistant entities
25- - 📊 ** Visual gauges** with dynamic gradients for Solar, Load, and Battery
26- - 📈 ** Line charts** showing power history with Braille markers
27- - 🔄 ** Animated status** indicator with live updates
28- - 🔋 ** Battery monitoring** - SOC, voltage, current, temperature
29- - 🌡️ ** Temperature warnings** with dynamic color coding
30- - 📡 ** Grid monitoring** - voltage, frequency, power factor
31- - 📅 ** Daily energy tracking** - charge, discharge, import, export
32- - 📉 ** Trend indicators** (↑ Rising, ↓ Falling, → Stable)
33- - ⏱️ ** Configurable update interval** (realtime ~ 100ms or 1-10s)
34- - 🍎 ** macOS native** - Intel and Apple Silicon
22+ ## Features
23+
24+ - ** Real-time power monitoring** from Home Assistant entities
25+ - ** Visual gauges** with dynamic gradients for Solar, Load, and Battery
26+ - ** Line charts** showing power history with Braille markers
27+ - ** Animated status** indicator with live updates
28+ - ** Battery monitoring** - SOC, voltage, current, temperature
29+ - ** Temperature warnings** with dynamic color coding
30+ - ** Grid monitoring** - voltage, frequency, power factor
31+ - ** Daily energy tracking** - charge, discharge, import, export
32+ - ** Trend indicators** (Rising, Falling, Stable)
33+ - ** Configurable update interval** (realtime ~ 100ms or 1-10s)
34+ - ** macOS native** - Intel and Apple Silicon
3535
3636---
3737
38- ## 📦 Installation
38+ ## Installation
3939
40- ### 🍺 Homebrew (macOS)
40+ ### Homebrew (macOS)
4141
4242``` bash
4343brew tap racksync/homebrew-emon-tui
4444brew install emon-tui
4545```
4646
47- ### 🔧 Build from source
47+ ### Build from source
4848
4949``` bash
5050git clone https://github.com/racksync/emon-tui.git
@@ -56,7 +56,7 @@ The binary will be at `target/release/emon`.
5656
5757---
5858
59- ## ⚙️ Configuration
59+ ## Configuration
6060
6161On first run, ** emon** creates ` ~/.emon/config.toml ` . Edit it with your Home Assistant details:
6262
@@ -91,7 +91,7 @@ load_consumption = "sensor.load_consumption"
9191# See config.toml.example for all 62 sensors
9292```
9393
94- ### 🔑 Getting your Home Assistant Token
94+ ### Getting your Home Assistant Token
9595
96961 . Open Home Assistant → User profile (bottom left)
97972 . Scroll to "Long-Lived Access Tokens"
@@ -100,7 +100,7 @@ load_consumption = "sensor.load_consumption"
100100
101101---
102102
103- ## 🚀 Usage
103+ ## Usage
104104
105105``` bash
106106# Run
@@ -120,29 +120,29 @@ emon -h
120120
121121---
122122
123- ## 🎯 Supported Sensors (62)
123+ ## Supported Sensors (62)
124124
125- ### 🔌 Core Power (required)
125+ ### Core Power (required)
126126- Solar production • Grid import/export • Load consumption
127127
128- ### 🔋 Battery
128+ ### Battery
129129- Power • Voltage • SOC • Temperature • Current
130130
131- ### 🔌 Inverter
131+ ### Inverter
132132- Temperature • Voltage • Status • Frequency
133133
134- ### 📡 Grid
134+ ### Grid
135135- Voltage • CT power • Power factor
136136
137- ### 📊 Daily Energy
137+ ### Daily Energy
138138- Battery charge/discharge • Grid import/export • Load • PV
139139
140- ### 📈 Statistics
140+ ### Statistics
141141- All-time peaks • Daily peaks • PV forecast • Consumption totals
142142
143143---
144144
145- ## 🎨 Color Coding
145+ ## Color Coding
146146
147147| Metric | Green | Yellow | Red |
148148| --------| -------| --------| -----|
@@ -153,7 +153,7 @@ emon -h
153153
154154---
155155
156- ## 🔍 Troubleshooting
156+ ## Troubleshooting
157157
158158** No data showing?**
159159- Verify entity IDs match Home Assistant exactly
@@ -171,7 +171,7 @@ emon -h
171171
172172---
173173
174- ## 🛠️ Development
174+ ## Development
175175
176176``` bash
177177# Build
@@ -197,7 +197,7 @@ cargo fmt
197197
198198---
199199
200- ## 🏢 About RACKSYNC
200+ ## About RACKSYNC
201201
202202<div align =" center " >
203203
@@ -208,34 +208,34 @@ cargo fmt
208208
209209</div >
210210
211- ** RACKSYNC CO., LTD.** is a technology company based in 🇹🇭 Thailand specializing in:
211+ ** RACKSYNC CO., LTD.** is a technology company based in Thailand specializing in:
212212
213- - 🏠 ** Home Automation** - Smart home solutions with Home Assistant
214- - 🔧 ** DevOps Solutions** - CI/CD, monitoring, and infrastructure
215- - ☁️ ** Cloud Infrastructure** - Docker, Kubernetes, and cloud services
216- - ⚙️ ** System Integration** - End-to-end automation solutions
213+ - ** Home Automation** - Smart home solutions with Home Assistant
214+ - ** DevOps Solutions** - CI/CD, monitoring, and infrastructure
215+ - ** Cloud Infrastructure** - Docker, Kubernetes, and cloud services
216+ - ** System Integration** - End-to-end automation solutions
217217
218218### Our Projects
219219
220220| Project | Description | Stars |
221221| ---------| -------------| -------|
222- | [ hass-addons-suite] ( https://github.com/racksync/hass-addons-suite ) | Home Assistant Add-ons | ⭐ |
223- | [ hass-addons-cloudflared-tunnel] ( https://github.com/racksync/hass-addons-cloudflared-tunnel ) | Cloudflare Tunnel Add-on | ⭐ |
224- | [ hass-addons-multipoint-zigbee] ( https://github.com/racksync/hass-addons-multipoint-zigbee ) | Zigbee2MQTT Coordinator | ⭐ |
225- | [ emon-tui] ( https://github.com/racksync/emon-tui ) | Energy Monitoring TUI | ⭐ |
222+ | [ hass-addons-suite] ( https://github.com/racksync/hass-addons-suite ) | Home Assistant Add-ons |
223+ | [ hass-addons-cloudflared-tunnel] ( https://github.com/racksync/hass-addons-cloudflared-tunnel ) | Cloudflare Tunnel Add-on |
224+ | [ hass-addons-multipoint-zigbee] ( https://github.com/racksync/hass-addons-multipoint-zigbee ) | Zigbee2MQTT Coordinator |
225+ | [ emon-tui] ( https://github.com/racksync/emon-tui ) | Energy Monitoring TUI |
226226
227227** 30 repositories** • ** 71 stars** • [ View all projects] ( https://github.com/racksync?tab=repositories )
228228
229229---
230230
231- ## 📄 License
231+ ## License
232232
233233MIT © [ RACKSYNC CO., LTD.] ( https://github.com/racksync )
234234
235235---
236236
237237<div align =" center " >
238238
239- ** ⭐ Star us on GitHub — it helps!**
239+ ** Star us on GitHub — it helps!**
240240
241241</div >
0 commit comments