im using a monitor. connected via hdmido you have touchscreen (pi touch) installed?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
im using a monitor. connected via hdmido you have touchscreen (pi touch) installed?
the 18 pin IC socket is sold out could i buy this one https://www.adafruit.com/product/2206 for the power strip?
Finally getting around to testing the input triggering a macro but in testing I have found that I am not getting a reliable signal.
Then I found this comment...
Are the pins set with the internal Pull-DOWN enabled?
Meaning that I need to raise input potential to trigger the input?
/DM
Funny I had just purchased a set of Drok" probes from Amazon and they are giving me problems. It looks like I just buy original chips and make my own or buy some Adafruit to see if those are any good but I think I'll just build my own seems to be the best route for me this way It will be legit. Tan is for the info guy and again keep up the excellent work.Reef-Pi works with DS18B20 1-wire digital temperature probes. There are a lot of probes, but they're a crap-shoot how well they work especially at the common import pricing. Most of the sensor ICs contained in these probes are fake:
GitHub - cpetrich/counterfeit_DS18B20: How to tell original from fake DS18B20 temperature sensors.
How to tell original from fake DS18B20 temperature sensors. - cpetrich/counterfeit_DS18B20github.com
Previously, the "Drok" probes from Amazon (with the 10ft red silicone jacket) were the go to probes,; they used good steel caps (some sensors were not at all stainless steel), good quality cables, and real sensor ICs.
I wanted to do some value add screening on sensors since a lot of people had problems with sensors in general, so I bought a new lot of Drok probes from Amazon (20 or so) and... ended up having Drok cables with fake sensors AND with out of spec temperature performance (1C out with self-heating). (See: https://www.reef2reef.com/threads/r...controller-boards.499890/page-34#post-7998672 )
Most people use the fake sensors as its all there is available, and most actually do actually work, but you may have to try a few to sort out ones which are good in your setup yourself, and verify the temperature performance is correct (which you shouldn't have to do, but here we are). I want to make some better probes with actual Maxim chips, but its going to take a bit longer to qualify them. I'd subscribe to the thread if you're interested.
just bumping this.
Are the any guides for connecting inputs? I cannot see anything in the documentation
/DM
I'm getting strange "Temp sensor failure" Alerts for all 3 of my temps since last night. They seem to have dropped out at roughly the same time. Been on 3.5 for 5 days now.
Seems like all 3 sensors are just unavailable. My Temp setups don't have any Sensors listed anymore and I can't find any to edit existing ones or set up new.
Reloading and Rebooting reef-pi didn't help anything, But I have now done a hard power cycle and it seems to have made things work again.....
got it. that brightness can not be controlled by reef-pi. reef-pi display features are only for pi touch.im using a monitor. connected via hdmi
https://raspberrypihq.com/use-a-pus...Raspberry Pi's general,pin 1 using a resistor. does this help? you can also search for how to connect float switches to pi. or check the design of dfrobot's photoelectric sensor breakout board.just bumping this.
Are the any guides for connecting inputs? I cannot see anything in the documentation
/DM
Reloading and Rebooting reef-pi didn't help anything, But I have now done a hard power cycle and it seems to have made things work again.....
https://raspberrypihq.com/use-a-push-button-with-raspberry-pi-gpio/#:~:text=Connecting the Raspberry Pi's general,pin 1 using a resistor. does this help? you can also search for how to connect float switches to pi. or check the design of dfrobot's photoelectric sensor breakout board.
I suspect one of the sensor probes "latched up" and held the bus, so none of the remaining sensors could respond. Killing the power fixed it of course.
You could use a Raspberry Pi GPIO pin to control the power to the sensors so you can at least soft restart it when it does fail. Normally, the Maxim sensors shouldn't do this (they can only hold the bus for short bursts).
I've had no problems with this for a year, now it's done this twice in less than 24 hours.
Suspect that the water sealing crimp on a sensor has given out. Replace would be my call.
I think that some form of system integrity checking is critical for any control system, especially one where it is possible to end up with a situation like Des has with temp increases due to a failed temp sensor / control bus.
kernel supports multiple 1 wire gpio pins, if thats what you are asking,Strongly agree. At the minimum, we should look at using multiple 1-wire buses if the Linux kernel driver supports it, which prevents one failed sensor dominating the bus. That would be simple for most people to build into their setups. I haven't dug into the kernel driver to see if it supports that, or how special the devicetree support in the RPi kernel is (which the RPi kernel is many levels of special )
kernel supports multiple 1 wire gpio pins, if thats what you are asking,
I dont know.. i have to think about this, specifically the failure conditions. I hear your suggestions.. but i dont know yet if thats all we have to consider. More research on my end i guessIt is Probably the best recommendation for reliability would be enabling multiple pins?