graph ...: http://www.yama-lab.org/fwb4pi/sensors-graph-01.html
object_page http://www.yama-lab.org/fwb4pi/index.php?work20240330-01 or http://www.yama-lab.org/fwb4pi/index.php?work20240330-01 device yamaRasPiDp9_1 or yamaRasPiDp9_2 start after no write for 10 min. command: set read_interval=300000 command: set exec_interval=0 command: set report_length=20 command: py test py: # py: from machine import Pin, I2C py: import time py: i2c= I2C(0, sda=Pin(0), scl=Pin(1), freq = 40000) py: bme=BME280(i2c=i2c) py: v=bme.values[0] py: line="device=temp, Date="+self.Pico_Time.get_now()+", v="+v py: self.write_line(line) py: self.send_result() command: end test command: run test result: device=temp, Date=2024/03/31 15:03:44, v=22.41C device=temp, Date=2024/03/31 15:08:44, v=22.45C device=temp, Date=2024/03/31 15:13:44, v=22.33C device=temp, Date=2024/03/31 15:18:45, v=22.17C device=temp, Date=2024/03/31 15:23:45, v=21.96C device=temp, Date=2024/03/31 15:28:45, v=21.32C device=temp, Date=2024/03/31 15:33:45, v=21.37C device=temp, Date=2024/03/31 15:38:45, v=21.14C device=temp, Date=2024/03/31 15:43:45, v=20.96C device=temp, Date=2024/03/31 15:48:45, v=20.85C device=temp, Date=2024/03/31 15:53:45, v=20.79C device=temp, Date=2024/03/31 15:58:45, v=20.74C device=temp, Date=2024/03/31 16:03:45, v=20.7C device=temp, Date=2024/03/31 16:08:45, v=20.75C device=temp, Date=2024/03/31 16:13:45, v=20.75C device=temp, Date=2024/03/31 16:18:45, v=20.79C device=temp, Date=2024/03/31 16:23:45, v=20.78C device=temp, Date=2024/03/31 16:28:45, v=20.76C device=temp, Date=2024/03/31 16:33:45, v=20.82C device=temp, Date=2024/03/31 16:38:45, v=20.72C current_device="yama_pico_0000_0000_0000_0001". Date=2024/03/31 16:38:51