Replies: 5 comments 5 replies
-
Few things
Both the sht31 and DS18B20 will work with the dewheater module Alex |
Beta Was this translation helpful? Give feedback.
-
Update: I have enabled i2C on the Pi. and went back to the Heater Module settings. I have placed in the module dew control settings Limit 4 and a Forced temp of 5. When I save and check the debug I am seeing: Result - Temperature outside limit temperature 20.64. dew point 11.37. I take it the sensor is working of sorts? The red and green leds on the relay module are still both lit. on the Overlay Editor from Variables Manager there is a variable for temperature which I have enabled - is this the reading of my sensor? It is not showing on the Live view. Any suggestions to test or proceed? |
Beta Was this translation helpful? Give feedback.
-
All of the dew heater variables are prefixed 'DEWCONTROL', 'DEWCONTROLAMBIENT' is the temperature read from the dew heater temperature sensor. I woud look at what the actual gpio pins are doing, some relays don't like being driven directly from gpio pins. Its looks like a pi 4 so use the following command to display the status of all of the gpio pins. Find pin 20 in the list and chnage the dew heater module settings and see if it changes raspi-gpio get |
Beta Was this translation helpful? Give feedback.
-
First Alex thanks for your patience, I really do appreciate it and I understand it must be frustrating for you knowing that I know very little about all things Pi. |
Beta Was this translation helpful? Give feedback.
-
Relay success - the new relay worked first time! This one had a switchable signal level of 5v or 3.3v and an input of 5 or 3.3. I left input at 5 and the switch was on 3.3 so I just give it an go and - hey presto! |
Beta Was this translation helpful? Give feedback.
-
Camera setup and layout looking good so far.
Phase 2 - add Dew Heater before installing in enclosure.
I am using the example as in Dew Heater Module documentation.
I attach a photo of my setup less the dew heater ring and power supply.
First question - is this sensor suitable? Bought because it is an SHT31.
If not correct can anyone recommend a module available in UK known to work.
I have it hooked up as per the sample diagram. Data being the green wire to Pin 3 and Clock the Yellow to Pin 5.
I have the Module enabled in Periodic jobs.
Settings for Sensor, Heater and Dew control as shown all others not changed.
Debug shows Failed to read sensor
Relay showing power and relay on LEDs
Any help much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions