-
CT coil inaccuracies (Sunsynk)
I eventually convinced my installer that there was a problem. They replaced the CT coil and ran a new cable in a separate conduit, and it's now much more reliable. There is still about a 40W bias, but it's pretty consistent and I've just set my trickle feed to 40W to cancel it out.
-
GreenFields reacted to a post in a topic:
Sunsynk setting to prioritise export without discharging batteries?
-
Sunsynk setting to prioritise export without discharging batteries?
I just tested it, and we're both right: setting the time-of-use power level to 0 does prevent exporting battery (actually it still discharges 100W), but if I have more load than PV then the difference comes from the grid rather than the battery. So I think to get what I want I'll need to add some dynamic control on my Raspberry Pi to switch modes based on whether load exceeds PV.
-
Sunsynk setting to prioritise export without discharging batteries?
Oh right, I'd misunderstood which setting you meant. That does sound sensible - will give it a try. My one concern is whether that will also limit power from the battery to the load: if a thick cloud comes over and PV can't cover the load, I'd rather supply load from the battery than from the grid.
-
Sunsynk setting to prioritise export without discharging batteries?
Surely that means it will run the battery down to zero by exporting from the battery, rather than disabling export? I do have a Raspberry Pi connected to the inverter, so I can easily enough schedule changes to settings.
-
Sunsynk setting to prioritise export without discharging batteries?
Do Sunsynk (5kW) inverters have a system mode in which excess solar is exported rather than used to charge the battery, but without exporting power from the battery? Currently I have "Zero export", "Solar export" and "Priority load" enabled, which only exports once the batteries are full. I've tried disabling the "Zero export" option, but that causes power to be exported from the battery, which is not what I want. The reason I want this is that I have more PV capacity than the city allows me to export. So I'd rather export in the morning and charge the battery at mid-day (peak production hours) so that I don't lose out on generation capacity.
-
How do I interpret the CoCT smartmeter info on their e-services?
More specifically, I've worked out that S = sqrt((P1-P2)^2 + (Q1+Q2-Q3-Q4)^2). And I found https://clouglobal.com/the-four-quadrant-diagram-in-electricity-metering/ helpful in understanding why there are four Q values: basically it separately measures inductive and capacitive reactive power, during importing and exporting. I'm not convinced that formula is really meaningful: if you import 100W for t/2 minutes then export 100W for t/2 minutes (with no reactive power), then the average apparent power over t minutes is still 100W, not 0W.
-
How do I interpret the CoCT smartmeter info on their e-services?
Anyone know which values I should be comparing to my CT coil readings to check their accuracy? In other words, when the Sunsynk inverter reports grid power from the CT coil, is it reporting kW (active power) or kVA? Also, any idea how CoCT computes the bill from this? Does it bill for reactive power?
-
bmerry started following CT coil inaccuracies (Sunsynk)
-
CT coil inaccuracies (Sunsynk)
The specific CT coil in my installation is a CTSA016. Unfortunately the data sheet doesn't say whether it is an AC CT or a Hall effect sensor. I'm curious how accurate CTs are at low currents (1A or less). The IEC 61869-2 accuracy classes only specify accuracy down to 5% of rated current, which for my coil is 5A.
-
CT coil inaccuracies (Sunsynk)
For a bit more detail, here's the plot I made, using a combination of data extracted from the Sunsynk telemetry and eyeballing the meter reading: each horizontal segment on the black line is the average power computed between two meter readings. Blue line is the CT coil reading (P-External-CT-L1), orange is grid power going into the inverter (P-L1), green is the absolute value of orange. If one ignores the large spikes (corresponding to the geyser running), the black line tracks the green pretty well. Also notice that at 2024-11-27 16:00, the coil value went up (I changed the trickle setting) while the meter usage went down. That's what convinced me that I've been exporting and the meter charges for exporting. I'm now using software and an RS485 connection to try to keep the orange line close to zero* by adjusting the trickle charge setting, and my meter is recording about 0.5 kWh per day (= 20W average). What do you mean by "high frequency" in this context? Presumably both the power cables and the cables carrying the CT coil current are 50 Hz? I've previously tried switching the non-essentials off at the DB, and it hasn't made any difference. There is a timer in the DB plus some LEDs for pilot lights/surge protection, but I'm pretty sure they're not drawing 200W (on the basis that I don't burn myself when I touch them).
-
CT coil inaccuracies (Sunsynk)
I've got a Sunsynk 5kW single-phase inverter. I've always noticed the CT coil was a little off (compared to the meter), but recently after adding more panels I decided to dig further. My only non-essential loads are a geyser and stove, and the geyser is on a timer, so most of the time I'm sure there is no non-essential load. However, the inverter reports non-essential loads of between 200W and 500W, varying slowly over time. What's convinced me it's the CT coil is that if I check my meter readings (just manually noting them down every hour) they don't match up with the coil readings at all. Basically, that "non-essential load" is the coil over-reading. My installer keeps saying this is normal and that the Sunsynk coils are just not that accurate, or that it's electromagnetic interference (I've got about 10-15m of cable run between the DB and the inverter, and it's in the same conduit as the power cables). Is this sort of error really normal? It seems pretty high to me - if I wasn't correcting for the error by adjusting the trickle charge setting, I'd be exporting 5 kWh/day or more (and my meter charges me for export - still waiting for the AMI meter). Has anyone else had errors of this magnitude and managed to fix them? The two suggestions I've come across are to use a higher-quality cable (e.g. Cat 6 or 6A) between the coil and inverter, or to use a separate power measurement device with a Modbus connection to the inverter (e.g. https://www.sunsynk.org/post/eastron-meters-do-you-need-one). The latter sounds ideal, but could be difficult because my DB doesn't have any more space for such a device.
-
-
SunSynk WiFi Dongle Hacking.
Sunsniff decodes the sensor values in the protocol when run on a router between the dongle and the internet. You can see a table relating offsets in the 292-byte packets to the modbus registers here. I never dug into the rest of the protocol (such as sending commands back to the dongle to modify inverter settings) because I ended up going with a Raspberry Pi and an RS-485 cable.
-
SunSynk WiFi Dongle Hacking.
I'm not sure if it's relevant to your question, but what I did in https://github.com/bmerry/socit is that when I want to set the current minimum SoC, I construct a schedule which puts about a 15-minute window around the current time and sets the target SoC for that window (computed dynamically), and for all the other program slots I set a much more conservative minimum SoC (50% for me). That way, if something goes wrong (software crashes, RPi running the software dies, RS485 connection to the inverter fails etc) it will revert to the safe value (apart from 15 minutes a day) rather than depleting the battery because the dynamic control is unable to raise the minimum SoC in response to load shedding.
-
mzezman reacted to a post in a topic:
Some new software for Sunsynk/Deye inverter minimum SoC control
-
solazzz reacted to a post in a topic:
Some new software for Sunsynk/Deye inverter minimum SoC control
-
-
Some new software for Sunsynk/Deye inverter minimum SoC control
I've open-sourced some Rust code that I'm using to dynamically adjust the minimum battery level on my Sunsynk inverter, using information from EskomSePush to adapt to load-shedding. I know some people are already doing similar things with Node Red and/or Home Assistant, but this might be useful for someone wanting a light-weight self-contained solution. It tries to do some smart things to avoid cycling the battery unnecessarily. https://github.com/bmerry/socit
-
-
SunSynk WiFi Dongle Hacking.
You might be thinking of https://github.com/bmerry/sunsniff. That runs on my router (which happens to be AsusWRT, but I imagine it would work on OpenWrt too).
-
SunSynk WiFi Dongle Hacking.
This sounds pretty cool @RoganDawes. I've been thinking about going the RS485 route, but didn't really want to spend money on hardware for it when my current solution is working well enough. If reprogramming the original dongle will work that would be awesome. I'm a software guy so I have no idea how one would go about flashing the dongle. What tools would one need?
bmerry
Members
-
Joined
-
Last visited