(no title)
jstsch | 1 month ago
Total price, 1600 euros. So close to the magical 100 euros per kWh. Driving it with some interesting combinations of Raspberry PI's and serial interfaces and custom written Go code, but it works... :)
jstsch | 1 month ago
Total price, 1600 euros. So close to the magical 100 euros per kWh. Driving it with some interesting combinations of Raspberry PI's and serial interfaces and custom written Go code, but it works... :)
Dylan1312|1 month ago
Then bought a 16kwh battery for ~£1500, installation was plugging in a positive, negative and ethernet cable and configuring the inverter to use the battery. (if my home insnurer is reading this, I had an electrician friend double check while helping with some other work)
Definitely recommended for anyone who likes tinkering, thousands cheaper than installer pricing.
f1shy|1 month ago
Willing and allowed. In some countries it can only be done by certified electricians.
pjc50|1 month ago
testing22321|1 month ago
MisterTea|1 month ago
scarecrowbob|1 month ago
It "may" not be permitted, but if you live in a collection of shacks in rural Colorado that were themselves -already- completely un-permitted then you might decide that it's best to just do the work yourself.
ViewTrick1002|1 month ago
It’s been crazy seeing the western home storage market selling systems with the €/kWh being more expensive than buying a BEV. And that includes a car.
https://www.docanpower.com/eu-stock/zz-48kwh-50kwh-51-2v-942...
j2kun|1 month ago
jstsch|1 month ago
You'll encounter stuff like: manual says use RS485 port on Battery for GroWatt inverter → need to use CAN port on Battery. Meter Port (RS485 [serial] over RJ45) wiring on GroWatt is unknown (A: white orange / B: white blue, cross them over). Dinky RS485 serial → USB converter needs a 120ohm resistor between pins for line termination. Growatt meter port expects a SDM630 meter, not a DTSU666 (hardcoded), so vibe code another emulator. DIP switches for RS232 connection need to be both on the ON position (undocumented). CH340 USB→serial converter for RS232 does not work, but one with a Prolific chip does. Etc. etc. etc :)
Oh, and the biggest one... I was expecting to be able to just send a command, 'charge at 500watts', now... 'discharge at 2000watts'. But no. You have to emulate a power meter and the inverter will try to bring the net power to 0. Fun! :)
MisterTea|1 month ago
What protocol is it speaking? I've seen some of the more mainstream models call out that they use Modbus but all the cheap import models either might use Modbus or some custom protocol you have to reverse engineer or hope someone else did.
microdrum|1 month ago
Barbing|1 month ago
Feel you have more unknowns on the safety front? vs. the expensive off-the-shelf. [in the USA, it’d also be “fewer names to sue” in that unlikely tragedy of combustion in home, but no euro/kWh targets there]
tomashubelbauer|1 month ago