├── README.md ├── data ├── index.html └── victron_data_def.json ├── esp32_victron_test.ino ├── sample.config.json └── victron-ve-direct-protocol.pdf /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pmcg31/esp32_victron_test/HEAD/README.md -------------------------------------------------------------------------------- /data/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pmcg31/esp32_victron_test/HEAD/data/index.html -------------------------------------------------------------------------------- /data/victron_data_def.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pmcg31/esp32_victron_test/HEAD/data/victron_data_def.json -------------------------------------------------------------------------------- /esp32_victron_test.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pmcg31/esp32_victron_test/HEAD/esp32_victron_test.ino -------------------------------------------------------------------------------- /sample.config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pmcg31/esp32_victron_test/HEAD/sample.config.json -------------------------------------------------------------------------------- /victron-ve-direct-protocol.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pmcg31/esp32_victron_test/HEAD/victron-ve-direct-protocol.pdf --------------------------------------------------------------------------------