awaescher / home-battery-widget

An iOS 16 lockscreen widget to display home batteries with Scriptable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Home battery widget for iOS 16

An iOS 16 lockscreen widget to display home batteries with Scriptable.

Special thanks to Normal-Tangerine8609 for his awesome progress-circle gist.

How does it work (for me)?

This implementation is powered by a home battery MyReserve Matrix from Solarwatt that is connected to a local kiwigrid installation.

Battery information is regularly read with kiwi, pushed to kvstore.io with kiwipush.

The javascript code in this repository can be used to build a widget with the free Scriptable app. It retrieves the values from kvstore.io that were pushed before and uses them to build the gauge widget.


The following screenshot shows this widget besides other battery widgets on iOS:

  1. Home battery widget (this repository)
  2. TESLA battery widget
  3. Apple battery widget
  4. Apple battery widget

Widget on the lock screen

About

An iOS 16 lockscreen widget to display home batteries with Scriptable

License:MIT License


Languages

Language:JavaScript 100.0%