Byraff
Members
-
Joined
-
Last visited
Reputation Activity
-
Byraff reacted to randomfool in SunSynk Logger Integration into Home AssistantOk here goes; caveats to begin with - I am no HA expert, in fact I only discovered HA a few weeks ago through Gary's post and his subsequent links to slip06x dashboard, so my ability to provide "support" will be limited. I am more than happy for any of this work to be updated and improved upon and added to any github to help others as needed. I will be making many other changes to suit my specific needs (e.g. integrating Octupus Agile automations and cards); have left this largely vanilla so you can customise to your own specific requirements.
All of that said; attached is the modified slip06x Sunsynk dashboard; I have made a few changes:-
Removed load shedding as it's not applicable to the UK Moved some of the cards around; dropped the energy cards from the bottom as I felt they were a duplication although I may add them back in at a later date. Today's graph focuses on last 6 hours; not 24 hour period (scroll still enabled). I'm still playing around with this and may change to 12 hours but for the UK a 24 hour period didn't look right to me. Integrated Gary's Time Left to Discharge - this requires the Sunsynk automation flows Gary provided on his github. Added the event card and integrated the timer card; note the "Override Mode" currently does nothing; and I will probably change this around in the coming months to better suit my needs. Only 2 grid layouts; desktop (I am using 2560x1440 and it aligns perfectly) and mobile/tablet 800px - you will need to modify to suit your needs. You will need to add the additions below to your configuration.yaml or equivalent. - sensor: - name: "Sunsynk PV Today" state_class: total_increasing unique_id: "sensor.sunsynk_pv_today" device_class: energy unit_of_measurement: kWh state: > {{state_attr('sensor.sunsynk_input', 'etoday')|float}} - sensor: - name: "Sunsynk Battery etodaychg" state_class: total_increasing unique_id: "sensor.sunsynk_battery_etodaychg" device_class: energy unit_of_measurement: kWh state: > {{state_attr('sensor.sunsynk_battery', 'etodayChg')|float}} - sensor: - name: "Sunsynk Battery etodaydischg" state_class: total_increasing unique_id: "sensor.sunsynk_battery_etodaydischg" device_class: energy unit_of_measurement: kWh state: > {{state_attr('sensor.sunsynk_battery', 'etodayDischg')|float}} - sensor: - name: "Sunsynk Grid Export Today" state_class: total_increasing unique_id: "sensor.sunsynk_grid_export_today" device_class: energy unit_of_measurement: kWh state: > {{state_attr('sensor.sunsynk_grid', 'etodayTo')|float}} - sensor: - name: "Sunsynk Grid Today" state_class: total_increasing unique_id: "sensor.sunsynk_grid_today" device_class: energy unit_of_measurement: kWh state: > {{state_attr('sensor.sunsynk_grid', 'etodayFrom')|float}} - sensor: - name: "Sunsynk Grid Export Total" state_class: total_increasing unique_id: "sensor.sunsynk_grid_export_total" device_class: energy unit_of_measurement: kWh state: > {{state_attr('sensor.sunsynk_grid', 'etotalTo')|float}} - sensor: - name: "Sunsynk Load Today" state_class: total_increasing unique_id: "sensor.sunsynk_load_today" device_class: energy unit_of_measurement: kWh state: > {{state_attr('sensor.sunsynk_load', 'dailyUsed')|float}} Screenshots (Monthly Production missing from screenshots below but it is included on the dashboard, there is just no data as yet so I have not posted it):-
Sunsynk.yaml
-
Byraff reacted to -cK- in SunSynk Logger Integration into Home AssistantI'm digging this layout think this will work brilliant for a wall mount tablet 👌 (something on my roadmap down the line)