Very cool
@MadCow thanks for the link. Looking at the wiring schematic on the inside of the enclosure door on one of their pictures, it doesn't seem like that device has any significant differences over the SolarEdge transformer. It doesn't appear to have any neutral safety disconnect logic, and it also appears to absent of the over-temp sensor the SE unit has from the factory.
@iSwannie - latest schematic I'm working off of
is #216 (all prior work, plus arduino/nodemcu control with temp sensing).
I've gotten
an alpha release of the nodemcu code up on github. I'm waiting on my current sensor and relay board (functions are stubbed right now). Tested temp sensing, grid transfer, and automatic cold start and appears to works as intended. Code is definitely nothing fancy, but the goal right now is MVP and to vet the core functionality.
MVP Backlog (volunteers welcomed!):
- Verify stub functions with current sensor and relay board work as intended on physical hardware
- Refactor to OOP and better coding practices
- Real world lab tests
Post-MVP Backlog:
- Add unit tests & CI/CD with git actions and AUint / Epoxyduino
- Add async webserver interface
- Add log shipping to prometheus/grafana
- Branch release/builds for multi-transformer, multi-GW setups
Anybody who's more comfortable with C++ and OOP and wants to refine what I've got, just shoot me a DM and I can add you as a collaborator to the repo. Project management also welcomed if you want to manage backlog and roadmap. Thanks all
