TazerReloaded

Results 27 comments of TazerReloaded

Had the same Problem with my DHT22s, changing `stdout.split("|")` to `stdout.decode().split("|")` worked for me. I run OctoPrint in a Python3 Venv, so `python` and `python3` point to the same binary....

Enable sensor debugging in settings and watch the OctoPrint log, should be some information what's going on there. The values are zero when an error happens while reading, and that...

I have 2 sensors working. Did you specify different pins for each sensor? Does it work if you call the script directly?

I specified everything in plugin settings. Only modification I made is described here: https://github.com/vitormhenrique/OctoPrint-Enclosure/issues/368#issuecomment-737412289 My settings menu looks like this: ![Screenshot_20201226-120850](https://user-images.githubusercontent.com/26871986/103150334-6ff3ec80-4773-11eb-86e5-cb60cd17ed1a.png)

Cool idea, if there is enough space, I'd use JST-XH through-hole connectors (like the BTT SKR 1.4 and many other boards), because they are way more common and pretty robust....

Had the same idea, I have a special ATX-PSU with 24V output and control it with a transistor on a GPIO pin. Switching on and off works like a charm,...

The AM2302 is a digital sensor, performing conversion and compensation internally, so the reported value should be correct. What kind of measurement did you use as a reference? Regarding the...

Oh, didn't see that I guess, I don't have a dehumidifier in my box. Thought only temperature could be used as an input. Well, then only the offset problem remains....

I have two V2 drivers on my printer for X and Y, they work quite well out of the box, so maybe they reworked the default settings (or my printer...

> Decided to check the settings with Pronterface after seeing the popup in Marlin saying "override with M92" well checked and for some strange reason the setting didnt go into...