From f0e7c1338b0a54117616e494c3615e6a4bd0b4e2 Mon Sep 17 00:00:00 2001 From: Nils Reiners Date: Tue, 6 Jan 2026 17:13:14 +0100 Subject: [PATCH] path to hp excel was modified --- heat_pump.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat_pump.py b/heat_pump.py index 6a29f5e..f4e1cbb 100644 --- a/heat_pump.py +++ b/heat_pump.py @@ -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