Traceback (most recent call last):
  File "/home/pi/.local/lib/python3.5/site-packages/solthermpi/utils.py", line 139, in ftp_start
    sess = ftplib.FTP(host)
  File "/usr/lib/python3.5/ftplib.py", line 118, in __init__
    self.connect(host)
  File "/usr/lib/python3.5/ftplib.py", line 153, in connect
    source_address=self.source_address)
  File "/usr/lib/python3.5/socket.py", line 694, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
  File "/usr/lib/python3.5/socket.py", line 733, in getaddrinfo
    for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -3] Temporary failure in name resolution

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.5/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/home/pi/.local/lib/python3.5/site-packages/solthermpi/__main__.py", line 356, in <module>
    main()
  File "/home/pi/.local/lib/python3.5/site-packages/solthermpi/__main__.py", line 67, in main
    rebootIf()
  File "/home/pi/.local/lib/python3.5/site-packages/solthermpi/__main__.py", line 222, in rebootIf
    allfiles = ftp_list_files(ftp_dir, regex="^rebootNeeded$")
  File "/home/pi/.local/lib/python3.5/site-packages/solthermpi/utils.py", line 68, in ftp_list_files
    sess = ftp_start()
  File "/home/pi/.local/lib/python3.5/site-packages/solthermpi/utils.py", line 150, in ftp_start
    .format(host, e))
OSError: could not resolve host name egonline-test.ch: [Errno -3] Temporary failure in name resolution
Traceback (most recent call last):
  File "/home/pi/.local/lib/python3.5/site-packages/solthermpi/utils.py", line 139, in ftp_start
    sess = ftplib.FTP(host)
  File "/usr/lib/python3.5/ftplib.py", line 118, in __init__
    self.connect(host)
  File "/usr/lib/python3.5/ftplib.py", line 153, in connect
    source_address=self.source_address)
  File "/usr/lib/python3.5/socket.py", line 694, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
  File "/usr/lib/python3.5/socket.py", line 733, in getaddrinfo
    for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -3] Temporary failure in name resolution

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.5/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/home/pi/.local/lib/python3.5/site-packages/solthermpi/__main__.py", line 356, in <module>
    main()
  File "/home/pi/.local/lib/python3.5/site-packages/solthermpi/__main__.py", line 71, in main
    resetUsb()
  File "/home/pi/.local/lib/python3.5/site-packages/solthermpi/__main__.py", line 295, in resetUsb
    if checkUsbResetRequested():
  File "/home/pi/.local/lib/python3.5/site-packages/solthermpi/__main__.py", line 246, in checkUsbResetRequested
    allfiles = ftp_list_files(ftp_dir, regex="^resetUSB$")
  File "/home/pi/.local/lib/python3.5/site-packages/solthermpi/utils.py", line 68, in ftp_list_files
    sess = ftp_start()
  File "/home/pi/.local/lib/python3.5/site-packages/solthermpi/utils.py", line 150, in ftp_start
    .format(host, e))
OSError: could not resolve host name egonline-test.ch: [Errno -3] Temporary failure in name resolution
Traceback (most recent call last):
  File "/home/pi/.local/lib/python3.5/site-packages/solthermpi/utils.py", line 139, in ftp_start
    sess = ftplib.FTP(host)
  File "/usr/lib/python3.5/ftplib.py", line 118, in __init__
    self.connect(host)
  File "/usr/lib/python3.5/ftplib.py", line 153, in connect
    source_address=self.source_address)
  File "/usr/lib/python3.5/socket.py", line 694, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
  File "/usr/lib/python3.5/socket.py", line 733, in getaddrinfo
    for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -3] Temporary failure in name resolution

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.5/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/home/pi/.local/lib/python3.5/site-packages/solthermpi/__main__.py", line 356, in <module>
    main()
  File "/home/pi/.local/lib/python3.5/site-packages/solthermpi/__main__.py", line 60, in main
    update_config()
  File "/home/pi/.local/lib/python3.5/site-packages/solthermpi/__main__.py", line 149, in update_config
    ftp_get_file(configfile_remote, configfile_local)
  File "/home/pi/.local/lib/python3.5/site-packages/solthermpi/utils.py", line 42, in ftp_get_file
    sess = ftp_start()
  File "/home/pi/.local/lib/python3.5/site-packages/solthermpi/utils.py", line 150, in ftp_start
    .format(host, e))
OSError: could not resolve host name egonline-test.ch: [Errno -3] Temporary failure in name resolution
Traceback (most recent call last):
  File "/home/pi/.local/lib/python3.5/site-packages/solthermpi/utils.py", line 139, in ftp_start
    sess = ftplib.FTP(host)
  File "/usr/lib/python3.5/ftplib.py", line 118, in __init__
    self.connect(host)
  File "/usr/lib/python3.5/ftplib.py", line 153, in connect
    source_address=self.source_address)
  File "/usr/lib/python3.5/socket.py", line 694, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
  File "/usr/lib/python3.5/socket.py", line 733, in getaddrinfo
    for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -3] Temporary failure in name resolution

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.5/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/home/pi/.local/lib/python3.5/site-packages/solthermpi/__main__.py", line 356, in <module>
    main()
  File "/home/pi/.local/lib/python3.5/site-packages/solthermpi/__main__.py", line 58, in main
    senddata()
  File "/home/pi/.local/lib/python3.5/site-packages/solthermpi/__main__.py", line 127, in senddata
    file_remote=filename_server)
  File "/home/pi/.local/lib/python3.5/site-packages/solthermpi/utils.py", line 93, in ftp_put_file
    sess = ftp_start()
  File "/home/pi/.local/lib/python3.5/site-packages/solthermpi/utils.py", line 150, in ftp_start
    .format(host, e))
OSError: could not resolve host name egonline-test.ch: [Errno -3] Temporary failure in name resolution
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 00:05:08 2026 We have data from the last hour.
Sun Mar 22 00:05:08 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 00:10:09 2026 We have data from the last hour.
Sun Mar 22 00:10:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 00:15:10 2026 We have data from the last hour.
Sun Mar 22 00:15:10 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
uploaded 0000000095b460a0_20260321 to /0000000095b460a0_20260321
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 00:20:09 2026 We have data from the last hour.
Sun Mar 22 00:20:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 00:25:09 2026 We have data from the last hour.
Sun Mar 22 00:25:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 00:30:10 2026 We have data from the last hour.
Sun Mar 22 00:30:10 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 00:35:09 2026 We have data from the last hour.
Sun Mar 22 00:35:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 00:40:09 2026 We have data from the last hour.
Sun Mar 22 00:40:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 00:45:10 2026 We have data from the last hour.
Sun Mar 22 00:45:10 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 00:50:09 2026 We have data from the last hour.
Sun Mar 22 00:50:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 00:55:09 2026 We have data from the last hour.
Sun Mar 22 00:55:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
FTP server contains no config file for serial no. '0000000095b460a0'. Nothing to do.
No package updates available for this device.
Found no resetUSB file.
Sun Mar 22 01:00:13 2026 We have data from the last hour.
Sun Mar 22 01:00:13 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 01:05:09 2026 We have data from the last hour.
Sun Mar 22 01:05:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 01:10:09 2026 We have data from the last hour.
Sun Mar 22 01:10:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 01:15:10 2026 We have data from the last hour.
Sun Mar 22 01:15:10 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 01:20:09 2026 We have data from the last hour.
Sun Mar 22 01:20:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 01:25:10 2026 We have data from the last hour.
Sun Mar 22 01:25:10 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 01:30:09 2026 We have data from the last hour.
Sun Mar 22 01:30:09 2026 No USB reset needed.
No restart needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 01:35:09 2026 We have data from the last hour.
Sun Mar 22 01:35:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 01:40:09 2026 We have data from the last hour.
Sun Mar 22 01:40:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 01:45:10 2026 We have data from the last hour.
Sun Mar 22 01:45:10 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 01:50:09 2026 We have data from the last hour.
Sun Mar 22 01:50:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 01:55:09 2026 We have data from the last hour.
Sun Mar 22 01:55:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
FTP server contains no config file for serial no. '0000000095b460a0'. Nothing to do.
No package updates available for this device.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
No restart needed.
Found no resetUSB file.
Sun Mar 22 02:00:14 2026 We have data from the last hour.
Sun Mar 22 02:00:14 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 02:05:09 2026 We have data from the last hour.
Sun Mar 22 02:05:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 02:10:09 2026 We have data from the last hour.
Sun Mar 22 02:10:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 02:15:09 2026 We have data from the last hour.
Sun Mar 22 02:15:09 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 02:20:09 2026 We have data from the last hour.
Sun Mar 22 02:20:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 02:25:09 2026 We have data from the last hour.
Sun Mar 22 02:25:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 02:30:10 2026 We have data from the last hour.
Sun Mar 22 02:30:10 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 02:35:09 2026 We have data from the last hour.
Sun Mar 22 02:35:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 02:40:10 2026 We have data from the last hour.
Sun Mar 22 02:40:10 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 02:45:10 2026 We have data from the last hour.
Sun Mar 22 02:45:10 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 02:50:09 2026 We have data from the last hour.
Sun Mar 22 02:50:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 02:55:09 2026 We have data from the last hour.
Sun Mar 22 02:55:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 03:00:13 2026 We have data from the last hour.
Sun Mar 22 03:00:13 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
FTP server contains no config file for serial no. '0000000095b460a0'. Nothing to do.
No package updates available for this device.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 03:05:08 2026 We have data from the last hour.
Sun Mar 22 03:05:08 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 03:10:10 2026 We have data from the last hour.
Sun Mar 22 03:10:10 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 03:15:09 2026 We have data from the last hour.
Sun Mar 22 03:15:09 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 03:20:10 2026 We have data from the last hour.
Sun Mar 22 03:20:10 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 03:25:09 2026 We have data from the last hour.
Sun Mar 22 03:25:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 03:30:10 2026 We have data from the last hour.
Sun Mar 22 03:30:10 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 03:35:09 2026 We have data from the last hour.
Sun Mar 22 03:35:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 03:40:09 2026 We have data from the last hour.
Sun Mar 22 03:40:09 2026 No USB reset needed.
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 03:45:10 2026 We have data from the last hour.
Sun Mar 22 03:45:10 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 03:50:09 2026 We have data from the last hour.
Sun Mar 22 03:50:09 2026 No USB reset needed.
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 03:55:09 2026 We have data from the last hour.
Sun Mar 22 03:55:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 04:00:13 2026 We have data from the last hour.
Sun Mar 22 04:00:13 2026 No USB reset needed.
No restart needed.
FTP server contains no config file for serial no. '0000000095b460a0'. Nothing to do.
No package updates available for this device.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 04:05:08 2026 We have data from the last hour.
Sun Mar 22 04:05:08 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 04:10:09 2026 We have data from the last hour.
Sun Mar 22 04:10:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
Found no resetUSB file.
Sun Mar 22 04:15:09 2026 We have data from the last hour.
Sun Mar 22 04:15:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 04:20:09 2026 We have data from the last hour.
Sun Mar 22 04:20:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 04:25:09 2026 We have data from the last hour.
Sun Mar 22 04:25:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 04:30:09 2026 We have data from the last hour.
Sun Mar 22 04:30:09 2026 No USB reset needed.
No restart needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 04:35:08 2026 We have data from the last hour.
Sun Mar 22 04:35:08 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 04:40:09 2026 We have data from the last hour.
Sun Mar 22 04:40:09 2026 No USB reset needed.
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 04:45:09 2026 We have data from the last hour.
Sun Mar 22 04:45:09 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 04:50:09 2026 We have data from the last hour.
Sun Mar 22 04:50:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 04:55:08 2026 We have data from the last hour.
Sun Mar 22 04:55:08 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
FTP server contains no config file for serial no. '0000000095b460a0'. Nothing to do.
No package updates available for this device.
Found no resetUSB file.
Sun Mar 22 05:00:13 2026 We have data from the last hour.
Sun Mar 22 05:00:13 2026 No USB reset needed.
No restart needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 05:05:09 2026 We have data from the last hour.
Sun Mar 22 05:05:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 05:10:09 2026 We have data from the last hour.
Sun Mar 22 05:10:09 2026 No USB reset needed.
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 05:15:10 2026 We have data from the last hour.
Sun Mar 22 05:15:10 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 05:20:09 2026 We have data from the last hour.
Sun Mar 22 05:20:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 05:25:09 2026 We have data from the last hour.
Sun Mar 22 05:25:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
Found no resetUSB file.
Sun Mar 22 05:30:10 2026 We have data from the last hour.
Sun Mar 22 05:30:10 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 05:35:09 2026 We have data from the last hour.
Sun Mar 22 05:35:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 05:40:09 2026 We have data from the last hour.
Sun Mar 22 05:40:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 05:45:10 2026 We have data from the last hour.
Sun Mar 22 05:45:10 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 05:50:09 2026 We have data from the last hour.
Sun Mar 22 05:50:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 05:55:09 2026 We have data from the last hour.
Sun Mar 22 05:55:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
FTP server contains no config file for serial no. '0000000095b460a0'. Nothing to do.
No package updates available for this device.
Found no resetUSB file.
Sun Mar 22 06:00:15 2026 We have data from the last hour.
Sun Mar 22 06:00:15 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 06:05:09 2026 We have data from the last hour.
Sun Mar 22 06:05:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 06:10:09 2026 We have data from the last hour.
Sun Mar 22 06:10:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 06:15:09 2026 We have data from the last hour.
Sun Mar 22 06:15:09 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 06:20:10 2026 We have data from the last hour.
Sun Mar 22 06:20:10 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 06:25:09 2026 We have data from the last hour.
Sun Mar 22 06:25:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 06:30:11 2026 We have data from the last hour.
Sun Mar 22 06:30:11 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 06:35:09 2026 We have data from the last hour.
Sun Mar 22 06:35:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 06:40:10 2026 We have data from the last hour.
Sun Mar 22 06:40:10 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 06:45:09 2026 We have data from the last hour.
Sun Mar 22 06:45:09 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 06:50:09 2026 We have data from the last hour.
Sun Mar 22 06:50:09 2026 No USB reset needed.
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 06:55:09 2026 We have data from the last hour.
Sun Mar 22 06:55:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
FTP server contains no config file for serial no. '0000000095b460a0'. Nothing to do.
No package updates available for this device.
Found no resetUSB file.
Sun Mar 22 07:00:13 2026 We have data from the last hour.
Sun Mar 22 07:00:13 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 07:05:09 2026 We have data from the last hour.
Sun Mar 22 07:05:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 07:10:09 2026 We have data from the last hour.
Sun Mar 22 07:10:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 07:15:10 2026 We have data from the last hour.
Sun Mar 22 07:15:10 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 07:20:09 2026 We have data from the last hour.
Sun Mar 22 07:20:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 07:25:09 2026 We have data from the last hour.
Sun Mar 22 07:25:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 07:30:10 2026 We have data from the last hour.
Sun Mar 22 07:30:10 2026 No USB reset needed.
No restart needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 07:35:09 2026 We have data from the last hour.
Sun Mar 22 07:35:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 07:40:09 2026 We have data from the last hour.
Sun Mar 22 07:40:09 2026 No USB reset needed.
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 07:45:09 2026 We have data from the last hour.
Sun Mar 22 07:45:09 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 07:50:09 2026 We have data from the last hour.
Sun Mar 22 07:50:09 2026 No USB reset needed.
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 07:55:09 2026 We have data from the last hour.
Sun Mar 22 07:55:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
FTP server contains no config file for serial no. '0000000095b460a0'. Nothing to do.
No package updates available for this device.
No restart needed.
Found no resetUSB file.
Sun Mar 22 08:00:14 2026 We have data from the last hour.
Sun Mar 22 08:00:14 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 08:05:09 2026 We have data from the last hour.
Sun Mar 22 08:05:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 08:10:09 2026 We have data from the last hour.
Sun Mar 22 08:10:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 08:15:09 2026 We have data from the last hour.
Sun Mar 22 08:15:09 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 08:20:09 2026 We have data from the last hour.
Sun Mar 22 08:20:09 2026 No USB reset needed.
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 08:25:09 2026 We have data from the last hour.
Sun Mar 22 08:25:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 08:30:10 2026 We have data from the last hour.
Sun Mar 22 08:30:10 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 08:35:09 2026 We have data from the last hour.
Sun Mar 22 08:35:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 08:40:09 2026 We have data from the last hour.
Sun Mar 22 08:40:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 08:45:09 2026 We have data from the last hour.
Sun Mar 22 08:45:09 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 08:50:09 2026 We have data from the last hour.
Sun Mar 22 08:50:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 08:55:09 2026 We have data from the last hour.
Sun Mar 22 08:55:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
Found no resetUSB file.
Sun Mar 22 09:00:14 2026 We have data from the last hour.
Sun Mar 22 09:00:14 2026 No USB reset needed.
FTP server contains no config file for serial no. '0000000095b460a0'. Nothing to do.
No package updates available for this device.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 09:05:08 2026 We have data from the last hour.
Sun Mar 22 09:05:08 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 09:10:09 2026 We have data from the last hour.
Sun Mar 22 09:10:09 2026 No USB reset needed.
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 09:15:09 2026 We have data from the last hour.
Sun Mar 22 09:15:09 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 09:20:09 2026 We have data from the last hour.
Sun Mar 22 09:20:09 2026 No USB reset needed.
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 09:25:08 2026 We have data from the last hour.
Sun Mar 22 09:25:08 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 09:30:09 2026 We have data from the last hour.
Sun Mar 22 09:30:09 2026 No USB reset needed.
No restart needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 09:35:08 2026 We have data from the last hour.
Sun Mar 22 09:35:08 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 09:40:10 2026 We have data from the last hour.
Sun Mar 22 09:40:10 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 09:45:09 2026 We have data from the last hour.
Sun Mar 22 09:45:09 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 09:50:09 2026 We have data from the last hour.
Sun Mar 22 09:50:09 2026 No USB reset needed.
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 09:55:09 2026 We have data from the last hour.
Sun Mar 22 09:55:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 10:00:13 2026 We have data from the last hour.
Sun Mar 22 10:00:13 2026 No USB reset needed.
No restart needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
FTP server contains no config file for serial no. '0000000095b460a0'. Nothing to do.
No package updates available for this device.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 10:05:09 2026 We have data from the last hour.
Sun Mar 22 10:05:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 10:10:09 2026 We have data from the last hour.
Sun Mar 22 10:10:09 2026 No USB reset needed.
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 10:15:09 2026 We have data from the last hour.
Sun Mar 22 10:15:09 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 10:20:09 2026 We have data from the last hour.
Sun Mar 22 10:20:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 10:25:09 2026 We have data from the last hour.
Sun Mar 22 10:25:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 10:30:09 2026 We have data from the last hour.
Sun Mar 22 10:30:09 2026 No USB reset needed.
No restart needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 10:35:09 2026 We have data from the last hour.
Sun Mar 22 10:35:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 10:40:09 2026 We have data from the last hour.
Sun Mar 22 10:40:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 10:45:09 2026 We have data from the last hour.
Sun Mar 22 10:45:09 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 10:50:09 2026 We have data from the last hour.
Sun Mar 22 10:50:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 10:55:09 2026 We have data from the last hour.
Sun Mar 22 10:55:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
Found no resetUSB file.
Sun Mar 22 11:00:13 2026 We have data from the last hour.
Sun Mar 22 11:00:13 2026 No USB reset needed.
No restart needed.
FTP server contains no config file for serial no. '0000000095b460a0'. Nothing to do.
No package updates available for this device.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 11:05:10 2026 We have data from the last hour.
Sun Mar 22 11:05:10 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 11:10:09 2026 We have data from the last hour.
Sun Mar 22 11:10:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
Found no resetUSB file.
Sun Mar 22 11:15:10 2026 We have data from the last hour.
Sun Mar 22 11:15:10 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 11:20:09 2026 We have data from the last hour.
Sun Mar 22 11:20:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 11:25:09 2026 We have data from the last hour.
Sun Mar 22 11:25:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 11:30:10 2026 We have data from the last hour.
Sun Mar 22 11:30:10 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 11:35:10 2026 We have data from the last hour.
Sun Mar 22 11:35:10 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 11:40:09 2026 We have data from the last hour.
Sun Mar 22 11:40:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 11:45:09 2026 We have data from the last hour.
Sun Mar 22 11:45:09 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 11:50:09 2026 We have data from the last hour.
Sun Mar 22 11:50:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 11:55:09 2026 We have data from the last hour.
Sun Mar 22 11:55:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 12:00:13 2026 We have data from the last hour.
Sun Mar 22 12:00:13 2026 No USB reset needed.
FTP server contains no config file for serial no. '0000000095b460a0'. Nothing to do.
No package updates available for this device.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 12:05:09 2026 We have data from the last hour.
Sun Mar 22 12:05:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 12:10:09 2026 We have data from the last hour.
Sun Mar 22 12:10:09 2026 No USB reset needed.
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 12:15:09 2026 We have data from the last hour.
Sun Mar 22 12:15:09 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 12:20:09 2026 We have data from the last hour.
Sun Mar 22 12:20:09 2026 No USB reset needed.
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 12:25:09 2026 We have data from the last hour.
Sun Mar 22 12:25:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 12:30:11 2026 We have data from the last hour.
Sun Mar 22 12:30:11 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 12:35:08 2026 We have data from the last hour.
Sun Mar 22 12:35:08 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 12:40:09 2026 We have data from the last hour.
Sun Mar 22 12:40:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
Found no resetUSB file.
Sun Mar 22 12:45:09 2026 We have data from the last hour.
Sun Mar 22 12:45:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 12:50:09 2026 We have data from the last hour.
Sun Mar 22 12:50:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 12:55:08 2026 We have data from the last hour.
Sun Mar 22 12:55:08 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 13:00:13 2026 We have data from the last hour.
Sun Mar 22 13:00:13 2026 No USB reset needed.
No restart needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
FTP server contains no config file for serial no. '0000000095b460a0'. Nothing to do.
No package updates available for this device.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 13:05:08 2026 We have data from the last hour.
Sun Mar 22 13:05:08 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 13:10:09 2026 We have data from the last hour.
Sun Mar 22 13:10:09 2026 No USB reset needed.
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
Found no resetUSB file.
Sun Mar 22 13:15:09 2026 We have data from the last hour.
Sun Mar 22 13:15:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 13:20:09 2026 We have data from the last hour.
Sun Mar 22 13:20:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 13:25:09 2026 We have data from the last hour.
Sun Mar 22 13:25:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 13:30:10 2026 We have data from the last hour.
Sun Mar 22 13:30:10 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 13:35:08 2026 We have data from the last hour.
Sun Mar 22 13:35:08 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 13:40:09 2026 We have data from the last hour.
Sun Mar 22 13:40:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 13:45:09 2026 We have data from the last hour.
Sun Mar 22 13:45:09 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 13:50:10 2026 We have data from the last hour.
Sun Mar 22 13:50:10 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 13:55:09 2026 We have data from the last hour.
Sun Mar 22 13:55:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 14:00:14 2026 We have data from the last hour.
Sun Mar 22 14:00:14 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
FTP server contains no config file for serial no. '0000000095b460a0'. Nothing to do.
No package updates available for this device.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 14:05:08 2026 We have data from the last hour.
Sun Mar 22 14:05:08 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 14:10:09 2026 We have data from the last hour.
Sun Mar 22 14:10:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 14:15:09 2026 We have data from the last hour.
Sun Mar 22 14:15:09 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 14:20:09 2026 We have data from the last hour.
Sun Mar 22 14:20:09 2026 No USB reset needed.
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 14:25:09 2026 We have data from the last hour.
Sun Mar 22 14:25:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 14:30:10 2026 We have data from the last hour.
Sun Mar 22 14:30:10 2026 No USB reset needed.
No restart needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 14:35:09 2026 We have data from the last hour.
Sun Mar 22 14:35:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 14:40:10 2026 We have data from the last hour.
Sun Mar 22 14:40:10 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 14:45:10 2026 We have data from the last hour.
Sun Mar 22 14:45:10 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 14:50:09 2026 We have data from the last hour.
Sun Mar 22 14:50:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 14:55:09 2026 We have data from the last hour.
Sun Mar 22 14:55:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
FTP server contains no config file for serial no. '0000000095b460a0'. Nothing to do.
No package updates available for this device.
Found no resetUSB file.
Sun Mar 22 15:00:13 2026 We have data from the last hour.
Sun Mar 22 15:00:13 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 15:05:09 2026 We have data from the last hour.
Sun Mar 22 15:05:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 15:10:09 2026 We have data from the last hour.
Sun Mar 22 15:10:09 2026 No USB reset needed.
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 15:15:10 2026 We have data from the last hour.
Sun Mar 22 15:15:10 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 15:20:09 2026 We have data from the last hour.
Sun Mar 22 15:20:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 15:25:09 2026 We have data from the last hour.
Sun Mar 22 15:25:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 15:30:10 2026 We have data from the last hour.
Sun Mar 22 15:30:10 2026 No USB reset needed.
No restart needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 15:35:10 2026 We have data from the last hour.
Sun Mar 22 15:35:10 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 15:40:09 2026 We have data from the last hour.
Sun Mar 22 15:40:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 15:45:09 2026 We have data from the last hour.
Sun Mar 22 15:45:09 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 15:50:09 2026 We have data from the last hour.
Sun Mar 22 15:50:09 2026 No USB reset needed.
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 15:55:10 2026 We have data from the last hour.
Sun Mar 22 15:55:10 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 16:00:13 2026 We have data from the last hour.
Sun Mar 22 16:00:13 2026 No USB reset needed.
FTP server contains no config file for serial no. '0000000095b460a0'. Nothing to do.
No package updates available for this device.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 16:05:08 2026 We have data from the last hour.
Sun Mar 22 16:05:08 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 16:10:09 2026 We have data from the last hour.
Sun Mar 22 16:10:09 2026 No USB reset needed.
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 16:15:09 2026 We have data from the last hour.
Sun Mar 22 16:15:09 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 16:20:10 2026 We have data from the last hour.
Sun Mar 22 16:20:10 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 16:25:09 2026 We have data from the last hour.
Sun Mar 22 16:25:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 16:30:10 2026 We have data from the last hour.
Sun Mar 22 16:30:10 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 16:35:09 2026 We have data from the last hour.
Sun Mar 22 16:35:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 16:40:09 2026 We have data from the last hour.
Sun Mar 22 16:40:09 2026 No USB reset needed.
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
Found no resetUSB file.
Sun Mar 22 16:45:10 2026 We have data from the last hour.
Sun Mar 22 16:45:10 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 16:50:09 2026 We have data from the last hour.
Sun Mar 22 16:50:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 16:55:09 2026 We have data from the last hour.
Sun Mar 22 16:55:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 17:00:14 2026 We have data from the last hour.
Sun Mar 22 17:00:14 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
FTP server contains no config file for serial no. '0000000095b460a0'. Nothing to do.
No package updates available for this device.
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 17:05:09 2026 We have data from the last hour.
Sun Mar 22 17:05:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 17:10:09 2026 We have data from the last hour.
Sun Mar 22 17:10:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 17:15:09 2026 We have data from the last hour.
Sun Mar 22 17:15:09 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 17:20:09 2026 We have data from the last hour.
Sun Mar 22 17:20:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 17:25:08 2026 We have data from the last hour.
Sun Mar 22 17:25:08 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 17:30:09 2026 We have data from the last hour.
Sun Mar 22 17:30:09 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 17:35:08 2026 We have data from the last hour.
Sun Mar 22 17:35:08 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 17:40:09 2026 We have data from the last hour.
Sun Mar 22 17:40:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 17:45:09 2026 We have data from the last hour.
Sun Mar 22 17:45:09 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 17:50:09 2026 We have data from the last hour.
Sun Mar 22 17:50:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 17:55:09 2026 We have data from the last hour.
Sun Mar 22 17:55:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
No restart needed.
Found no resetUSB file.
Sun Mar 22 18:00:13 2026 We have data from the last hour.
Sun Mar 22 18:00:13 2026 No USB reset needed.
FTP server contains no config file for serial no. '0000000095b460a0'. Nothing to do.
No package updates available for this device.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 18:05:09 2026 We have data from the last hour.
Sun Mar 22 18:05:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 18:10:10 2026 We have data from the last hour.
Sun Mar 22 18:10:10 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 18:15:09 2026 We have data from the last hour.
Sun Mar 22 18:15:09 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 18:20:09 2026 We have data from the last hour.
Sun Mar 22 18:20:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 18:25:09 2026 We have data from the last hour.
Sun Mar 22 18:25:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 18:30:10 2026 We have data from the last hour.
Sun Mar 22 18:30:10 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 18:35:09 2026 We have data from the last hour.
Sun Mar 22 18:35:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 18:40:09 2026 We have data from the last hour.
Sun Mar 22 18:40:09 2026 No USB reset needed.
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 18:45:09 2026 We have data from the last hour.
Sun Mar 22 18:45:09 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 18:50:09 2026 We have data from the last hour.
Sun Mar 22 18:50:09 2026 No USB reset needed.
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 18:55:09 2026 We have data from the last hour.
Sun Mar 22 18:55:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 19:00:14 2026 We have data from the last hour.
Sun Mar 22 19:00:14 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
FTP server contains no config file for serial no. '0000000095b460a0'. Nothing to do.
No package updates available for this device.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 19:05:10 2026 We have data from the last hour.
Sun Mar 22 19:05:10 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 19:10:09 2026 We have data from the last hour.
Sun Mar 22 19:10:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 19:15:11 2026 We have data from the last hour.
Sun Mar 22 19:15:11 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 19:20:09 2026 We have data from the last hour.
Sun Mar 22 19:20:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 19:25:09 2026 We have data from the last hour.
Sun Mar 22 19:25:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 19:30:10 2026 We have data from the last hour.
Sun Mar 22 19:30:10 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 19:35:09 2026 We have data from the last hour.
Sun Mar 22 19:35:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 19:40:09 2026 We have data from the last hour.
Sun Mar 22 19:40:09 2026 No USB reset needed.
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 19:45:09 2026 We have data from the last hour.
Sun Mar 22 19:45:09 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 19:50:09 2026 We have data from the last hour.
Sun Mar 22 19:50:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 19:55:09 2026 We have data from the last hour.
Sun Mar 22 19:55:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 20:00:13 2026 We have data from the last hour.
Sun Mar 22 20:00:13 2026 No USB reset needed.
No restart needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
FTP server contains no config file for serial no. '0000000095b460a0'. Nothing to do.
No package updates available for this device.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 20:05:08 2026 We have data from the last hour.
Sun Mar 22 20:05:08 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 20:10:09 2026 We have data from the last hour.
Sun Mar 22 20:10:09 2026 No USB reset needed.
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 20:15:09 2026 We have data from the last hour.
Sun Mar 22 20:15:09 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 20:20:10 2026 We have data from the last hour.
Sun Mar 22 20:20:10 2026 No USB reset needed.
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 20:25:09 2026 We have data from the last hour.
Sun Mar 22 20:25:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 20:30:10 2026 We have data from the last hour.
Sun Mar 22 20:30:10 2026 No USB reset needed.
No restart needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 20:35:09 2026 We have data from the last hour.
Sun Mar 22 20:35:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 20:40:09 2026 We have data from the last hour.
Sun Mar 22 20:40:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 20:45:09 2026 We have data from the last hour.
Sun Mar 22 20:45:09 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 20:50:09 2026 We have data from the last hour.
Sun Mar 22 20:50:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 20:55:09 2026 We have data from the last hour.
Sun Mar 22 20:55:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
Found no resetUSB file.
Sun Mar 22 21:00:13 2026 We have data from the last hour.
Sun Mar 22 21:00:13 2026 No USB reset needed.
No restart needed.
FTP server contains no config file for serial no. '0000000095b460a0'. Nothing to do.
No package updates available for this device.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 21:05:09 2026 We have data from the last hour.
Sun Mar 22 21:05:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 21:10:09 2026 We have data from the last hour.
Sun Mar 22 21:10:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 21:15:09 2026 We have data from the last hour.
Sun Mar 22 21:15:09 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 21:20:09 2026 We have data from the last hour.
Sun Mar 22 21:20:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 21:25:08 2026 We have data from the last hour.
Sun Mar 22 21:25:08 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 21:30:10 2026 We have data from the last hour.
Sun Mar 22 21:30:10 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 21:35:08 2026 We have data from the last hour.
Sun Mar 22 21:35:08 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 21:40:10 2026 We have data from the last hour.
Sun Mar 22 21:40:10 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 21:45:09 2026 We have data from the last hour.
Sun Mar 22 21:45:09 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 21:50:09 2026 We have data from the last hour.
Sun Mar 22 21:50:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 21:55:08 2026 We have data from the last hour.
Sun Mar 22 21:55:08 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 22:00:13 2026 We have data from the last hour.
Sun Mar 22 22:00:13 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
FTP server contains no config file for serial no. '0000000095b460a0'. Nothing to do.
No package updates available for this device.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 22:05:09 2026 We have data from the last hour.
Sun Mar 22 22:05:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 22:10:09 2026 We have data from the last hour.
Sun Mar 22 22:10:09 2026 No USB reset needed.
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 22:15:09 2026 We have data from the last hour.
Sun Mar 22 22:15:09 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 22:20:09 2026 We have data from the last hour.
Sun Mar 22 22:20:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 22:25:08 2026 We have data from the last hour.
Sun Mar 22 22:25:08 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 22:30:09 2026 We have data from the last hour.
Sun Mar 22 22:30:09 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 22:35:08 2026 We have data from the last hour.
Sun Mar 22 22:35:08 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 22:40:09 2026 We have data from the last hour.
Sun Mar 22 22:40:09 2026 No USB reset needed.
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 22:45:09 2026 We have data from the last hour.
Sun Mar 22 22:45:09 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 22:50:09 2026 We have data from the last hour.
Sun Mar 22 22:50:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 22:55:08 2026 We have data from the last hour.
Sun Mar 22 22:55:08 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
FTP server contains no config file for serial no. '0000000095b460a0'. Nothing to do.
No package updates available for this device.
Found no resetUSB file.
Sun Mar 22 23:00:14 2026 We have data from the last hour.
Sun Mar 22 23:00:14 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 23:05:08 2026 We have data from the last hour.
Sun Mar 22 23:05:08 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 23:10:09 2026 We have data from the last hour.
Sun Mar 22 23:10:09 2026 No USB reset needed.
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 23:15:09 2026 We have data from the last hour.
Sun Mar 22 23:15:09 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 23:20:09 2026 We have data from the last hour.
Sun Mar 22 23:20:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 23:25:09 2026 We have data from the last hour.
Sun Mar 22 23:25:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 23:30:09 2026 We have data from the last hour.
Sun Mar 22 23:30:09 2026 No USB reset needed.
No restart needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 23:35:09 2026 We have data from the last hour.
Sun Mar 22 23:35:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 23:40:11 2026 We have data from the last hour.
Sun Mar 22 23:40:11 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 23:45:09 2026 We have data from the last hour.
Sun Mar 22 23:45:09 2026 No USB reset needed.
uploaded 0000000095b460a0_20260322 to /0000000095b460a0_20260322
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
Found no resetUSB file.
Sun Mar 22 23:50:09 2026 We have data from the last hour.
Sun Mar 22 23:50:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
Found no resetUSB file.
Sun Mar 22 23:55:09 2026 We have data from the last hour.
Sun Mar 22 23:55:09 2026 No USB reset needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
No restart needed.
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\nTurning off all DS2409 Couplers\n...Wrote .digitemprc\n\nSearching the 1-Wire LAN\n28E8546A080000B2 : DS18B20 Temperature Sensor\n2838646A080000F2 : DS18B20 Temperature Sensor\n28492C6A0800008A : DS18B20 Temperature Sensor\nROM #0 : 28E8546A080000B2\nROM #1 : 2838646A080000F2\nROM #2 : 28492C6A0800008A\n'
b'DigiTemp v3.7.1 Copyright 1996-2015 by Brian C. Lane\nGNU General Public License v2.0 - http://www.digitemp.com\n'
