cyrils / renogy-bt

Python library to read Renogy compatible BT-1 or BT-2 bluetooth modules using Raspberry Pi.
GNU General Public License v3.0
76 stars 27 forks source link

polling not working? #38

Closed phildabill closed 8 months ago

phildabill commented 8 months ago

Hello,

When setting "enable_polling" to true, the software still exsits after the first fetch/send.

Is that functionality expected? Shouldn't it continuously loop to fetch/send data every "poll_interval" set?

Thanks

cyrils commented 8 months ago

I see there is a bug in example.py, fixed it.