Otherbright / how-to-read-the-victron-energy-lynx-distributor-device-status

How to read the status of the Lynx Distributor device from Victron Energy without using an official device. This will allow us to do remote fuse supervision.
GNU General Public License v3.0
4 stars 1 forks source link

ESP32 supprt #1

Open mc-0815 opened 2 weeks ago

mc-0815 commented 2 weeks ago

Hi,

I came across your project. Do you think that the project can be adjusted and implemented with a Wemos D1 Mini with esp8266 or esp32 chip or does it require a pico?

thanks

Otherbright commented 2 weeks ago

Hi,

Yes, this should be possible as long as you can configure a master i2c bus for your esp8266 or your esp32.

Jon