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 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 device=temp, Date=2024/03/31 16:43:45, v=20.68C device=temp, Date=2024/03/31 16:48:45, v=20.68C device=temp, Date=2024/03/31 16:53:46, v=20.69C device=temp, Date=2024/03/31 16:58:46, v=20.85C device=temp, Date=2024/03/31 18:48:49, v=21.02C device=temp, Date=2024/03/31 18:53:48, v=21.45C device=temp, Date=2024/03/31 18:58:49, v=21.75C device=temp, Date=2024/03/31 19:03:49, v=21.7C device=temp, Date=2024/03/31 19:08:49, v=21.62C device=temp, Date=2024/03/31 19:13:49, v=21.52C device=temp, Date=2024/03/31 19:18:49, v=21.49C device=temp, Date=2024/03/31 19:23:49, v=21.58C device=temp, Date=2024/03/31 19:28:49, v=21.61C device=temp, Date=2024/03/31 19:33:49, v=21.62C device=temp, Date=2024/03/31 19:36:32, v=21.58C device=temp, Date=2024/03/31 19:41:32, v=21.57C current_device="yama_pico_0000_0000_0000_0001". Date=2024/03/31 19:41:37