fokicj.blogg.se

Powercard charger
Powercard charger









powercard charger

Type: 'custom:tesla-style-solar-power-card ' name: My Flows # 7 flows between bubbles grid_to_house_entity: id_consumption grid_to_battery_entity: id_battery_charge generation_to_grid_entity: id_feed_in generation_to_battery_entity: sensor.battery_charging generation_to_house_entity: sensor.solar_consumption battery_to_house_entity: sensor.battery_consumption battery_to_grid_entity: sensor.battery_to_grid # extra values to show as text above icons battery_extra_entity: sensor.battery_charge house_extra_entity: sensor.current_temperature generation_extra_entity: sensor.percent_cloud_coverage grid_extra_entity: sensor.monthly_feed_in # optional appliances with consumption and extra values appliance1_consumption_entity: sensor.car_consumption appliance1_extra_entity: sensor.car_battery_state_of_charge appliance2_consumption_entity: sensor.heating_consumption appliance2_extra_entity: sensor.heating_operation # optional 4 main bubble icons for clickable entities grid_entity: id_consumption house_entity: sensor.house_consumption generation_entity: sensor.solar_yield battery_entity: sensor.battery_consumption The sensor can be called whatever you want, they are powermeter sensors in Watt or Kilowatt (choose the same for all, it will create kw from it). There are no required entities, though your configuration can show strange results if you leave some combinations out. The left part of these examples is fixed, change the right part with your own sensors. I would advice to use the bubbles you want and the flows linked to the one's you are using.

#Powercard charger manual

add a manual card with the lovelace gui and configure as seen below.Ĭurrently I have no minimum configuration, but some combinations might not make sense.

powercard charger

  • Add a resource under lovelace (you have to enable advanced Mode in your user profile to see the resource tab( see here for this card).
  • powercard charger

  • Add the card js file from the repo under your home assistant config in the www folder (create one if you don't have it yet).
  • Manual Installation (hacs will do all this for you)
  • click on the tesla-style-solar-power-card.
  • When installed go to HACS->Frontend->Explore & add repositories.
  • In this case the battery icon will also change with the charge. I always have the battery current charge as the battery_extra_entity. To define those you need to add a sensor to any of theses entities: On top of the flows and clickable entity every bubble can have an extra value on top. I also borrowed a few ideas from power-wheel-card sadly not yet as many as I would like ) Optional extra entities Then was rewritten completely taking boilerplate card as a starting point but with typescript. This card started based on the card from bessarabov animated consumption card, thanks again for that work. The clickable entities can be configured through these entities but are optional: For example:īattery_to_house will substract from the battery bubble/icon and add to house bubble/icon. Some will substract the value from one bubble and will add value to another bubble. You need at least one, the placement of the main bubbles is fixed for now. There are 7 main flows and 2 appliance flows. You can show an extra entity text/value on the top part of the bubble. The bubbles/icons can be configured to have an entity when clicked, but the numbers are calculated from the flows.
  • appliance2_consumption_entity (car2/oven.
  • appliance1_consumption_entity (car/heater.
  • These two are controlled directly by their consumption. The two optional appliances can be any consumer in the house, they are attached to the house. The Four main icon values are controlled by the sum of the flows from and to them: I have tried to make it as generic as possible, for now there are 6 bubbles with 4 main icons and 2 extra appliances. It provides a tesla style graphic to see the flows of energy ((k)W). This is a home-assistant card for solar installations. Without defining each flow no line will show, read the usage part carefully (the bubbles can be clickable but this is optional)











    Powercard charger