|
Post by Powderjockey on Oct 6, 2022 15:44:32 GMT -8
Looked around the site and couldn't find anything definitive in relation to this topic. I'n not seeing anything on Blynk and the fan in the box is not turning on as there is no inside temperature. It did work at some point in the past.
What can I test?
|
|
|
Post by SDL on Oct 7, 2022 5:16:24 GMT -8
What are you using to measure Inside Temperature? The HDC1080?
If so, stop SkyWeather running and run this command. Post the results.
sudo i2cdetect -y 1
BP
|
|
|
Post by Powderjockey on Oct 10, 2022 17:10:34 GMT -8
What are you using to measure Inside Temperature? The HDC1080? If so, stop SkyWeather running and run this command. Post the results. sudo i2cdetect -y 1 BP HDC1080? I think? pi@SkyWeather:~/SDL_Pi_SkyWeather $ sudo i2cdetect -y 1 0 1 2 3 4 5 6 7 8 9 a b c d e f 00: -- -- -- -- -- -- -- -- -- -- -- -- -- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 40: -- -- -- -- 44 -- -- -- 48 -- -- -- -- -- -- -- 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 70: -- -- -- 73 -- -- -- 77 pi@SkyWeather:~/SDL_Pi_SkyWeather $ I2C Mux - TCA9545 : Present BME680 : Present BMP280 : Not Present SkyCam : Present DS3231 : Not Present HDC1080 : Not Present SHT30 : Present AM2315 : Not Present ADS1015 : Not Present ADS1115 : Present AS3935 : Present OLED : Not Present SunAirPlus/SunControl : Not Present SolarMAX : Not Present SI1145 Sun Sensor : Not Present TSL2591 Sun Sensor : Present DustSensor : Present WXLink : Not Present Dual SolarMAX/WXLink : Not Present UseBlynk : Present UseMySQL : Present Check WLAN : Present WeatherUnderground : Present UseWeatherStem : Not Present
|
|
|
Post by SDL on Oct 11, 2022 14:18:15 GMT -8
I don't even see an indoor temperature sensor. The HDC 1080 is not present.
BP
|
|
|
Post by Powderjockey on Oct 12, 2022 7:45:40 GMT -8
I don't even see an indoor temperature sensor. The HDC 1080 is not present. BP What does it look like? Where is normally in the box? I have the BME680 installed and recognized. Is this not built into the PiWeather board?
|
|
|
Post by SDL on Oct 19, 2022 8:08:45 GMT -8
Look for a small square board that says HDC 1080 on it. Look up on shop.switchdoc.com to see pictures.
BP
|
|
|
Post by Powderjockey on Oct 19, 2022 18:27:27 GMT -8
Look for a small square board that says HDC 1080 on it. Look up on shop.switchdoc.com to see pictures. BP No board in there with that number. This is a SkyWeather One, not Two and I'm running the Python3 version, not Python2. Is there a difference with the inside weather temperature board in SkyWeather 1 and 2? test.txt (2.78 KB)
|
|
|
Post by SDL on Oct 25, 2022 15:27:20 GMT -8
It's on the PiWeatherBoard.
PiWeather Board (I2C Mux, Barometer, Altitude, Inside T/H, IAirQ)
run this command:
sudo python testSDL_Pi_TCA9545.py
BP
|
|
|
Post by Powderjockey on Oct 25, 2022 18:15:06 GMT -8
It's on the PiWeatherBoard. PiWeather Board (I2C Mux, Barometer, Altitude, Inside T/H, IAirQ) run this command: sudo python testSDL_Pi_TCA9545.py BP pi@SkyWeather:~/SDL_Pi_SkyWeather $ sudo python testSDL_Pi_TCA9545.py
Test SDL_Pi_TCA9545 Version 1.0 - SwitchDoc Labs
Sample uses 0x73 Program Started at:2022-10-25 20:12:46
-----------BUS 0------------------- tca9545 control register B3-B0 = 0x1 ignore Interrupts if INT3' - INT0' not connected tca9545 control register Interrupts = 0x0 0 1 2 3 4 5 6 7 8 9 a b c d e f 00: -- -- -- -- -- -- -- -- -- -- -- -- -- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 40: -- -- -- -- 44 -- -- -- 48 -- -- -- -- -- -- -- 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 70: -- -- -- 73 -- -- -- 77
----------------------------------- () -----------BUS 1------------------- tca9545 control register B3-B0 = 0x2 ignore Interrupts if INT3' - INT0' not connected tca9545 control register Interrupts = 0x0 0 1 2 3 4 5 6 7 8 9 a b c d e f 00: -- -- -- -- -- -- -- -- -- -- -- -- -- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 70: -- -- -- 73 -- -- -- --
----------------------------------- () -----------BUS 2------------------- tca9545 control register B3-B0 = 0x4 ignore Interrupts if INT3' - INT0' not connected tca9545 control register Interrupts = 0x0 0 1 2 3 4 5 6 7 8 9 a b c d e f 00: -- -- -- -- -- -- -- -- -- -- -- -- -- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 70: -- -- -- 73 -- -- -- --
----------------------------------- () -----------BUS 3------------------- tca9545 control register B3-B0 = 0x8 ignore Interrupts if INT3' - INT0' not connected tca9545 control register Interrupts = 0x0 0 1 2 3 4 5 6 7 8 9 a b c d e f 00: -- -- -- -- -- -- -- -- -- -- -- -- -- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 20: -- -- -- -- -- -- -- -- -- 29 -- -- -- -- -- -- 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 70: -- -- -- 73 -- -- -- --
----------------------------------- test.txt (2.67 KB)This is the result for running the sudo python3 testSDL_Pi_TCA9545.py version. It doesn't print put correctly on the screen and I've edited in the text file attached.
|
|
|
Post by SDL on Oct 29, 2022 12:43:09 GMT -8
Your temperature should come from the BM680 on the board which shows up on Bus 0.
Not sure what is going on here.
BP
|
|
|
Post by Powderjockey on Nov 1, 2022 9:29:07 GMT -8
Would this be a Python3 script problem or something else? When I say the inside temperature is not reporting, I'm looking at the Blynk App. Also the rain amount is not displayed in the App. Wunderground does show the rain volume, but it is not set up for the other. How do I get the UV amount to display?
|
|
|
Post by SDL on Nov 4, 2022 8:28:30 GMT -8
Could very well be a Python3 problem. Anybody else have this problem?
BP
|
|
|
Post by Powderjockey on Nov 5, 2022 9:22:31 GMT -8
Don't know what to say. It crashed again and the 6" of heavy wet snow covered the solar panel and the power diminished to nothing. pushed the snow off and tried a restart and nothing is happening. Need to get something more dependable.
|
|
kiwx
Junior Member

Posts: 65
|
Post by kiwx on Nov 5, 2022 11:27:48 GMT -8
I had a similar issue with wind direction and speed. I found that the tab indents were so bad in the original, that I had mistakenly made part of the code in the python3 conversion unreachable. I replaced the .py file from the source and converted again, paying better attention to what the code was doing not just the python3 issues. That is what fixed my issue.
|
|
|
Post by Powderjockey on Nov 7, 2022 10:41:34 GMT -8
I had a similar issue with wind direction and speed. I found that the tab indents were so bad in the original, that I had mistakenly made part of the code in the python3 conversion unreachable. I replaced the .py file from the source and converted again, paying better attention to what the code was doing not just the python3 issues. That is what fixed my issue. I'll have to give that a go. My other problem is I can't keep a connection to the station with VNC or NoMachine.
|
|