Skip to content

Commit 5aa3a8f

Browse files
docs: add Solakon PowerTracker IR integration instructions to README
1 parent b6feef2 commit 5aa3a8f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,23 @@ Create two integral sensors:
278278

279279
Grid import and export sensors are not currently available in this integration. These values would need to be derived from the available power sensors or added in a future update if the Modbus registers support them.
280280

281+
### Solakon PowerTracker IR Integration
282+
283+
You can integrate the Solakon PowerTracker IR via Home Assistant's REST sensor. Add the following to your `configuration.yaml`:
284+
285+
```yaml
286+
rest:
287+
- resource: "http://<TRACKER_IP>/api/v1/status"
288+
scan_interval: 1
289+
sensor:
290+
- name: "Solakon PowerTracker IR"
291+
value_template: "{{ value_json.extracted.instantaneous_power_w }}"
292+
```
293+
294+
Replace `<TRACKER_IP>` with the IP address of your PowerTracker IR.
295+
296+
> **Note**: After adding this configuration, reload the REST integration via Developer Tools → YAML → REST. A full Home Assistant restart is not required.
297+
281298
## Automation Examples
282299

283300
### Battery Power Monitoring

0 commit comments

Comments
 (0)