EmAnzi3

Results 24 comments of EmAnzi3

> What is wrong with the data shown? I'll show you an example from the Energy Flow readings, the ones the Power Sensor and Batteries. ![Energy Flow](https://user-images.githubusercontent.com/27973961/143688472-10871bb7-4e2f-405d-b73f-909e309e5039.PNG) ![Power Sensor](https://user-images.githubusercontent.com/27973961/143688481-27eaf28a-5638-4913-949c-afba1aa71ad6.PNG) ![Bat1](https://user-images.githubusercontent.com/27973961/143688647-ee033a80-b1d8-4f46-9a6b-4cf620b592b2.PNG)...

> So which information you want is still missing? My goal is to be able to recreate, on HA, the Energy Flow provided by Fusion Solar.

@JacoboSanchez, thanks for the tips. With your hint I successfully created the "Power imported from grid" and "Home usage" entities which are more or less matching Fusion values. Now, about...

@JacoboSanchez, sorry for the lack of information, I had not much time during the day. I now collected more info, see Excel file, beside the unit measurement difference (W in...

> I can confirm you that Fusion app does have a 5minutes update time while the home assistant does update values a lot more often. OK, that's a sort of...

> Check [this comment](https://github.com/Emilv2/huawei_solar/issues/53#issuecomment-983862230) in other thread > > EDIT: Both daily_yield or total_yield can be used but daily_yield may have some issues on the daily reset time if system...

> I would use just the value of grid_accumulated_energy for that Done but with that parameter seems like my house is absorbing a bit too much... 😄 ![Capture](https://user-images.githubusercontent.com/27973961/144564440-32b0291f-1217-4f62-8671-3f770582235b.PNG)

> you will have to wait until tomorrow so HA knows the increments produced on the current day Hi, seems like situation isn't really improving. ![Capture](https://user-images.githubusercontent.com/27973961/144738893-0d8c8e11-1af7-4d28-949a-7c31c4037338.PNG) ![Capture1](https://user-images.githubusercontent.com/27973961/144738895-c89b7eda-3846-429b-af00-7bc13d764b64.PNG)

> What do the values of the Energy Consumption template sensor look like? Hi, please refer to attached image, but yes, seems like there is a unit issue. ![Capture1](https://user-images.githubusercontent.com/27973961/144754964-aa8e3830-dd9b-4482-92b0-04982fbdf9b3.PNG) About...

> Don't do `float(0)` but `float`, I think that should fix your issue. With `float(0)` you specify that invalid numbers should be cast to 0, so if for some reason...