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())[1] 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/09/29 23:56:11, v=28.017183837333164 device=temp, Date=2024/09/29 23:56:46, v=28.020697912880223 device=temp, Date=2024/09/29 23:56:51, v=28.043699138039756 device=temp, Date=2024/09/29 23:57:11, v=28.050407829821438 device=temp, Date=2024/09/29 23:57:31, v=28.063186291744955 device=temp, Date=2024/09/30 00:03:59, v=28.159663737977667 device=temp, Date=2024/09/30 00:04:19, v=28.183623384737075 device=temp, Date=2024/09/30 00:04:39, v=28.20598572748213 device=temp, Date=2024/09/30 00:04:59, v=28.214611204029666 device=temp, Date=2024/09/30 00:05:19, v=28.22291721926615 current_device="yama_bot_0000_0000_0000_0001". Date=2024/09/30 00:05:20