more logging, chang knxPython

This commit is contained in:
Thomas Kunze
2024-08-30 20:47:43 +02:00
parent a6563b0129
commit f9ba9acc3d
33 changed files with 524 additions and 612 deletions

View File

@@ -113,7 +113,7 @@ void setup()
GO_MAX.dataPointType(Dpt(9, 1));
GO_MAX.valueNoSend(-273.0);
GO_RESET.dataPointType(Dpt(1, 15));
GO_RESET.callback(resetCallback);
//GO_RESET.callback(resetCallback);
LOGGER.info("Timeout: %d", knx.paramWord(0));
LOGGER.info("Zykl. senden: %d", knx.paramByte(2));
LOGGER.info("Min/Max senden: %d", knx.paramByte(3));