Tagged: Wemos D1 mini

ABB PowerOne Aurora Web Inverter Centraline 3D printed case 0

ABB Aurora web inverter monitor (WIM): 3D printed case to complete project – 10

I’d like to monitoring my ABB Aurora inverter. So with an WeMos D1 mini I create a centraline with web interface, notification and other.
Now a case where you can insert all the component to complete the work.

ABB PowerOne Aurora Web Inverter Centraline PCB Soldering assembly 8

ABB Aurora Web Inverter Monitor (WIM): wiring and PCB soldering – 8

I’d like to monitoring my ABB Aurora inverter. So with an WeMos D1 mini I create a centraline with web interface, notification and other.
Now we must solder and assembly the free PCB that I create for this centraline.

ABB PowerOne Aurora Web Inverter Centraline WebSocket and Web Server 0

ABB Aurora Web Inverter Monitor (WIM): WebSocket and Web Server – 7

I’d like to monitoring my ABB Aurora inverter. So with an WeMos D1 mini I create a centraline with web interface, notification and other.
It is time to understand how the data we have recovered will be shown, both historical and in real time.

ABB PowerOne Aurora Web Inverter Centraline WIFI configuration and REST Server 0

ABB (Power One) Aurora Web Inverter Monitor (WIM): WIFI configuration and REST Server – 6

I’d like to monitoring my ABB Aurora inverter. So with an WeMos D1 mini I create a centraline with web interface, notification and other.
Here I’d like to explain how to configure WiFi first time and I show REST API of the device.

2

How to manage dynamic WIFI configuration on esp8266 or esp32

One most common need when you use IOT device with WIFI is the first connection attemp, It’s very tedious to hard code WIFI parameter, but a library allows you to connect your esp8266/esp32 to different Access Points (AP) without having to hard code and upload new code to your board. Additionally, you can also add custom parameters (variables) and manage multiple SSID connections with the WiFiManager library.