object_page http://www.yama-lab.org/fwb4pi/index.php?work20240902-01 or http://www.yama-lab.org/fwb4pi/index.php?work20240902-01 device yamaRasPiDp9_1 or yamaRasPiDp9_2 start after no write for 10 min. command: set read_interval=20000 command: set exec_interval=0 command: set report_length=10 command: py test py; # py: #from machine import Pin, I2C py: import smbus2 py: import time py: from bme280 import BME280 py: #i2c = smbus.SMBus(1) py: #i2c= I2C(0, sda=Pin(0), scl=Pin(1), freq = 10000) py: bme=BME280(i2c_address=0x76) py: v=(bme.get())[0] py: line="device=temp, Date="+self.Pico_Time.get_now()+", v="+str(v) py: self.write_line(line) py: self.send_result() command: end test command: run test result: device=temp, Date=2024/10/01 00:27:26, v=27.986965059216185 device=temp, Date=2024/10/01 00:27:46, v=1013.1982845702929 device=temp, Date=2024/10/01 00:28:06, v=1013.1806590783436 device=temp, Date=2024/10/01 00:28:26, v=1013.179439153314 device=temp, Date=2024/10/01 00:32:00, v=1012.0541641439165 device=temp, Date=2024/10/01 00:32:20, v=1012.0672077141985 device=temp, Date=2024/10/01 00:32:40, v=1012.0524480772912 device=temp, Date=2024/10/01 00:33:00, v=1012.0447235675856 device=temp, Date=2024/10/01 00:33:20, v=1012.0382532287507 device=temp, Date=2024/10/01 00:33:40, v=1012.0261982951441 current_device="yama_bot_0000_0000_0000_0001". Date=2024/10/01 00:33:41