update
This commit is contained in:
@@ -160,8 +160,8 @@ relative_humidity = extract_value(byte_data, 106, 100, single_register=True)
|
||||
# Retrieve temperature from register 106 (0x6A)
|
||||
temperature = extract_value(byte_data, 107, 100, single_register=True)
|
||||
|
||||
print(f"Internal Relative Humidity: {relative_humidity} %")
|
||||
print(f"Internal temperature: {temperature} °C")
|
||||
#print(f"Internal Relative Humidity: {relative_humidity} %")
|
||||
#print(f"Internal temperature: {temperature} °C")
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user