path to hp excel was modified

This commit is contained in:
Nils Reiners
2026-01-06 17:13:14 +01:00
parent 8642a057f0
commit f0e7c1338b

View File

@@ -7,7 +7,7 @@ import math
class HeatPump:
def __init__(self, device_name: str, ip_address: str, port: int = 502,
excel_path: str = "modbus_registers/heat_pump_registers_modbus.xlsx",
excel_path: str = "modbus_registers/heat_pump_registers.xlsx",
sheet_name: str = "Register_Map"):
self.device_name = device_name
self.ip = ip_address