Joel Vasquez
Members
-
Joined
-
Last visited
Reputation Activity
-
v1.6.5
Updates
This releases introduces two new optional entities:
energy_cost: For those of you using Tibber or equivalent you can display the current cost per kWh on the card using this attribute solar_sell_247: Displays an icon that updates if solar sell is on or off . The icon can be clicked to toggle this setting if the attribute is supplied with a switch sensor
-
v1.6.6
Updates
solar_sell_247: accepts 0/1 or off/on Battery SOC is displayed as an integer to fix potential layout issues v1.6.7
Updates
New battery image and layout New optional `aux_type:` attribute under the Load config that lets you change the default AUX image to display a generator image Fixes
Undefined properties when using minimal configurations
v1.6.8
Updates
New non essential image Additional inverter option for aux_type: to display a micro inverter
-
v1.7.1
Updates
Display up to two additional essential loads. See the additional_loads: attribute in the Load card section. Set the sensor to display using the essential_load2: attribute under entities Improvement to Autarky formula
-
v1.8.3
Updates
Apply fixed positions for mdi icons.
NOTE: There is a known issue with the positioning and scaling of mdi icons in Safari. Please use the built in presets instead
v1.8.4
Updates
New card attribute `card_height:` that lets you set the height of the card when panel_mode is set to no. Can be used to fine tune dashboard layouts. Specify height in pixels i.e 450px. The default card height is 396px
Fixes
Remove additional card objects when show_solar is set to no
-
v1.8.1
Updates
Add new oven icon for essential loads Essential icons can be displayed on the lite card
-
v1.7.7
Updates
Add support for customising non-essential icons when there are two non-essential loads. See optional load1_icon: and load2_icon: attributes under the grid card configuration. Options are default, oven, boiler, charger, pump If you need other icons please open a request on GitHub.
-
HI. The card can be configured to display two non-essential loads but at the moment there is no option to customise the icon under this condition.
Include your two CBI sensors that provide your power info under entities in the card configuration
non_essential_load1: non_essential_load2: If you get stuck head over to the github site where all the options are documented
-
v1.7.6
Updates
Introduces a new optional nonessential_icon: attribute under the grid card configuration to change the non-essential image. Options are default, oven, boiler, charger, pump If you need other icons please open a request on GitHub Code refactoring
-
v1.8.2
Updates
You can now use any mdi icon to customise card images. Use either the built in presets i.e. oven, aircon etc. or specify the icon you want to use i.e. load1_icon: mdi:pool Adds <ha-card> element for card mod Removes charger icon preset. Use mdi:ev-station instead