Darren Hague

Results 9 comments of Darren Hague

@oldnapalm you beat me to it by a few seconds :-)

Apologies, the documentation needs updating to use Python 3. In this case, `pip install ...` becomes `pip3 install ...`

Hi Chris - yes, exactly.

Probably best to discuss here, and you can include references to code using links such as this: `https://github.com/dhague/vpower/blob/acab2ec78e15851ba5a3a9176ff2177f02ed36fc/vpower.cfg#L22` which shows up as: https://github.com/dhague/vpower/blob/acab2ec78e15851ba5a3a9176ff2177f02ed36fc/vpower.cfg#L22

Yeah, exactly - I pretty much copied the example code then changed it to make it work for my case. I've used a range of USB sticks (Anself small &...

Yes, on repeated restarts that can happen. That said, on a Pi Zero I have deployed for a virtual power meter it works every time, which suggests it's fine after...

The extended ID puts the top nibble (4 bits) of the ID into the top nibble of the transmission type - see https://www.thisisant.com/developer/resources/tech-bulletin/pairing-to-devices-with-extended-device-numbers It looks like you would need to...

Good question - I think it was just the standard Raspbian image from Dec 2016 (Wheezy?) when I got my Pi Zero.

That said, running vpower should be not at all demanding - what signs are you seeing that it is not reacting fast enough?