Skip to content
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

Open
dawiduniec opened this issue Feb 18, 2020 · 9 comments
Open

Add support for S0 meters #4

dawiduniec opened this issue Feb 18, 2020 · 9 comments
Labels
enhancement New feature or request

Comments

@dawiduniec
Copy link

Hello,

Is it possible to get information about consumption from S0 meter?

@erikarenhill
Copy link
Owner

Hello @dawiduniec , no it is not. This is dedicated to SolarEdge Inverters. I suppose you are talking about S0 output from electricity meters?

@dawiduniec
Copy link
Author

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#/

@erikarenhill
Copy link
Owner

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

@erikarenhill erikarenhill added the enhancement New feature or request label Feb 23, 2020
@erikarenhill
Copy link
Owner

@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?

@dawiduniec
Copy link
Author

dawiduniec commented Feb 25, 2020 via email

@ugoogalizer
Copy link

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:

ac_current: 9.9
ac_current_phase_a: 0.4
ac_current_phase_b: 8.8
ac_current_phase_c: 0.6
ac_voltage_phase_ll: 422.87
ac_voltage_phase_ab: 422.85
ac_voltage_phase_bc: 420.7
ac_voltage_phase_ca: 425.07
ac_voltage_phase_ln: 245.02
ac_voltage_phase_an: 245.02
ac_voltage_phase_bn: 241.63
ac_voltage_phase_cn: 245.84
ac_frequency: 50.02
ac_power_output: -2209
ac_va: 2317
ac_var: 64837
ac_pf: 81.06
exported: 12721
imported: 3672
exported_va: 0
imported_va: 0
imported_var_q1: 0
imported_var_q2: 0
exported_var_q3: 0
exported_var_q4: 0
events: 0
unit_of_measurement: W
friendly_name: SolarEdge Modbus Meter #1
icon: mdi:power-plug

(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!

@erikarenhill
Copy link
Owner

erikarenhill commented Feb 26, 2020

@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)

@ugoogalizer
Copy link

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.

@erikarenhill
Copy link
Owner

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants