Welcome to Smart Home Forum by FIBARO
Dear Guest,
as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.
As a member you can:
- Start new topics and reply to others
- Follow topics and users to get email updates
- Get your own profile page and make new friends
- Send personal messages
- ... and learn a lot about our system!
Regards,
Smart Home Forum by FIBARO Team
Question
Staszek.S 6
Hi there:)
So I have Fronius Symo, with aditional energy meter (S0 type).
Fronius gives production related info (by itself), and also grid flow in plus (house usage) or minus (grid feed). There is also house load paramether. This is thanks to S0 meter.
The inverter and power network are connected in paralell to one side of the meter, the house is on the second side.
So the meter knows total usage of the house and production.
In fronius related devices and in energy panel in HCL3 I can see production (total and momentan) and grid flow (plus or minus) as well nice charts of production
What I can't make is to have consumption presented and showed in energy panel. However I can see P_Load (which is power consumption in given moment - but only in main fronius device config.
It is zero all the time in Consumption meter and in energu panel.
Only consumption I have is from single/double switches but these are some small numbers in watts (led bulbs).
But general house consumption is missing, despite the fact that all data that it requires are there (P_Load usage over time).
So this shold be easy to calculate.
So simple question - ho can I have it done ?
I still have my Homeassistant instance runniing - I'm moving from HA to Fibaro - so I have reference data to check if new configuration in Fibaro works well.
So far it is not...
In HA, I was using fronius integration with small pieces of scripting to get what I wanted:
This is what I was using in HA.
I know scripting is different but it gives some idea.
# Calculating production and usage
- platform: template
sensors:
fronius_house_load_positive:
unit_of_measurement: 'kW'
value_template: "{{ (states('sensor.fronius_house_load') | float) | abs | round(2) }}"
friendly_name: ‘Actual usage’
- platform: integration
source: sensor.fronius_house_load_positive
name: house_energy_used_hour
unit_time: h
# unit: kWh
round: 2
method: left
Utility meter
house_energy_used_day:
source: sensor.house_energy_used_hour
cycle: daily
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.