kizniche / Mycodo

An environmental monitoring and regulation system
http://kylegabriel.com/projects/
GNU General Public License v3.0
2.95k stars 494 forks source link

Issue with Atlas Scientific Sensors Cutting out #1195

Closed mdschoff closed 1 year ago

mdschoff commented 2 years ago

My system was fully working today until the sensors cut out I checked the daemon logs and found the following:

2022-05-18 17:07:25,836 - ERROR - mycodo.inputs.atlas_ph_5ce9e230 - Sensor read unsuccessful: [Errno 121] Remote I/O error
2022-05-18 17:07:25,836 - ERROR - mycodo.controllers.controller_input_5ce9e230 - StopIteration raised 3 times. Possibly could not read input. Ensure it's connected properly and detected.
2022-05-18 17:07:26,219 - DEBUG - mycodo.devices.atlas_scientific_i2c_1_51 - AtlasScientificI2C raised an exception when taking a reading: [Errno 121] Remote I/O error 

I checked to see if the devices were being recognized and they were not being recognized so I reset and it started to work, but then went back to the same 3 log messages repeating.

I checked to wire (Which I will double and triple check, but the lights are on in the atlas boards). Just wondering if this is a possible software thing or if it is most likely a hardware problem on my end.

If you need any more info please let me know what I can provide.

kizniche commented 2 years ago

It's most likely a hardware issue. Please only start issues here on github if you are sure it is a software issue. Github issues should be reserved for fixing bugs. Please use the forum otherwise. Your issues today are all related to misconfigurations or general questions how to use the software.

kizniche commented 2 years ago

As with the other issue, disconnect all devices. Then connect each device by itself on the shortest wires. Once all devices have been tested, start adding one device at a time together.

mdschoff commented 2 years ago

My apologizes. I didn't realize there was a forum. I thought this was the only community support feed.