From 8e6de4e1255080e26686c2022052db6495a73e36 Mon Sep 17 00:00:00 2001 From: Johannes Kinast Date: Mon, 6 Jan 2025 09:17:00 +0100 Subject: [PATCH 1/2] Create weishaupt_wsb8_armea_kennfeld.json --- .../weishaupt_modbus/weishaupt_wsb8_armea_kennfeld.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 custom_components/weishaupt_modbus/weishaupt_wsb8_armea_kennfeld.json diff --git a/custom_components/weishaupt_modbus/weishaupt_wsb8_armea_kennfeld.json b/custom_components/weishaupt_modbus/weishaupt_wsb8_armea_kennfeld.json new file mode 100644 index 0000000..6cd3924 --- /dev/null +++ b/custom_components/weishaupt_modbus/weishaupt_wsb8_armea_kennfeld.json @@ -0,0 +1,8 @@ +{ + "known_x": [-20, -15, -10, -5, 0, 5, 10, 15, 20, 25, 30, 35], + "known_y": [ + [3400, 4270, 5300, 6100, 6500, 7500, 8770, 10000, 11400, 12800, 14400, 16400], + [4300, 4300, 4300, 5020, 5450, 6140, 7000, 8000, 9120, 10200, 11700, 13400] + ], + "known_t": [35, 55] +} From adbcd1ef5fc456dddd6f80216764b6da7617880d Mon Sep 17 00:00:00 2001 From: Johannes Kinast Date: Mon, 6 Jan 2025 09:39:37 +0100 Subject: [PATCH 2/2] Update weishaupt_wsb8_armea_kennfeld.json --- .../weishaupt_modbus/weishaupt_wsb8_armea_kennfeld.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/weishaupt_modbus/weishaupt_wsb8_armea_kennfeld.json b/custom_components/weishaupt_modbus/weishaupt_wsb8_armea_kennfeld.json index 6cd3924..a8898eb 100644 --- a/custom_components/weishaupt_modbus/weishaupt_wsb8_armea_kennfeld.json +++ b/custom_components/weishaupt_modbus/weishaupt_wsb8_armea_kennfeld.json @@ -1,8 +1,8 @@ { "known_x": [-20, -15, -10, -5, 0, 5, 10, 15, 20, 25, 30, 35], "known_y": [ - [3400, 4270, 5300, 6100, 6500, 7500, 8770, 10000, 11400, 12800, 14400, 16400], - [4300, 4300, 4300, 5020, 5450, 6140, 7000, 8000, 9120, 10200, 11700, 13400] + [3400, 4300, 5300, 6100, 6500, 7550, 8700, 10000, 11400, 12850, 14450, 16400], + [2800, 3500, 4300, 5000, 5500, 6200, 7000, 8000, 9180, 10200, 11700, 13400] ], "known_t": [35, 55] }