The “resource” is wrong. It should be like this (the documentation is confusing on this part):
resource: http://192.168.0.196
And the core integration does work…I tried it a few days ago just to see how it compares to the other integration by @safepay, which I am running 24/7 without major issues. And they have also changed the core integration so that it now publishes all readings as individual sensors and not as attributes.
@nilrog Thanks for clearing that up. If that’s the case though then the documentation needs to be updated as it is definitely unclear the way it is now. Fronius - Home Assistant
@nilrog. Thanks for the advice on prefixing http:// It was about the only thing I didn’t try!
I have it working now - however all of the measurements are in Watts. Do you know how I can display results in kW and kWh? The following commands don’t pass the config test.
power_units: W
units: kWh
Also some of the results have 10+ decimal points. How do you round them off?
@Delbz The core fronius integration is not as customisable as @safepay custom component at the moment. You could modify the sensors using template sensors
I’ve been working on enhancing the GUI.
Here’s my current energy screen.
Does anyone know how I can display the ‘rel_Autonomy’ field from the fronius API?
Hi, looks really nice, would you share that screen with me?
I am interested in the card for Grid Usage, don’t know how to do that and which kind of card you are using.
Hi Marcus, thanks for your quick response.
I have added the tod platform in configuration.yaml, so that part is ok, but for the manual card I have issues when I try to add it, I get just errors, I am quite new to home assistant, I guess I am doing something wrong. Tried to copy and past the color_tresholds: part to the manual card config but that doesn’t really work…
Maybe you can give me a hint.
thanks
yes I haev installed the mini-graph-card but had to restart the server, now it looks good. Do you know if I can set the timeinterval to update the figures so it will be shorter?
@Delbz, thanks for posting those inspirational views
I started reworking my setup and used your views as base and so far ended up with this…still tweaking the setup.
Solar and Consumption - Note I had to create a new sensor in configuration.yaml called ‘sensor.fronius_house_load_pos’ to display the ‘house load’ number as a positive - it’s negative by default.