This is a simple server written in Go that queries energomera smart power meters and exports data via HTTP for Prometheus consumption.
To run it in foreground:
./energomera_exporter [flags]
Help on flags:
./energomera_exporter --help
To run it as service (work in progress... )
For more information check the source code documentation. All of the core developers are accessible via the Prometheus Developers mailinglist.
- https://support.wirenboard.com/t/schityvanie-pokazanij-i-programmirovanie-elektroschetchika-energomera-se102m-po-rs-485/212
- https://github.com/sj-asm/energomera
- GOST-R MEK 61107-2001 standard describing electricity meter protocol (RU) https://standartgost.ru/g/ГОСТ_Р_МЭК_61107-2001
- Electricity meter manufacturer website (RU) http://www.energomera.ru
- Electricity meter users manual (RU) http://www.energomera.ru/documentations/ce102m_full_re.pdf
- Electricity meter basic setup guide (RU) https://shop.energomera.kharkov.ua/DOC/ASKUE-485/meter_settings_network_RS485.pdf
MIT License, see LICENSE