Si7021 no reading #409

Open
opened 2021-03-05 14:01:40 +00:00 by Susterki · 5 comments
Susterki commented 2021-03-05 14:01:40 +00:00 (Migrated from github.com)

Sorry I'm am new at this.

I connected the Si7021 sensor (VIN-pin1 GND-pin6 SCL-pin5 SDA-pin3).
I did this:

Run sudo raspi-config
Use the down arrow to select 9 Advanced Options
Arrow down to A7 I2C
Select yes when it asks you to enable I2C
Also select yes when it asks about automatically loading the kernel module
Use the right arrow to select the button
Select yes when it asks to reboot
Install some packages:

sudo apt-get install i2c-tools python-pip
Find the address of the sensor:

i2cdetect -y 1

image

I went in Octoprint and did this

image

and I get this

image

I toggeld "use sudo" in "advanced options" nothing changes

here is the log, I think
octoprint.log

what am I doing wrong?

Sorry I'm am new at this. I connected the Si7021 sensor (VIN-pin1 GND-pin6 SCL-pin5 SDA-pin3). I did this: Run sudo raspi-config Use the down arrow to select 9 Advanced Options Arrow down to A7 I2C Select yes when it asks you to enable I2C Also select yes when it asks about automatically loading the kernel module Use the right arrow to select the button Select yes when it asks to reboot Install some packages: sudo apt-get install i2c-tools python-pip Find the address of the sensor: i2cdetect -y 1 ![image](https://user-images.githubusercontent.com/79394598/110124704-b775a500-7dc2-11eb-9ce6-976b29bafa48.png) I went in Octoprint and did this ![image](https://user-images.githubusercontent.com/79394598/110124783-cf4d2900-7dc2-11eb-8a78-8934fc26c257.png) and I get this ![image](https://user-images.githubusercontent.com/79394598/110124849-e4c25300-7dc2-11eb-96b0-e7d2c5c8860b.png) I toggeld "use sudo" in "advanced options" nothing changes here is the log, I think [octoprint.log](https://github.com/vitormhenrique/OctoPrint-Enclosure/files/6090908/octoprint.log) what am I doing wrong?
FritzWlan commented 2021-04-18 17:11:46 +01:00 (Migrated from github.com)

I have the exact same issue. Also tried with sudo on and off (advanced settings). Did not change anything. Removing sudo password did not help either.

Log says it expects two values to be generated but could only find one (ValueError).

2021-04-18 14:29:15,767 - octoprint.plugins.enclosure - WARNING - An exception of type ValueError occurred on log_error. Arguments:
('not enough values to unpack (expected 2, got 1)',)

octoprint (1).log

Settings /Screenshots are basically the same as above.

I have the exact same issue. Also tried with sudo on and off (advanced settings). Did not change anything. Removing sudo password did not help either. Log says it expects two values to be generated but could only find one (ValueError). 2021-04-18 14:29:15,767 - octoprint.plugins.enclosure - WARNING - An exception of type ValueError occurred on log_error. Arguments: ('not enough values to unpack (expected 2, got 1)',) [octoprint (1).log](https://github.com/vitormhenrique/OctoPrint-Enclosure/files/6332094/octoprint.1.log) Settings /Screenshots are basically the same as above.
ab-tools commented 2021-04-26 20:54:56 +01:00 (Migrated from github.com)

Same here as well, any further ideas on this?

Same here as well, any further ideas on this?
n3roGit commented 2021-04-27 13:24:19 +01:00 (Migrated from github.com)

same here

same here
andiatbaden commented 2021-05-23 16:47:07 +01:00 (Migrated from github.com)

Hello,

got the same issue. Additional i got no seperate tab for the plugin
octoprint.log

thanks for your support

Hello, got the same issue. Additional i got no seperate tab for the plugin [octoprint.log](https://github.com/vitormhenrique/OctoPrint-Enclosure/files/6528399/octoprint.log) thanks for your support
bigmac5753 commented 2021-06-21 10:54:30 +01:00 (Migrated from github.com)

has anyone found a fix for this?

has anyone found a fix for this?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Gandalf/OctoPrint-Enclosure#409