Raspberry Pi Picoで1-Wireの温度センサーを使いつつZabbixに送りつける

Try running the water temperature sensor with Pico and Circuit Python.
ORIGINAL POST
By Akira Ouchi
components
Hardware Components
Raspberry Pi Pico
X 1
DS18B20
X 1
W5500
X 1
SSD1306 OLED
X 1
Software Apps and online services
adafruit_wiznet5k
adafruit_onewire
adafruit_ds18x20.mpy
adafruit_displayio_ssd1306.mpy
adafruit_display_text
details

20211209110623.jpg

I’d like to use the DS18B20 water thermometer sensor that landed from Pimoroni the other day in a juvenile fish bucket that is being raised indoors, but I’ll try this with Pico as well as usual.

 

 

 

On the Zabbix side, create an appropriate host (as you specified in the script as “pico-w5500”) and create a Zabbix trapper type item named “ds18b20.temp” on the host you created.

20211209110623.jpg

I’d like to use the DS18B20 water thermometer sensor that landed from Pimoroni the other day in a juvenile fish bucket that is being raised indoors, but I’ll try this with Pico as well as usual.

 

 

 

On the Zabbix side, create an appropriate host (as you specified in the script as “pico-w5500”) and create a Zabbix trapper type item named “ds18b20.temp” on the host you created.

documents
Code
github

COMMENTS

Please Login to comment
  Subscribe  
Notify of
POSTED BY
Reusable S/W