Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

53 Commits

Repository files navigation

NETSGPClient

Arduino Interface for cheap 2.4ghz RF enabled Solar Micro Inverters using the so-called NETSGP protocol for communication.

Here is a YouTube video that shows the general function https://youtu.be/uA2eMhF7RCYYoutubeVideo

Examples

The PollDemo shows how to request a status from the Micro Inverter synchronously. Input your inverter id to get status updates.

The AsyncDemo shows how to get a status from multiple Micro Inverters asynchronously. Input one or more inverter identifiers to get status updates inside the callback.

Supported Devices

You can find an overview of all devices and their datasheets here

ModelTestedCompatibleNotesID starting with
SG200LS200W model
SG200MS200W model11000001
SG200HS200W model
SG200TS200W model
SG250LS250W model
SG250MS250W model
SG250HS250W model
SG250TS250W model
SG300LS300W model
SG300MS300W model19000001
SG300HS300W model
SG300TS300W model
SG350LS350W model
SG350MS350W model
SG350HS350W model
SG350TS350W model
SG400MS400W model
SG400HS400W model
SG400MD400W model
SG400TD400W model
SG450MS450W model
SG450HS450W model
SG450MD450W model
SG450TD450W model
SG500MS500W model
SG500HS500W model
SG500MD500W model34000001
SG500TD500W model
SG600MD600W model38000001
SG600HD600W model
SG600TD600W model
SG700MD700W model41000001
SG700HD700W model
SG700TD700W model
SG800MD800W model26000001 ❔
SG1000MD1.0kW model
SG1000HD1.0kW model
SG1000MQ1.0kW model48000001
SG1000TQ1.0kW model
SG1200MT1.2kW model
SG1200HT1.2kW model
SG1200MQ1.2kW model52000001
SG1400MQ1.4kW model
SG1400HQ1.4kW model

Model number explanation

Model numbers consist of three parts. Prefix, Wattage and Suffix. The suffix itself consists of two capital letters having both different meanings. The first suffix letter specifies the maximum voltage capabilities of the inverter, the second letter the amount of input MC4 connector pairs. The wattage gets split across all inputs.

PartValueMeaning
PrefixSGPresumably stands for Solar Grid
Wattage200 - 1400Maximum power capability
Suffix first letterLLow operating voltage 10V-30V, MPPT voltage 14V-24V
MMedium operating voltage 18V-50V, MPPT voltage 24V-40V
HHigh operating voltage 30V-70V, MPPT voltage 36V-60V
TTop? operating voltage 70V-120V, MPPT voltage 80V-115V
Suffix second letterSOne MC4 connector pair (Single)
DTwo MC4 connector pairs (Dual)
TThree MC4 connector pairs (Triple)
QFour MC4 connector pairs (Quad)

About

Arduino Interface for cheap 2.4ghz RF enabled Solar Micro Inverters

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages