Hi, I’m Artur.
At work I am helping software teams to grow and build their engineering excellence.
Currently trying to give back to open source and working on Salix project.
2023.07.20, Artur
Quite a good progress over last few weeks and first version of Charging Controller is ... almost ready. It is working functionally on development environment with HA 2023.05. It requires few tweaks to be compatible with HA 2023.07. After this is done I can switch to "UAT" testing in my home installation.
One big news from 2023.07 release is introduction of responses to services . This will allow me to easier connect SLX Charging Controller with other Salix integrations (like charging planner).
Added starlark script to ansible-pi-pub
2023.04.24, Artur
I use Shelly3EM as energy meter. Shelly measures power separately for each phase.
I needed to summarize power measurement from each phase as they are received over MQTT.
Starlark become very handy as within telegraf I could capture measurements, calculate summary power and send it back over MQTT.
You can find details in telegraf.conf