Francesco Talotta
Francesco Talotta
Hello! So is it working for Telegram too? Thank you
Hello, any news about this feature? Thank you
That would be great for the community
Hello. Is there anybody that has a simple script that reads data over the Bluetooth? I tried [https://github.com/dreadnought/energy-storage-controller/blob/master/smart_bms.py](url) but I can't let it work with Python 3.9. Thank you :)
Hello, thank you for your reply. I have a Daly BMS 150A with 16 LiPoFe4 batteries. I tried that script but now I get some errors with the config library....
I figured out a simple script that can be used to read data over Bluetooth: ``` #!/usr/bin/python3 from dalybms import DalyBMSBluetooth import asyncio class DalyBMSConnection(): def __init__(self, mac_address): self.bt_bms =...
Hello, thank you for your reply. I tried with `print=true` but there is no additional information in the output file. However, I can confirm that the same calculation performed with...