Replies: 24 comments 13 replies
-
List of status codes |
Beta Was this translation helpful? Give feedback.
-
Working on it :) |
Beta Was this translation helpful? Give feedback.
-
In addition, some of the sensors I used to get it to work have been made into templates. Here are some of the conversions: ` convert_grid_power:
|
Beta Was this translation helpful? Give feedback.
-
You don't need to convert W to kW or kWh to Wh and visa versa anymore. If you have defined the correct unit of measurement and have |
Beta Was this translation helpful? Give feedback.
-
@wgumaa I've added support for the image in 4.7.0 |
Beta Was this translation helpful? Give feedback.
-
Thanks @slipx06. I am away for the holidays but when I get back I will finish the mapping and update you with the entities to include the fronius system. |
Beta Was this translation helpful? Give feedback.
-
Here is the mapping I did the best I could. As you said too many codes! |
Beta Was this translation helpful? Give feedback.
-
So the Fronius is made up of 3 components:
Fronius Smart Meter: SolarNet Data Manager: Symo Advanced 15.0-3-M - Inverter This my current view: You can see that there are some figures that are completely off or not working:
|
Beta Was this translation helpful? Give feedback.
-
Here is the latest: I fixed the daily load but reinstating the template sensor:
But the load going in is still wrong. |
Beta Was this translation helpful? Give feedback.
-
The load is being calculated base on your L1 +L2 +L3 sensors. It look like you have a sensor from the SolarNet Data Manager that you can use for Essential, namely So try adding
|
Beta Was this translation helpful? Give feedback.
-
Yes there is a sensor "sensor.solarnet_power_load" Yes but still showing a negative value. Shouldn't it be positive? Considering that the heatpump and charger are pulling? |
Beta Was this translation helpful? Give feedback.
-
The last update broke the ratio and autarky 4.18.1 |
Beta Was this translation helpful? Give feedback.
-
Its working as intended. You cant have negative Autarky. Your essential load is -2.36kW which is the problem |
Beta Was this translation helpful? Give feedback.
-
I see that but that is calculated and I can't change that unless I make a template sensor. How have you calculated the essential load? |
Beta Was this translation helpful? Give feedback.
-
ok we have to figure a way to calculate the essential power. Using "sensor.power_load" is giving a negative value all the time. Is there a way to inverse that through a template? |
Beta Was this translation helpful? Give feedback.
-
Yes you can create a template sensor that simply multiplies by -1. I don't have an option in the card to invert the load at the moment, but maybe its something I can add in the future
|
Beta Was this translation helpful? Give feedback.
-
I've added an option to invert the load power in https://github.com/slipx06/sunsynk-power-flow-card/releases/tag/v4.19.0 |
Beta Was this translation helpful? Give feedback.
-
The Inverse essential load seems to have done the trick! |
Beta Was this translation helpful? Give feedback.
-
Another bug appeared: when the system is running wholly on solar - not drawing anyhting from the grid, the Autarky and Ratio show 0. What's interesting is when I plugged the car to charge, and the export energy dropped, the Autarky and Ratio now appear: |
Beta Was this translation helpful? Give feedback.
-
Could be because the energy going out is negative? I noticed it disappears as soon as it goes in KW but still there when in W |
Beta Was this translation helpful? Give feedback.
-
Autarky only considers in your case the PV and Essential load. So there is something odd with the sensors. It wont work if your power to load is negative. The Grid power has no influence on the calculation. |
Beta Was this translation helpful? Give feedback.
-
@wgumaa I've gone though the list of status codes and these are my suggested mappings. These moslty map to error or fault conditions. I have confirmed here https://goodhewsolar.com.au/fronius-fault-codes/
|
Beta Was this translation helpful? Give feedback.
-
https://github.com/slipx06/sunsynk-power-flow-card/releases/tag/v4.29.0 let me know if it works |
Beta Was this translation helpful? Give feedback.
-
would anyone mind sharing their Fronius card yaml code. Having a hard time figuring out where everything goes? |
Beta Was this translation helpful? Give feedback.
-
Is there an existing issue for this?
Current Behavior
Add support for Fronius Inverters
Expected behaviour
Add inverter status codes and image
Possible Solutions
No response
Mode
Both
Context / Reason
Add additional inverters
Beta Was this translation helpful? Give feedback.
All reactions