Skip to content

ESP32 software to read Trovis 5575 via Modbus over SPI-slave

License

Notifications You must be signed in to change notification settings

Benvorth/ESP32_5575

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32_5575

ESP32 software to read Trovis 5575 via Modbus over SPI-slave

Overview

This sketch periodically reads some Modbus-Registers and -Coils from the Samson Trovis 5575 regulator using it's SPI-bus interface (RJ45 plug on the front). The data is served via an (asynchronous) web server.

Installation

Install these libs:

ESP32-Wiring:

ESP32 Wiring

SPI Slave

We use the SPI Slave Lib from https://github.com/hideakitai/ESP32SPISlave

WebServer

ESPAsyncWebServer from https://github.com/me-no-dev/ESPAsyncWebServer/ ()

WiFi Manager

https://github.com/tzapu/WiFiManager/ (MIT-License)

Over-the-air updates (OTA)

https://github.com/ayushsharma82/AsyncElegantOTA (MIT-License)

About

ESP32 software to read Trovis 5575 via Modbus over SPI-slave

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published