Documentation
Guide to setting up and using Siton Monitor.
Getting Started
-
Register
Create an account on the Siton Monitor portal.
-
Add Inverter
After registration, add your Siton 210 in the dashboard.
-
Get API Key
An API key is generated automatically when you add an inverter.
-
Flash Firmware
Upload the firmware to the ESP8266 and enter the API key.
-
Monitor Data
Data will start appearing in the dashboard after the first upload.
Hardware Requirements
Required
- Siton 210 MPPT Inverter
- ESP8266 (Wemos D1 Mini)
- RS485/TTL RS485/TTL Converter
- USB Cable (micro)
- DuPont Wires
Optional
- Project Box
- Power Supply
- DIN Rail
Software Setup
1. Install Arduino IDE
Download and install Arduino IDE from the official website.
2. Add ESP8266 Support
Add the ESP8266 boards URL in Arduino IDE settings.
http://arduino.esp8266.com/stable/package_esp8266com_index.json
3. Install Libraries
Install the required libraries via the Library Manager.
WiFiManagerEasyTransferESP8266HTTPClient
4. Configure Upload
Select board "LOLIN(WEMOS) D1 R2 & mini" and the correct port.
API Reference
API Introduction
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/data |
Submit Data |
| GET | /api/inverter/{id}/live |
Live Data |
| GET | /api/inverter/{id}/chart |
Chart Data |
Per Inverter Login