Andreas Wisskirchen
Andreas Wisskirchen
> Hi guys, > > Thanks a lot for you answers. > > I've put everything together in my repo. https://github.com/sand1812/python-daly-bms.git > > So you have : > > *...
I use script from Franceso, but only errors: Traceback (most recent call last): File "/home/pi/daly-bms/daly-bms.py", line 60, in asyncio.run(main(con)) File "/usr/lib/python3.11/asyncio/runners.py", line 190, in run return runner.run(main) ^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/asyncio/runners.py",...
> I figured out a simple script that can be used to read data over Bluetooth: > > ``` > #!/usr/bin/python3 > from dalybms import DalyBMSBluetooth > import asyncio >...
> Hi @dg1kwa, I don't use a Daly BMS anymore so I'm not maintaining this code anymore. Your error message seems to indicate that you are trying to poll a...
I have this (Raspbian 12 64bit): pi@raspberrypi:~/luma.examples $ sudo -H pip3 install -e . error: externally-managed-environment × This environment is externally managed ╰─> To install Python packages system-wide, try apt...
> > So please update your documentation please :) > > See #167 > > @dg1kwa please try the updated instructions, temporarily located at https://github.com/rm-hull/luma.examples/tree/env-doc#installation-instructions until that pull request is...