Yup, user name is missing. I 'all add validation for thisthanks Ryan. Sorry I have to log off tonight. Thanks Guys.
![]()
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.
Yup, user name is missing. I 'all add validation for thisthanks Ryan. Sorry I have to log off tonight. Thanks Guys.
![]()
Hats off ryan, great debugging skills :-)the user for telemetry should be your username for io.adafruit.com, same place you get token/AIO key
Okay I been looking at the videos and readding. I have a couple of questions.
- for the 5v male power socket can you use a smaller power connection? For example a laptop type of supply?
- with the rasberry pi zero W and 16 channel is it possible?
- For the Leviton adapters they come in two inputs are each input controllable or only the set is controllable?
2 & 3 is used for i2c communication,which the pwm chip (pca9685) requires. Gpio4 is used for temp probe.Are GPIO pins 2, 3 and 4 used for something strange? My relays won't light up using those (and a few other) GPIO pins. I moved them to GPIO pins 16, 12 and 7 and they worked.
I must have missed those in the docs. I think there was a total of 5 gpio pins that wouldn't connect to the relays. Anyway success.2 & 3 is used for i2c communication,which the pwm chip (pca9685) requires. Gpio4 is used for temp probe.
This will be epic :-)I must have missed those in the docs. I think there was a total of 5 gpio pins that wouldn't connect to the relays. Anyway success.
![]()
I was about to ask the same thing, to throw all 16 relays will be >1100mA. What is the limit that the pi can source on the 5v pins?@HM3105 so, you are not encountering any power issues... like all the 16 relays working as expected? did you test them?
Yeah, same is my concern... If we hit any issue, a dedicated power supply for the relay board should address this, or a 10amp power supply for the pi. I have to cross check this at adafruit forumI was about to ask the same thing, to throw all 16 relays will be >1100mA. What is the limit that the pi can source on the 5v pins?
If this thing is working, it will be one of the first working 16 outlet power bar that I have encountered :) , i am stoked to see this .. hugs
I was about to ask the same thing, to throw all 16 relays will be >1100mA. What is the limit that the pi can source on the 5v pins?
Some of the relay board draws more current than other. I was just about to mention that we all should mention the brand of relay boards we are using. Things like sainsmart is gold, and i can trust their current draw to be stable or comparable at 20ma. But that per channel draw, its not the vcc power draw..Where is the 1.1 amp coming from? The relays per manufacture spec (Sainsmart) should pull max of 20ma each to work.
Otherwise you and @Ranjib are correct, I'll have to increase the power supply. =(
15 out of 16 worked, no power warnings from the Pi.Some of the relay board draws more current than other. I was just about to mention that we all should mention the brand of relay boards we are using. Things like sainsmart is gold, and i can trust their current draw to be stable or comparable at 20ma. But that per channel draw, its not the vcc power draw..
Dang, so close. Whenver you get time check whats wrong with the one thats not working as expected,15 out of 16 worked, no power warnings from the Pi.
![]()
Dang, so close. Whenver you get time check whats wrong with the one thats not working as expected,
- Is the led on the relay working?
- Is reef-pi doing the right thing (logs should show switch on/off) . `cat /sys/class/gpio/gpio<number>/value` will show the software side of thing working as expected or not.
Editing an existing equipment was in my mind, I just didn’t get time to do it. Given deleting and recreating was trivial I didn’t get back to it later. I’ll add it in my todo list, but not sure if I’ll have enough time to do this before 1.0, the UI for editing is bit complex, and I am already working on the doser right now, plus this is workflow is not encountered on daily operation, i.e once equipment is declared regular day to day operation is fine. Still this is important and common expectation, reef-pi must have it.I mapped the GPIO pin wrong, work is coming up fast so I'll have to fix it tomorrow unfortunately.
I'm a couple of revs back on the UI however I would like to respectfully suggest the following.
For the outlet and equipment set up, an edit function. It looks like I have to delete each outlet and then set it up again if I change anything.
For the equipment tab, if the defined equipment could show what outlet it is mapped to that would be great.
for the failed to detect ip, just change eth0 to wlan0 on the system tab.Good morning. I guess I still have a problem.
I performed a reboot and reload from system.
When checking the IO feed I have nothing to display.
log screen just now
![]()