-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for S0 meters #4
Comments
Hello @dawiduniec , no it is not. This is dedicated to SolarEdge Inverters. I suppose you are talking about S0 output from electricity meters? |
I have S0 output from elektricity connected to solaredge , it's a cheaper modbus alternative https://www.solaredge.com/pl/products/metering-and-sensors/solaredge-s0-meter-adapter-cable#/ |
Aha! Thanks for the link. I have to read up on this, didnt know it was possible |
@dawiduniec if you add the meter1 to the lovelace ui and then click the sensor to see all the attributes, does the attribute exported or imported attributes contain any values? |
There is not attributes under meter1
niedz., 23 lut 2020 o 16:58 Erik A <[email protected]> napisał(a):
… @dawiduniec <https://github.com/dawiduniec> if you add the meter1 to the
lovelace ui and then click the sensor to see all the attributes, does the
attribute exported or imported attributes contain any values?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4?email_source=notifications&email_token=AAA5GTYLEUTBVAN4TSBVNPTREKMKFA5CNFSM4KXIGVGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMV7MEY#issuecomment-590083603>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA5GT33ZUNR7RNFW2OJUVLREKMKFANCNFSM4KXIGVGA>
.
|
Hey Erikarenhill, From what I can gather you are coding up the meter and may not have one yourself to test against? I have a meter and just set the HA "read_meter1" to true, and a whole new entity appeared in HA called "sensor.solaredge_modbus_meter_1" and it's attributes for my device are currently:
(I have 3 phase power) So looks like it's functioning but I have not validated the output yet. If you don't have your own to test against, I'm happy to help. Also - seriously excellent work on this! |
@ugoogalizer I have a SolarEdge inverter but not any external meter. The implementation for reading the 3 phase meter is coming from @awulf that helped out implementing this and verified it working. Glad you found it useful, and thanks for confirming that it works for you too. Please provide any SolarEdge inverter model and meter model so I can add it to a list of compatible hardware This ticket is to support the simpler S0 interface (which I don't own either) |
Ah righteo, sorry for mixing up the tickets but thanks still to @erikarenhill and @awulf for the great work so far! My inverter is a: P-SE-SE10000H-AU000BWU4 (SolarEdge 10kW HD-Wave 1Ph Inverter) and meter is a: SE-WNC-3Y400-MB-K1. |
No worry! Thanks for the feedback :) |
Hello,
Is it possible to get information about consumption from S0 meter?
The text was updated successfully, but these errors were encountered: