Ben

Results 122 comments of Ben

Also looking for this, though title should say (Amazon) Prime Gaming now and not Twitch, that's been dropped. Nothing coming up in the integrations search, my collections getting ever larger.

> This is needed to make this library work on Raspberry Pi 4 Model B. +1 It's the not Pi. It's the BME680 you are using. They, like the BME280,...

The Pimoroni script probably enable I2C, which you'll not have done You can do that in raspi-config manually or `sudo raspi-config nonint do_i2c 0` I think. It's probably not in...

I;m no C programmer either but I've used this, so here goes. > 1. Does your implementation poll for readings every 3 seconds because you have picked up the "generic_33v_3s_4d"...

Did you change the name etc on the second Pi? It should not be the same as on your first pi. It then just shows up under MQTT on HA....

For a single attribute (as I've been finding out how to do this aswell) You can add an **Entity** Then add the attribute **Throttle** there Had trouble in **Entities** but...

No, it is this line I think you are talking about, you may need to do it for all the other sensors as well https://github.com/ironsheep/RPi-Reporter-MQTT2HA-Daemon/blob/8fbb4f140ad722f8779bc61bd7dadb79f63f0423/ISP-RPi-mqtt-daemon.py#L1116 you'll need to rearrange the...

Excellent, it wasn't actually for me as such, I was replying to a question on the RPI forum and thought I would have a look it gpiozero supported it. A...

I can tell you it's not a PiZero problem with the module, since I've used it on them since way back when. You could try a different pin and see...

Can you trigger a refresh sensors ? It could be built into an faulty sensor check too. The ghost/removed sensors would report a faulty code or missing measurement. So trigger...