Add limitations and esphome example ref.
All checks were successful
Build Docker image / build (push) Successful in 1m3s
Build Golang packages / release (push) Has been skipped

This commit is contained in:
Pieter Hollander 2024-07-25 22:34:31 +02:00
parent 66df03d55f
commit c1f3f30ac0
Signed by: pieter
SSH key fingerprint: SHA256:HbX+9cBXsop9SuvL+mELd29sK+7DehFfdVweFVDtMSg

View file

@ -124,8 +124,11 @@ The P1 reader should send its data to an MQTT broker. Each message should be in
}
```
This is currently achieved using an ESP32 with ESPhome. Configuration files for the ESP32 setup is included in `esphome/example.yml`.
This is currently achieved using an ESP32 with ESPhome. Configuration files for the ESP32 setup will be added soon.
## Known limitations
- The Grafana database query for "Actuele import of export" is currently quite slow. It works, but would benefit from optimisation.
## References