├── FHEM └── 70_GenericSmartBMS.pm ├── LICENSE ├── README.md └── Raspberry ├── bmsinfo.py └── bmstcp.py /FHEM/70_GenericSmartBMS.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sw-home/FHEM-BluetoothSmartBMS/HEAD/FHEM/70_GenericSmartBMS.pm -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sw-home/FHEM-BluetoothSmartBMS/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sw-home/FHEM-BluetoothSmartBMS/HEAD/README.md -------------------------------------------------------------------------------- /Raspberry/bmsinfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sw-home/FHEM-BluetoothSmartBMS/HEAD/Raspberry/bmsinfo.py -------------------------------------------------------------------------------- /Raspberry/bmstcp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sw-home/FHEM-BluetoothSmartBMS/HEAD/Raspberry/bmstcp.py --------------------------------------------------------------------------------