jobvk / Home-Assistant-Windcentrale

Provides Home Assistant sensors for multiple wind turbines from the Windcentrale
https://jobvankoeveringe.com/projects/windcentrale/
Apache License 2.0
14 stars 3 forks source link

Energy Shares Rode Hert not visible #94

Closed mschut closed 1 year ago

mschut commented 1 year ago

Checklist

The problem

Within the Windcentrale integration we are using the shares of three windmills. However, only the value of Energy Shares of the Rode Hert remains 0,0kWh. The other two mills do show their values. Within the Rode Hert values, it does show the value (Watt) per share, and the total value for our shares for this mill. The issue therefore is that there is a sync of the values for the Rode Hert, only not in the value which is used in the Energy view.

Schermafbeelding 2023-03-07 om 19 59 54

What is version of Home Assistant Core did you receive the bug?

Home Assistant 2023.3.1

What is version of Home Assistant Supervisor did you receive the bug?

Supervisor 2023.01.1

What is version of Home Assistant Supervisor?

Operating System 9.5

What is version of the Windcentrale integration?

0.2.6

Example Code snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

jobvk commented 1 year ago

Check https://github.com/jobvk/Home-Assistant-Windcentrale/issues/72

You have to contact the company with and ask if they can fix it. You can use this json:

Rode Hert

{
   "WND-RH":{
      "diameter":"32",
      "year_runtime":"0",
      "total_runtime":"0",
      "rpm":"13.4",
      "year_production":"0",
      "wind_direction":"ZO",
      "power":"392",
      "wind_power":"4",
      "timestamp":"1676451130",
      "id":"31",
      "power_per_share":"59",
      "power_percentage":"20",
      "pulsating":"0"
   }
}