TheYOSH

Results 181 comments of TheYOSH

Ok, this is strange and tricky... Can you do the following: 1. `cd /home/pi/TerrariumPI/` 2. `source venv/bin/activate` 3. `python -V` paste output here

Hmm, this is very strange... So could you try the following: 1. `cd /home/pi/TerrariumPI/hardware/sensors/` 2. `rm shtxx_sensor.py` 3. `wget https://raw.githubusercontent.com/theyosh/TerrariumPI/main/hardware/sensor/shtxx_sensor.py` And then restart in debug mode. Could be that the...

Ok, next test: 1. `cd /home/pi/TerrariumPI/` 2. `source venv/bin/activate` 3. `pip install sensirion-i2c-sht sensirion-i2c-driver` and paste the outcome here?

Hmm, so lets try to downgrade some libraries: 1. `cd /home/pi/TerrariumPI/` 2. `source venv/bin/activate` 3. `pip install sensirion-i2c-driver==1.0.0 sensirion-i2c-sht==0.3.0 adafruit-circuitpython-sht31d==2.3.20` And rerun in debug mode. These are the old libraries...

So I found the issue. An external library was causing this. So again, some commands to execute: 1. `cd /home/pi/TerrariumPI/` 2. `source venv/bin/activate` 3. `pip install adafruit-circuitpython-typing==1.10.1` This should fix...

Did the last actions fixed your SHT sensors?

You address is incorrect. I2C bus start at 1. So use address `0x44`. Remove the `,0` part. I guess that should do the trick

Is there something I can do. The only thing I can think of is creating small test code like this: https://sensirion.github.io/python-i2c-driver/quickstart.html The example is using I2C bus 1 (at the...

Where you able to fix this? Can I close this issue?

Hi, sorry for missing some details. No, the key 'Content-type' does not exist in the dict response. So you get a KeyError on the dict. (I do not have the...