Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Wpl13 #70

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add support for Wpl13 #70

wants to merge 1 commit into from

Conversation

kr0ner
Copy link
Owner

@kr0ner kr0ner commented Dec 4, 2024

No description provided.

@kr0ner kr0ner added enhancement New feature or request help wanted Extra attention is needed labels Dec 4, 2024
@kr0ner kr0ner self-assigned this Dec 4, 2024
Copy link

github-actions bot commented Dec 4, 2024

The GitHub Actions build has failed. Check the workflow run details for more information.

@adrai
Copy link

adrai commented Dec 5, 2024

I get an error when compiling...
image

logs_esp-heatingpump_run.txt

And this is my yaml:

esphome:
  name: esp32-heatingpump
  friendly_name: ESP32-C6-Zero for Stiebel Eltron WPE-I 08 HK 230 Premium
  platformio_options:
    build_flags:
      - "-std=gnu++17"
    build_unflags:
      - "-std=gnu++11"
      - "-fno-rtti"

esp32:
  board: esp32-c6-devkitc-1
  variant: esp32c6
  framework:
    #type: arduino
    type: esp-idf
    version: "5.3.1"
    platform_version: 6.9.0

# Enable logging
logger:
  level: INFO
  baud_rate: 0
  hardware_uart: UART1

# Enable Home Assistant API
api:
  encryption:
    key: "--REDACTED--"

ota:
  - platform: esphome
    password: "--REDACTED--"

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password

  use_address: 10.0.110.31

  # Enable fallback hotspot (captive portal) in case wifi connection fails
  ap:
    ssid: "Heatingpump Fallback Hotspot"
    password: "--REDACTED--"

time:
  - platform: homeassistant
    id: homeassistant_time

substitutions:
  interval_very_fast: 15s
  interval_fast: 30s
  interval_medium: 60s
  interval_slow: 5min
  interval_very_slow: 15min
  interval_once_in_a_while: 1h

  entity_room_temperature: "sensor.durchschnittstemperatur_haus_ohne_keller"
  entity_humidity: "sensor.durchschnitt_luftfeuchtigkeit_haus"

#########################################
#                                       #
#   SPI configuration                   #
#                                       #
#########################################
#spi:
#  id: McpSpi
#  clk_pin: GPIO14
#  mosi_pin: GPIO13
#  miso_pin: GPIO4

#########################################
#                                       #
#   CAN configuration                   #
#                                       #
#########################################
canbus:
  - id: !extend wp_can
#    platform: mcp2515
#    spi_id: McpSpi
#    cs_pin: GPIO15
    platform: esp32_can
    tx_pin: GPIO16
    rx_pin: GPIO15
    can_id: 0x680
    use_extended_id: false
    bit_rate: 20kbps

#########################################
#                                       #
#   Buttons                             #
#                                       #
#########################################
#button:
#  - platform: restart
#    name: "Restart ESP32-PoE Technik"

#########################################
#                                       #
#   Ethernet Konfiguration              #
#                                       #
#########################################
#ethernet:
#  type: LAN8720
#  mdc_pin: GPIO23
#  mdio_pin: GPIO18
#  clk_mode: GPIO0_OUT
#  phy_addr: 0
#  power_pin: GPIO12

#########################################
#                                       #
#   Packages                            #
#                                       #
#########################################
packages:
#  energymeter: !include OneESP32ToRuleThemAll/yaml/energymeter.yaml
#  watermeter: !include OneESP32ToRuleThemAll/yaml/watermeter.yaml
#  sensors: !include OneESP32ToRuleThemAll/yaml/sensors.yaml
# thz404: !include OneESP32ToRuleThemAll/yaml/thz404.yaml
#  thz504: !include OneESP32ToRuleThemAll/yaml/thz504.yaml
# thz55eco: !include OneESP32ToRuleThemAll/yaml/thz5_5_eco.yaml
# ttf07: !include OneESP32ToRuleThemAll/yaml/ttf07.yaml
  wpl13: !include OneESP32ToRuleThemAll/yaml/wpl13.yaml
#  kondensatpumpe: !include OneESP32ToRuleThemAll/yaml/kondensatpumpe.yaml

#########################################
#                                       #
#   EVU Sperre                          #
#                                       #
#########################################
#switch:
#  - platform: gpio
#    name: "EVU Sperre"
#    id: evu_sperre
#    pin: GPIO5

switch:
# Restart ESP device
  - platform: restart
    name: "Boiler room ESP restart"
    id: restart_esp_heatpump

# local led light
  - platform: gpio
    id: onboard_led
    pin:
      number: GPIO2
      mode: OUTPUT
    restore_mode: ALWAYS_OFF

@kr0ner
Copy link
Owner Author

kr0ner commented Dec 5, 2024

There was a header missing. Should build now

Copy link

github-actions bot commented Dec 5, 2024

The GitHub Actions build has failed. Check the workflow run details for more information.

@adrai
Copy link

adrai commented Dec 5, 2024

Yes, it builds now... and I was able to run it, but... it seems I don't get any messages anymore as soon as it sends the first messages like 0x6a2...
Seems like the canbus stops then...
image

Is there an easy way to not send any messages and just listening for messages? Sorry, but I'm not a C++ dev....

@kr0ner
Copy link
Owner Author

kr0ner commented Dec 5, 2024

https://github.com/kr0ner/OneESP32ToRuleThemAll/blob/master/yaml/common.yaml#L60
comment out this line and no request is being sent out anymore ;)

@adrai
Copy link

adrai commented Dec 5, 2024

yes, just found it ;-)

now I get a lot of messages:
[12:52:18][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:18][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x0199) with raw value: 0
[12:52:18][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x0199)
[12:52:18][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:18][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x0199) with raw value: 69
[12:52:18][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x0199)
[12:52:19][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:19][I][Communication:086]: Message received: Read/Write ID 0xe0 0x00(0x0700) for property UNKNOWN (0xfe1c) with raw value: 55
[12:52:19][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0xfe1c)
[12:52:19][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:52:19][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:19][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x01d6) with raw value: 0
[12:52:19][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x01d6)
[12:52:19][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:19][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property RUECKLAUFISTTEMP (0x0016) with raw value: 0
[12:52:19][I][CallbackHandler:062]: Callback not found for HK1 RUECKLAUFISTTEMP (0x0016)
[12:52:19][D][canbus:071]: received can message (#2) std can_id=0x480 size=7
[12:52:19][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x07a8) with raw value: 0
[12:52:19][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x07a8)
[12:52:19][D][canbus:071]: received can message (#3) std can_id=0x480 size=7
[12:52:19][I][Communication:086]: Message received: Read/Write ID 0xa0 0x00(0x0500) for property UNKNOWN (0x02ca) with raw value: 286
[12:52:19][D][canbus:071]: received can message (#4) std can_id=0x500 size=7
[12:52:19][I][Communication:086]: Message received: Read/Write ID 0x90 0x00(0x0480) for property UNKNOWN (0x068d) with raw value: 5
[12:52:19][D][canbus:071]: received can message (#5) std can_id=0x480 size=7
[12:52:19][I][Communication:086]: Message received: Read/Write ID 0xa0 0x00(0x0500) for property UNKNOWN (0x0917) with raw value: 64536
[12:52:19][D][canbus:071]: received can message (#6) std can_id=0x480 size=7
[12:52:19][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x0a36) with raw value: 0
[12:52:19][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x0a36)
[12:52:19][D][canbus:071]: received can message (#7) std can_id=0x480 size=7
[12:52:19][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x07a8) with raw value: 0
[12:52:19][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x07a8)
[12:52:19][D][canbus:071]: received can message (#8) std can_id=0x180 size=7
[12:52:19][I][Communication:086]: Message received: Read/Write ID 0xa0 0x00(0x0500) for property HILFSKESSELSOLL (0x01d7) with raw value: 333
[12:52:19][I][Communication:086]: Message received: Read/Write ID 0xa0 0x00(0x0500) for property HILFSKESSELSOLL (0x01d7) with raw value: 333
[12:52:19][D][canbus:071]: received can message (#9) std can_id=0x480 size=7
[12:52:19][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x0669) with raw value: 0
[12:52:19][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x0669)
[12:52:19][D][canbus:071]: received can message (#10) std can_id=0x700 size=7
[12:52:19][D][canbus:071]: received can message (#11) std can_id=0x700 size=7
[12:52:19][D][canbus:071]: received can message (#12) std can_id=0x500 size=7
[12:52:19][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property RUECKLAUFISTTEMP (0x0016) with raw value: 299
[12:52:19][I][CallbackHandler:062]: Callback not found for HK2 RUECKLAUFISTTEMP (0x0016)
[12:52:19][W][component:237]: Component canbus took a long time for an operation (246 ms).
[12:52:19][W][component:238]: Components should block for at most 30 ms.
[12:52:19][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:19][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x07a8) with raw value: 24
[12:52:19][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x07a8)
[12:52:19][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:19][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x0a36) with raw value: 32768
[12:52:19][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x0a36)
[12:52:19][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:19][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x07a8) with raw value: 24
[12:52:19][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x07a8)
[12:52:19][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:19][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x0669) with raw value: 4335
[12:52:19][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x0669)
[12:52:20][D][canbus:071]: received can message (#1) std can_id=0x180 size=7
[12:52:20][I][Communication:086]: Message received: Read/Write ID 0x60 0x79(0x0339) for property RUECKLAUFISTTEMP (0x0016) with raw value: 32768
[12:52:20][D][sensor:093]: 'RUECKLAUFISTTEMP': Sending state -3276.80005 °C with 1 decimals of accuracy
[12:52:20][I][Communication:086]: Message received: Read/Write ID 0x60 0x79(0x0339) for property RUECKLAUFISTTEMP (0x0016) with raw value: 32768
[12:52:20][D][sensor:093]: 'RUECKLAUFISTTEMP': Sending state -3276.80005 °C with 1 decimals of accuracy
[12:52:20][D][canbus:071]: received can message (#2) std can_id=0x480 size=7
[12:52:20][I][Communication:086]: Message received: Read/Write ID 0xa0 0x79(0x0539) for property RUECKLAUFISTTEMP (0x0016) with raw value: 282
[12:52:20][I][CallbackHandler:062]: Callback not found for HK1 RUECKLAUFISTTEMP (0x0016)
[12:52:20][D][canbus:071]: received can message (#3) std can_id=0x500 size=7
[12:52:20][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfdf4) with raw value: 0
[12:52:20][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0xfdf4)
[12:52:20][D][canbus:071]: received can message (#4) std can_id=0x700 size=7
[12:52:20][W][component:237]: Component canbus took a long time for an operation (79 ms).
[12:52:20][W][component:238]: Components should block for at most 30 ms.
[12:52:20][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:20][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfdf3) with raw value: 0
[12:52:20][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0xfdf3)
[12:52:20][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:52:20][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:20][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfe07) with raw value: 0
[12:52:20][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0xfe07)
[12:52:20][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:52:20][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:20][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfe0a) with raw value: 0
[12:52:20][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0xfe0a)
[12:52:20][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:52:21][D][canbus:071]: received can message (#1) std can_id=0x180 size=7
[12:52:21][I][Communication:086]: Message received: Read/Write ID 0x60 0x79(0x0339) for property RUECKLAUFISTTEMP (0x0016) with raw value: 32768
[12:52:21][D][sensor:093]: 'RUECKLAUFISTTEMP': Sending state -3276.80005 °C with 1 decimals of accuracy
[12:52:21][I][Communication:086]: Message received: Read/Write ID 0x60 0x79(0x0339) for property RUECKLAUFISTTEMP (0x0016) with raw value: 32768
[12:52:21][D][sensor:093]: 'RUECKLAUFISTTEMP': Sending state -3276.80005 °C with 1 decimals of accuracy
[12:52:21][D][canbus:071]: received can message (#2) std can_id=0x480 size=7
[12:52:21][I][Communication:086]: Message received: Read/Write ID 0xa0 0x79(0x0539) for property RUECKLAUFISTTEMP (0x0016) with raw value: 286
[12:52:21][I][CallbackHandler:062]: Callback not found for HK1 RUECKLAUFISTTEMP (0x0016)
[12:52:21][D][canbus:071]: received can message (#3) std can_id=0x500 size=7
[12:52:21][I][Communication:086]: Message received: Read/Write ID 0x90 0x00(0x0480) for property UNKNOWN (0x5028) with raw value: 36
[12:52:21][W][component:237]: Component canbus took a long time for an operation (69 ms).
[12:52:21][W][component:238]: Components should block for at most 30 ms.
[12:52:22][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:22][I][Communication:086]: Message received: Read/Write ID 0xe0 0x00(0x0700) for property UNKNOWN (0xfe1c) with raw value: 55
[12:52:22][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0xfe1c)
[12:52:22][D][canbus:071]: received can message (#2) std can_id=0x480 size=7
[12:52:22][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfdf4) with raw value: 0
[12:52:22][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfdf4)
[12:52:22][D][canbus:071]: received can message (#3) std can_id=0x700 size=7
[12:52:22][D][canbus:071]: received can message (#4) std can_id=0x480 size=7
[12:52:22][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfdf3) with raw value: 0
[12:52:22][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfdf3)
[12:52:22][D][canbus:071]: received can message (#5) std can_id=0x700 size=7
[12:52:22][D][canbus:071]: received can message (#6) std can_id=0x480 size=7
[12:52:22][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfdf5) with raw value: 0
[12:52:22][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfdf5)
[12:52:22][D][canbus:071]: received can message (#7) std can_id=0x700 size=7
[12:52:22][D][canbus:071]: received can message (#8) std can_id=0x480 size=7
[12:52:22][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfe07) with raw value: 0
[12:52:22][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfe07)
[12:52:22][D][canbus:071]: received can message (#9) std can_id=0x480 size=7
[12:52:22][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfe09) with raw value: 0
[12:52:22][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfe09)
[12:52:22][D][canbus:071]: received can message (#10) std can_id=0x480 size=7
[12:52:22][I][Communication:086]: Message received: Read/Write ID 0xe0 0x00(0x0700) for property UNKNOWN (0xfe1d) with raw value: 0
[12:52:22][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfe1d)
[12:52:22][D][canbus:071]: received can message (#11) std can_id=0x700 size=7
[12:52:22][W][component:237]: Component canbus took a long time for an operation (173 ms).
[12:52:22][W][component:238]: Components should block for at most 30 ms.
[12:52:23][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:23][I][Communication:086]: Message received: Read/Write ID 0xa0 0x00(0x0500) for property UNKNOWN (0x005f) with raw value: 512
[12:52:24][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:24][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfe4c) with raw value: 0
[12:52:24][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfe4c)
[12:52:24][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:52:24][D][canbus:071]: received can message (#3) std can_id=0x180 size=7
[12:52:24][I][Communication:086]: Message received: Read/Write ID 0xa0 0x79(0x0539) for property AUSSENTEMP (0x000c) with raw value: 39
[12:52:24][D][sensor:093]: 'AUSSENTEMP': Sending state 3.90000 °C with 1 decimals of accuracy
[12:52:24][I][Communication:086]: Message received: Read/Write ID 0xa0 0x79(0x0539) for property AUSSENTEMP (0x000c) with raw value: 39
[12:52:24][D][sensor:093]: 'AUSSENTEMP': Sending state 3.90000 °C with 1 decimals of accuracy
[12:52:24][W][component:237]: Component canbus took a long time for an operation (51 ms).
[12:52:24][W][component:238]: Components should block for at most 30 ms.
[12:52:25][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:25][I][Communication:086]: Message received: Read/Write ID 0xa0 0x00(0x0500) for property UNKNOWN (0x002c) with raw value: 0
[12:52:25][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:25][I][Communication:086]: Message received: Read/Write ID 0xe0 0x00(0x0700) for property UNKNOWN (0xfe1c) with raw value: 55
[12:52:25][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0xfe1c)
[12:52:25][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:52:27][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:27][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x0199) with raw value: 0
[12:52:27][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x0199)
[12:52:27][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:27][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfdf4) with raw value: 0
[12:52:27][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfdf4)
[12:52:27][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:52:27][D][canbus:071]: received can message (#3) std can_id=0x480 size=7
[12:52:27][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfdf3) with raw value: 0
[12:52:27][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfdf3)
[12:52:27][D][canbus:071]: received can message (#4) std can_id=0x700 size=7
[12:52:27][D][canbus:071]: received can message (#5) std can_id=0x480 size=7
[12:52:27][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfdf5) with raw value: 0
[12:52:27][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfdf5)
[12:52:27][D][canbus:071]: received can message (#6) std can_id=0x700 size=7
[12:52:27][D][canbus:071]: received can message (#7) std can_id=0x480 size=7
[12:52:27][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfe07) with raw value: 0
[12:52:27][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfe07)
[12:52:27][D][canbus:071]: received can message (#8) std can_id=0x480 size=7
[12:52:27][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfe09) with raw value: 0
[12:52:27][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfe09)
[12:52:27][D][canbus:071]: received can message (#9) std can_id=0x700 size=7
[12:52:27][W][component:237]: Component canbus took a long time for an operation (123 ms).
[12:52:27][W][component:238]: Components should block for at most 30 ms.
[12:52:28][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:28][I][Communication:086]: Message received: Read/Write ID 0xe0 0x00(0x0700) for property UNKNOWN (0xfe1e) with raw value: 0
[12:52:28][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfe1e)
[12:52:28][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:52:28][D][canbus:071]: received can message (#1) std can_id=0x180 size=7
[12:52:28][I][Communication:086]: Message received: Read/Write ID 0x60 0x79(0x0339) for property RUECKLAUFISTTEMP (0x0016) with raw value: 32768
[12:52:28][D][sensor:093]: 'RUECKLAUFISTTEMP': Sending state -3276.80005 °C with 1 decimals of accuracy
[12:52:28][I][Communication:086]: Message received: Read/Write ID 0x60 0x79(0x0339) for property RUECKLAUFISTTEMP (0x0016) with raw value: 32768
[12:52:28][D][sensor:093]: 'RUECKLAUFISTTEMP': Sending state -3276.80005 °C with 1 decimals of accuracy
[12:52:28][D][canbus:071]: received can message (#2) std can_id=0x480 size=7
[12:52:28][I][Communication:086]: Message received: Read/Write ID 0xa0 0x79(0x0539) for property RUECKLAUFISTTEMP (0x0016) with raw value: 282
[12:52:28][I][CallbackHandler:062]: Callback not found for HK1 RUECKLAUFISTTEMP (0x0016)
[12:52:28][W][component:237]: Component canbus took a long time for an operation (67 ms).
[12:52:28][W][component:238]: Components should block for at most 30 ms.
[12:52:29][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:29][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x01d6) with raw value: 0
[12:52:29][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x01d6)
[12:52:29][D][canbus:071]: received can message (#2) std can_id=0x480 size=7
[12:52:29][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property RUECKLAUFISTTEMP (0x0016) with raw value: 0
[12:52:29][I][CallbackHandler:062]: Callback not found for HK1 RUECKLAUFISTTEMP (0x0016)
[12:52:29][D][canbus:071]: received can message (#3) std can_id=0x480 size=7
[12:52:29][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x07a8) with raw value: 0
[12:52:29][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x07a8)
[12:52:29][D][canbus:071]: received can message (#4) std can_id=0x480 size=7
[12:52:29][I][Communication:086]: Message received: Read/Write ID 0xa0 0x00(0x0500) for property UNKNOWN (0x02ca) with raw value: 282
[12:52:29][D][canbus:071]: received can message (#5) std can_id=0x480 size=7
[12:52:29][I][Communication:086]: Message received: Read/Write ID 0xa0 0x00(0x0500) for property UNKNOWN (0x0917) with raw value: 64536
[12:52:29][D][canbus:071]: received can message (#6) std can_id=0x480 size=7
[12:52:29][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x0a36) with raw value: 0
[12:52:29][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x0a36)
[12:52:29][D][canbus:071]: received can message (#7) std can_id=0x500 size=7
[12:52:29][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x01d6) with raw value: 325
[12:52:29][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x01d6)
[12:52:29][D][canbus:071]: received can message (#8) std can_id=0x480 size=7
[12:52:29][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x07a8) with raw value: 0
[12:52:29][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x07a8)
[12:52:29][D][canbus:071]: received can message (#9) std can_id=0x180 size=7
[12:52:29][I][Communication:086]: Message received: Read/Write ID 0xa0 0x00(0x0500) for property HILFSKESSELSOLL (0x01d7) with raw value: 333
[12:52:29][I][Communication:086]: Message received: Read/Write ID 0xa0 0x00(0x0500) for property HILFSKESSELSOLL (0x01d7) with raw value: 333
[12:52:29][D][canbus:071]: received can message (#10) std can_id=0x480 size=7
[12:52:29][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x0669) with raw value: 0
[12:52:29][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x0669)
[12:52:29][D][canbus:071]: received can message (#11) std can_id=0x700 size=7
[12:52:29][D][canbus:071]: received can message (#12) std can_id=0x500 size=7
[12:52:29][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property RUECKLAUFISTTEMP (0x0016) with raw value: 299
[12:52:29][I][CallbackHandler:062]: Callback not found for HK2 RUECKLAUFISTTEMP (0x0016)
[12:52:29][D][canbus:071]: received can message (#13) std can_id=0x500 size=7
[12:52:29][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x07a8) with raw value: 24
[12:52:29][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x07a8)
[12:52:29][W][component:237]: Component canbus took a long time for an operation (275 ms).
[12:52:29][W][component:238]: Components should block for at most 30 ms.
[12:52:29][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:29][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x0a36) with raw value: 32768
[12:52:29][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x0a36)
[12:52:29][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:29][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x07a8) with raw value: 24
[12:52:29][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x07a8)
[12:52:29][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:29][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x0669) with raw value: 4361
[12:52:29][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x0669)
[12:52:30][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:30][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x0265) with raw value: 0
[12:52:30][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x0265)
[12:52:30][D][canbus:071]: received can message (#1) std can_id=0x180 size=7
[12:52:30][I][Communication:086]: Message received: Read/Write ID 0x60 0x79(0x0339) for property RUECKLAUFISTTEMP (0x0016) with raw value: 32768
[12:52:30][D][sensor:093]: 'RUECKLAUFISTTEMP': Sending state -3276.80005 °C with 1 decimals of accuracy
[12:52:30][I][Communication:086]: Message received: Read/Write ID 0x60 0x79(0x0339) for property RUECKLAUFISTTEMP (0x0016) with raw value: 32768
[12:52:30][D][sensor:093]: 'RUECKLAUFISTTEMP': Sending state -3276.80005 °C with 1 decimals of accuracy
[12:52:30][D][canbus:071]: received can message (#2) std can_id=0x480 size=7
[12:52:30][I][Communication:086]: Message received: Read/Write ID 0xa0 0x79(0x0539) for property RUECKLAUFISTTEMP (0x0016) with raw value: 286
[12:52:30][I][CallbackHandler:062]: Callback not found for HK1 RUECKLAUFISTTEMP (0x0016)
[12:52:30][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:30][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x0265) with raw value: 536
[12:52:30][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x0265)
[12:52:30][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:30][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x07a6) with raw value: 0
[12:52:30][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x07a6)
[12:52:30][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:30][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfdf4) with raw value: 0
[12:52:30][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0xfdf4)
[12:52:30][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:52:30][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:30][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfdf3) with raw value: 0
[12:52:30][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0xfdf3)
[12:52:30][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:52:30][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:30][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfe07) with raw value: 0
[12:52:30][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0xfe07)
[12:52:30][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:52:30][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:30][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfe0a) with raw value: 0
[12:52:30][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0xfe0a)
[12:52:30][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:52:30][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:30][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x07a6) with raw value: 1384
[12:52:30][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x07a6)
[12:52:30][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:30][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x07a7) with raw value: 0
[12:52:30][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x07a7)
[12:52:30][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:30][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x07a7) with raw value: 650
[12:52:30][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x07a7)
[12:52:30][D][canbus:071]: received can message (#2) std can_id=0x480 size=7
[12:52:30][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x0a39) with raw value: 0
[12:52:30][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x0a39)
[12:52:30][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:30][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x0a39) with raw value: 497
[12:52:30][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x0a39)
[12:52:30][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:30][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property RUECKLAUFISTTEMP (0x0016) with raw value: 0
[12:52:30][I][CallbackHandler:062]: Callback not found for HK1 RUECKLAUFISTTEMP (0x0016)
[12:52:30][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:30][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property RUECKLAUFISTTEMP (0x0016) with raw value: 298
[12:52:30][I][CallbackHandler:062]: Callback not found for HK2 RUECKLAUFISTTEMP (0x0016)
[12:52:30][D][canbus:071]: received can message (#2) std can_id=0x480 size=7
[12:52:30][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x07a9) with raw value: 0
[12:52:30][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x07a9)
[12:52:30][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:30][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x07a9) with raw value: 117
[12:52:30][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x07a9)
[12:52:30][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:30][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x0a37) with raw value: 0
[12:52:30][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x0a37)
[12:52:31][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:31][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x0a37) with raw value: 308
[12:52:31][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x0a37)
[12:52:31][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:31][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x01d6) with raw value: 0
[12:52:31][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x01d6)
[12:52:31][D][canbus:071]: received can message (#2) std can_id=0x180 size=7
[12:52:31][I][Communication:086]: Message received: Read/Write ID 0x60 0x79(0x0339) for property RUECKLAUFISTTEMP (0x0016) with raw value: 32768
[12:52:31][D][sensor:093]: 'RUECKLAUFISTTEMP': Sending state -3276.80005 °C with 1 decimals of accuracy
[12:52:31][I][Communication:086]: Message received: Read/Write ID 0x60 0x79(0x0339) for property RUECKLAUFISTTEMP (0x0016) with raw value: 32768
[12:52:31][D][sensor:093]: 'RUECKLAUFISTTEMP': Sending state -3276.80005 °C with 1 decimals of accuracy
[12:52:31][D][canbus:071]: received can message (#3) std can_id=0x480 size=7
[12:52:31][I][Communication:086]: Message received: Read/Write ID 0xa0 0x79(0x0539) for property RUECKLAUFISTTEMP (0x0016) with raw value: 282
[12:52:31][I][CallbackHandler:062]: Callback not found for HK1 RUECKLAUFISTTEMP (0x0016)
[12:52:31][W][component:237]: Component canbus took a long time for an operation (70 ms).
[12:52:31][W][component:238]: Components should block for at most 30 ms.
[12:52:31][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:31][I][Communication:086]: Message received: Read/Write ID 0x90 0x00(0x0480) for property UNKNOWN (0x5028) with raw value: 38
[12:52:31][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:31][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x01d6) with raw value: 325
[12:52:31][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x01d6)
[12:52:31][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:31][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x0a3f) with raw value: 0
[12:52:31][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x0a3f)
[12:52:31][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:31][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x0a3f) with raw value: 201
[12:52:31][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x0a3f)
[12:52:31][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:31][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x79c1) with raw value: 0
[12:52:31][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x79c1)
[12:52:31][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:31][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x79c1) with raw value: 17
[12:52:31][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x79c1)
[12:52:31][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:31][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x07ca) with raw value: 0
[12:52:31][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x07ca)
[12:52:31][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:31][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x07ca) with raw value: 542
[12:52:31][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x07ca)
[12:52:31][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:31][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x07f6) with raw value: 0
[12:52:31][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x07f6)
[12:52:31][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:31][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x07f6) with raw value: 621
[12:52:31][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x07f6)
[12:52:31][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:31][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0xc2d5) with raw value: 0
[12:52:31][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xc2d5)
[12:52:31][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:31][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0xc2d5) with raw value: 238
[12:52:31][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0xc2d5)
[12:52:31][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:31][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x4fa9) with raw value: 0
[12:52:31][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x4fa9)
[12:52:31][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:31][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x4fa9) with raw value: 418
[12:52:31][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x4fa9)
[12:52:31][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:31][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0xc1e7) with raw value: 0
[12:52:31][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xc1e7)
[12:52:31][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:31][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0xc1e7) with raw value: 317
[12:52:31][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0xc1e7)
[12:52:31][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:31][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0xc1e6) with raw value: 0
[12:52:31][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xc1e6)
[12:52:31][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:31][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0xc1e6) with raw value: 325
[12:52:31][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0xc1e6)
[12:52:31][D][canbus:071]: received can message (#2) std can_id=0x480 size=7
[12:52:31][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x06b2) with raw value: 0
[12:52:31][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x06b2)
[12:52:31][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:31][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x06b2) with raw value: 28
[12:52:31][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x06b2)
[12:52:32][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:32][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x06b1) with raw value: 0
[12:52:32][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x06b1)
[12:52:32][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:32][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfdf4) with raw value: 0
[12:52:32][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfdf4)
[12:52:32][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:52:32][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:32][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfdf3) with raw value: 0
[12:52:32][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfdf3)
[12:52:32][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:52:32][D][canbus:071]: received can message (#3) std can_id=0x480 size=7
[12:52:32][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfdf5) with raw value: 0
[12:52:32][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfdf5)
[12:52:32][D][canbus:071]: received can message (#4) std can_id=0x480 size=7
[12:52:32][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfe07) with raw value: 0
[12:52:32][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfe07)
[12:52:32][D][canbus:071]: received can message (#5) std can_id=0x700 size=7
[12:52:32][D][canbus:071]: received can message (#6) std can_id=0x480 size=7
[12:52:32][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfe09) with raw value: 0
[12:52:32][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfe09)
[12:52:32][D][canbus:071]: received can message (#7) std can_id=0x700 size=7
[12:52:32][D][canbus:071]: received can message (#8) std can_id=0x480 size=7
[12:52:32][I][Communication:086]: Message received: Read/Write ID 0xe0 0x00(0x0700) for property UNKNOWN (0xfe1d) with raw value: 0
[12:52:32][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfe1d)
[12:52:32][D][canbus:071]: received can message (#9) std can_id=0x480 size=7
[12:52:32][I][Communication:086]: Message received: Read/Write ID 0xa0 0x79(0x0539) for property RUECKLAUFISTTEMP (0x0016) with raw value: 286
[12:52:32][I][CallbackHandler:062]: Callback not found for HK1 RUECKLAUFISTTEMP (0x0016)
[12:52:32][D][canbus:071]: received can message (#10) std can_id=0x500 size=7
[12:52:32][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x06b1) with raw value: 2225
[12:52:32][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x06b1)
[12:52:32][D][canbus:071]: received can message (#11) std can_id=0x480 size=7
[12:52:32][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x063b) with raw value: 0
[12:52:32][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x063b)
[12:52:32][D][canbus:071]: received can message (#12) std can_id=0x500 size=7
[12:52:32][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x063b) with raw value: 50
[12:52:32][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x063b)
[12:52:32][D][canbus:071]: received can message (#13) std can_id=0x480 size=7
[12:52:32][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x063d) with raw value: 0
[12:52:32][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x063d)
[12:52:32][D][canbus:071]: received can message (#14) std can_id=0x500 size=7
[12:52:32][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x063d) with raw value: 50
[12:52:32][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x063d)
[12:52:32][D][canbus:071]: received can message (#15) std can_id=0x480 size=7
[12:52:32][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x07f4) with raw value: 0
[12:52:32][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x07f4)
[12:52:32][D][canbus:071]: received can message (#16) std can_id=0x500 size=7
[12:52:32][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x07f4) with raw value: 4
[12:52:32][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x07f4)
[12:52:32][D][canbus:071]: received can message (#17) std can_id=0x480 size=7
[12:52:32][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x07f3) with raw value: 0
[12:52:32][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x07f3)
[12:52:32][W][component:237]: Component canbus took a long time for an operation (352 ms).
[12:52:32][W][component:238]: Components should block for at most 30 ms.
[12:52:32][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:32][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x07f3) with raw value: 2
[12:52:32][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x07f3)
[12:52:32][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:32][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x4fa2) with raw value: 0
[12:52:32][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x4fa2)
[12:52:32][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:32][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x4fa2) with raw value: 107
[12:52:32][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x4fa2)
[12:52:32][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:32][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x4fa1) with raw value: 0
[12:52:32][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x4fa1)
[12:52:32][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:32][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x4fa1) with raw value: 99
[12:52:32][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x4fa1)
[12:52:32][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:32][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x4fa6) with raw value: 0
[12:52:32][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x4fa6)
[12:52:32][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:32][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x4fa6) with raw value: 97
[12:52:32][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x4fa6)
[12:52:32][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:32][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x4fa7) with raw value: 0
[12:52:32][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x4fa7)
[12:52:32][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:32][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x4fa7) with raw value: 128
[12:52:32][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x4fa7)
[12:52:32][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:32][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x4f9e) with raw value: 0
[12:52:32][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x4f9e)
[12:52:32][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:32][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x4f9e) with raw value: 4
[12:52:32][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x4f9e)
[12:52:32][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:32][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x4fab) with raw value: 0
[12:52:32][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x4fab)
[12:52:32][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:32][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x4fab) with raw value: 0
[12:52:32][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x4fab)
[12:52:32][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:32][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x0aff) with raw value: 0
[12:52:32][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x0aff)
[12:52:33][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:33][I][Communication:086]: Message received: Read/Write ID 0xa0 0x00(0x0500) for property UNKNOWN (0x005f) with raw value: 512
[12:52:33][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:33][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x0aff) with raw value: 9
[12:52:33][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x0aff)
[12:52:33][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:33][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x063f) with raw value: 0
[12:52:33][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x063f)
[12:52:33][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:33][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x063f) with raw value: 218
[12:52:33][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x063f)
[12:52:34][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:34][I][Communication:086]: Message received: Read/Write ID 0xe0 0x00(0x0700) for property UNKNOWN (0xfe1c) with raw value: 55
[12:52:34][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0xfe1c)
[12:52:34][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:52:34][D][canbus:071]: received can message (#3) std can_id=0x480 size=7
[12:52:34][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfe4c) with raw value: 0
[12:52:34][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfe4c)
[12:52:34][D][canbus:071]: received can message (#4) std can_id=0x700 size=7
[12:52:34][D][canbus:071]: received can message (#5) std can_id=0x180 size=7
[12:52:34][I][Communication:086]: Message received: Read/Write ID 0xa0 0x79(0x0539) for property AUSSENTEMP (0x000c) with raw value: 39
[12:52:34][D][sensor:093]: 'AUSSENTEMP': Sending state 3.90000 °C with 1 decimals of accuracy
[12:52:34][I][Communication:086]: Message received: Read/Write ID 0xa0 0x79(0x0539) for property AUSSENTEMP (0x000c) with raw value: 39
[12:52:34][D][sensor:093]: 'AUSSENTEMP': Sending state 3.90000 °C with 1 decimals of accuracy
[12:52:34][W][component:237]: Component canbus took a long time for an operation (91 ms).
[12:52:34][W][component:238]: Components should block for at most 30 ms.
[12:52:35][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:35][I][Communication:086]: Message received: Read/Write ID 0xa0 0x00(0x0500) for property UNKNOWN (0x002c) with raw value: 0
[12:52:36][D][canbus:071]: received can message (#1) std can_id=0x180 size=7
[12:52:36][I][Communication:086]: Message received: Read/Write ID 0x60 0x79(0x0339) for property RUECKLAUFISTTEMP (0x0016) with raw value: 32768
[12:52:36][D][sensor:093]: 'RUECKLAUFISTTEMP': Sending state -3276.80005 °C with 1 decimals of accuracy
[12:52:36][I][Communication:086]: Message received: Read/Write ID 0x60 0x79(0x0339) for property RUECKLAUFISTTEMP (0x0016) with raw value: 32768
[12:52:36][D][sensor:093]: 'RUECKLAUFISTTEMP': Sending state -3276.80005 °C with 1 decimals of accuracy
[12:52:36][D][canbus:071]: received can message (#2) std can_id=0x480 size=7
[12:52:36][I][Communication:086]: Message received: Read/Write ID 0xa0 0x79(0x0539) for property RUECKLAUFISTTEMP (0x0016) with raw value: 282
[12:52:36][I][CallbackHandler:062]: Callback not found for HK1 RUECKLAUFISTTEMP (0x0016)
[12:52:37][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:37][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfdf4) with raw value: 0
[12:52:37][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfdf4)
[12:52:37][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:52:37][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:37][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfdf3) with raw value: 0
[12:52:37][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfdf3)
[12:52:37][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:52:37][D][canbus:071]: received can message (#3) std can_id=0x480 size=7
[12:52:37][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfdf5) with raw value: 0
[12:52:37][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfdf5)
[12:52:37][D][canbus:071]: received can message (#4) std can_id=0x700 size=7
[12:52:37][D][canbus:071]: received can message (#5) std can_id=0x480 size=7
[12:52:37][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfe07) with raw value: 0
[12:52:37][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfe07)
[12:52:37][D][canbus:071]: received can message (#6) std can_id=0x480 size=7
[12:52:37][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfe09) with raw value: 0
[12:52:37][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfe09)
[12:52:37][D][canbus:071]: received can message (#7) std can_id=0x700 size=7
[12:52:37][D][canbus:071]: received can message (#8) std can_id=0x700 size=7
[12:52:37][W][component:237]: Component canbus took a long time for an operation (118 ms).
[12:52:37][W][component:238]: Components should block for at most 30 ms.
[12:52:38][D][canbus:071]: received can message (#1) std can_id=0x180 size=7
[12:52:38][I][Communication:086]: Message received: Read/Write ID 0x60 0x79(0x0339) for property RUECKLAUFISTTEMP (0x0016) with raw value: 32768
[12:52:38][D][sensor:093]: 'RUECKLAUFISTTEMP': Sending state -3276.80005 °C with 1 decimals of accuracy
[12:52:38][I][Communication:086]: Message received: Read/Write ID 0x60 0x79(0x0339) for property RUECKLAUFISTTEMP (0x0016) with raw value: 32768
[12:52:38][D][sensor:093]: 'RUECKLAUFISTTEMP': Sending state -3276.80005 °C with 1 decimals of accuracy
[12:52:38][D][canbus:071]: received can message (#2) std can_id=0x480 size=7
[12:52:38][I][Communication:086]: Message received: Read/Write ID 0xa0 0x79(0x0539) for property RUECKLAUFISTTEMP (0x0016) with raw value: 286
[12:52:38][I][CallbackHandler:062]: Callback not found for HK1 RUECKLAUFISTTEMP (0x0016)
[12:52:38][D][canbus:071]: received can message (#3) std can_id=0x480 size=7
[12:52:38][I][Communication:086]: Message received: Read/Write ID 0xa0 0x79(0x0539) for property UNKNOWN (0x0074) with raw value: 1
[12:52:38][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x0074)
[12:52:38][W][component:237]: Component canbus took a long time for an operation (70 ms).
[12:52:38][W][component:238]: Components should block for at most 30 ms.
[12:52:39][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:39][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x01d6) with raw value: 0
[12:52:39][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x01d6)
[12:52:39][D][canbus:071]: received can message (#2) std can_id=0x480 size=7
[12:52:39][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property RUECKLAUFISTTEMP (0x0016) with raw value: 0
[12:52:39][I][CallbackHandler:062]: Callback not found for HK1 RUECKLAUFISTTEMP (0x0016)
[12:52:39][D][canbus:071]: received can message (#3) std can_id=0x480 size=7
[12:52:39][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x07a8) with raw value: 0
[12:52:39][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x07a8)
[12:52:39][D][canbus:071]: received can message (#4) std can_id=0x480 size=7
[12:52:39][I][Communication:086]: Message received: Read/Write ID 0xa0 0x00(0x0500) for property UNKNOWN (0x02ca) with raw value: 286
[12:52:39][D][canbus:071]: received can message (#5) std can_id=0x480 size=7
[12:52:39][I][Communication:086]: Message received: Read/Write ID 0xa0 0x00(0x0500) for property UNKNOWN (0x0917) with raw value: 64536
[12:52:39][D][canbus:071]: received can message (#6) std can_id=0x480 size=7
[12:52:39][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x0a36) with raw value: 0
[12:52:39][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x0a36)
[12:52:39][D][canbus:071]: received can message (#7) std can_id=0x480 size=7
[12:52:39][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x07a8) with raw value: 0
[12:52:39][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x07a8)
[12:52:39][D][canbus:071]: received can message (#8) std can_id=0x180 size=7
[12:52:39][I][Communication:086]: Message received: Read/Write ID 0xa0 0x00(0x0500) for property HILFSKESSELSOLL (0x01d7) with raw value: 333
[12:52:39][I][Communication:086]: Message received: Read/Write ID 0xa0 0x00(0x0500) for property HILFSKESSELSOLL (0x01d7) with raw value: 333
[12:52:39][D][canbus:071]: received can message (#9) std can_id=0x480 size=7
[12:52:39][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x0669) with raw value: 0
[12:52:39][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x0669)
[12:52:39][D][canbus:071]: received can message (#10) std can_id=0x480 size=7
[12:52:39][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfe4c) with raw value: 0
[12:52:39][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfe4c)
[12:52:39][D][canbus:071]: received can message (#11) std can_id=0x480 size=7
[12:52:39][I][Communication:086]: Message received: Read/Write ID 0xe0 0x00(0x0700) for property UNKNOWN (0xfe1b) with raw value: 47
[12:52:39][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfe1b)
[12:52:39][D][canbus:071]: received can message (#12) std can_id=0x480 size=7
[12:52:39][I][Communication:086]: Message received: Read/Write ID 0xa0 0x79(0x0539) for property RUECKLAUFISTTEMP (0x0016) with raw value: 282
[12:52:39][I][CallbackHandler:062]: Callback not found for HK1 RUECKLAUFISTTEMP (0x0016)
[12:52:39][D][canbus:071]: received can message (#13) std can_id=0x500 size=7
[12:52:39][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property RUECKLAUFISTTEMP (0x0016) with raw value: 298
[12:52:39][I][CallbackHandler:062]: Callback not found for HK2 RUECKLAUFISTTEMP (0x0016)
[12:52:39][D][canbus:071]: received can message (#14) std can_id=0x500 size=7
[12:52:39][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x07a8) with raw value: 24
[12:52:39][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x07a8)
[12:52:39][D][canbus:071]: received can message (#15) std can_id=0x500 size=7
[12:52:39][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x0a36) with raw value: 32768
[12:52:39][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x0a36)
[12:52:39][W][component:237]: Component canbus took a long time for an operation (347 ms).
[12:52:39][W][component:238]: Components should block for at most 30 ms.
[12:52:39][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:39][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x07a8) with raw value: 24
[12:52:39][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x07a8)
[12:52:39][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:39][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x0669) with raw value: 4361
[12:52:39][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x0669)
[12:52:40][D][canbus:071]: received can message (#1) std can_id=0x180 size=7
[12:52:40][I][Communication:086]: Message received: Read/Write ID 0x60 0x79(0x0339) for property RUECKLAUFISTTEMP (0x0016) with raw value: 32768
[12:52:40][D][sensor:093]: 'RUECKLAUFISTTEMP': Sending state -3276.80005 °C with 1 decimals of accuracy
[12:52:40][I][Communication:086]: Message received: Read/Write ID 0x60 0x79(0x0339) for property RUECKLAUFISTTEMP (0x0016) with raw value: 32768
[12:52:40][D][sensor:093]: 'RUECKLAUFISTTEMP': Sending state -3276.80005 °C with 1 decimals of accuracy
[12:52:40][D][canbus:071]: received can message (#2) std can_id=0x480 size=7
[12:52:40][I][Communication:086]: Message received: Read/Write ID 0xa0 0x79(0x0539) for property RUECKLAUFISTTEMP (0x0016) with raw value: 286
[12:52:40][I][CallbackHandler:062]: Callback not found for HK1 RUECKLAUFISTTEMP (0x0016)
[12:52:40][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:40][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfdf4) with raw value: 0
[12:52:40][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0xfdf4)
[12:52:40][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:52:40][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:40][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfdf3) with raw value: 0
[12:52:40][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0xfdf3)
[12:52:40][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:52:40][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:40][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfe07) with raw value: 0
[12:52:40][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0xfe07)
[12:52:40][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:52:40][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:40][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfe0a) with raw value: 0
[12:52:40][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0xfe0a)
[12:52:40][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:52:41][D][canbus:071]: received can message (#1) std can_id=0x180 size=7
[12:52:41][I][Communication:086]: Message received: Read/Write ID 0x60 0x79(0x0339) for property RUECKLAUFISTTEMP (0x0016) with raw value: 32768
[12:52:41][D][sensor:093]: 'RUECKLAUFISTTEMP': Sending state -3276.80005 °C with 1 decimals of accuracy
[12:52:41][I][Communication:086]: Message received: Read/Write ID 0x60 0x79(0x0339) for property RUECKLAUFISTTEMP (0x0016) with raw value: 32768
[12:52:41][D][sensor:093]: 'RUECKLAUFISTTEMP': Sending state -3276.80005 °C with 1 decimals of accuracy
[12:52:41][D][canbus:071]: received can message (#2) std can_id=0x480 size=7
[12:52:41][I][Communication:086]: Message received: Read/Write ID 0xa0 0x79(0x0539) for property RUECKLAUFISTTEMP (0x0016) with raw value: 282
[12:52:41][I][CallbackHandler:062]: Callback not found for HK1 RUECKLAUFISTTEMP (0x0016)
[12:52:41][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:41][I][Communication:086]: Message received: Read/Write ID 0x90 0x00(0x0480) for property UNKNOWN (0x5028) with raw value: 37
[12:52:42][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:42][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfdf4) with raw value: 0
[12:52:42][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfdf4)
[12:52:42][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:52:42][D][canbus:071]: received can message (#3) std can_id=0x480 size=7
[12:52:42][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfdf3) with raw value: 0
[12:52:42][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfdf3)
[12:52:42][D][canbus:071]: received can message (#4) std can_id=0x700 size=7
[12:52:42][D][canbus:071]: received can message (#5) std can_id=0x480 size=7
[12:52:42][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfdf5) with raw value: 0
[12:52:42][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfdf5)
[12:52:42][D][canbus:071]: received can message (#6) std can_id=0x480 size=7
[12:52:42][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfe07) with raw value: 0
[12:52:42][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfe07)
[12:52:42][D][canbus:071]: received can message (#7) std can_id=0x700 size=7
[12:52:42][D][canbus:071]: received can message (#8) std can_id=0x480 size=7
[12:52:42][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfe09) with raw value: 0
[12:52:42][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfe09)
[12:52:42][D][canbus:071]: received can message (#9) std can_id=0x700 size=7
[12:52:42][D][canbus:071]: received can message (#10) std can_id=0x480 size=7
[12:52:42][I][Communication:086]: Message received: Read/Write ID 0xe0 0x00(0x0700) for property UNKNOWN (0xfe1d) with raw value: 0
[12:52:42][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfe1d)
[12:52:42][D][canbus:071]: received can message (#11) std can_id=0x700 size=7
[12:52:42][W][component:237]: Component canbus took a long time for an operation (161 ms).
[12:52:42][W][component:238]: Components should block for at most 30 ms.
[12:52:43][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:43][I][Communication:086]: Message received: Read/Write ID 0xa0 0x00(0x0500) for property UNKNOWN (0x005f) with raw value: 512
[12:52:44][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:44][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfe4c) with raw value: 0
[12:52:44][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfe4c)
[12:52:44][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:52:44][D][canbus:071]: received can message (#1) std can_id=0x180 size=7
[12:52:44][I][Communication:086]: Message received: Read/Write ID 0xa0 0x79(0x0539) for property AUSSENTEMP (0x000c) with raw value: 39
[12:52:44][D][sensor:093]: 'AUSSENTEMP': Sending state 3.90000 °C with 1 decimals of accuracy
[12:52:44][I][Communication:086]: Message received: Read/Write ID 0xa0 0x79(0x0539) for property AUSSENTEMP (0x000c) with raw value: 39
[12:52:44][D][sensor:093]: 'AUSSENTEMP': Sending state 3.90000 °C with 1 decimals of accuracy
[12:52:44][D][canbus:071]: received can message (#2) std can_id=0x500 size=7
[12:52:44][I][Communication:086]: Message received: Read/Write ID 0xe0 0x00(0x0700) for property UNKNOWN (0xfe1c) with raw value: 54
[12:52:44][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0xfe1c)
[12:52:44][D][canbus:071]: received can message (#3) std can_id=0x700 size=7
[12:52:44][W][component:237]: Component canbus took a long time for an operation (55 ms).
[12:52:44][W][component:238]: Components should block for at most 30 ms.
[12:52:44][I][QUEUE:055]: Would request data from HK1 for VORLAUFISTTEMP
[12:52:45][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:45][I][Communication:086]: Message received: Read/Write ID 0xa0 0x00(0x0500) for property UNKNOWN (0x002c) with raw value: 0
[12:52:45][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:45][I][Communication:086]: Message received: Read/Write ID 0xa0 0x00(0x0500) for property UNKNOWN (0x002c) with raw value: 0
[12:52:46][D][canbus:071]: received can message (#1) std can_id=0x180 size=7
[12:52:46][I][Communication:086]: Message received: Read/Write ID 0x60 0x79(0x0339) for property RUECKLAUFISTTEMP (0x0016) with raw value: 32768
[12:52:46][D][sensor:093]: 'RUECKLAUFISTTEMP': Sending state -3276.80005 °C with 1 decimals of accuracy
[12:52:46][I][Communication:086]: Message received: Read/Write ID 0x60 0x79(0x0339) for property RUECKLAUFISTTEMP (0x0016) with raw value: 32768
[12:52:46][D][sensor:093]: 'RUECKLAUFISTTEMP': Sending state -3276.80005 °C with 1 decimals of accuracy
[12:52:46][D][canbus:071]: received can message (#2) std can_id=0x480 size=7
[12:52:46][I][Communication:086]: Message received: Read/Write ID 0xa0 0x79(0x0539) for property RUECKLAUFISTTEMP (0x0016) with raw value: 282
[12:52:46][I][CallbackHandler:062]: Callback not found for HK1 RUECKLAUFISTTEMP (0x0016)
[12:52:47][I][QUEUE:055]: Would request data from Kessel for SPEICHERISTTEMP
[12:52:47][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:47][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x0199) with raw value: 0
[12:52:47][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x0199)
[12:52:47][D][canbus:071]: received can message (#2) std can_id=0x480 size=7
[12:52:47][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfdf4) with raw value: 0
[12:52:47][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfdf4)
[12:52:47][D][canbus:071]: received can message (#3) std can_id=0x700 size=7
[12:52:47][D][canbus:071]: received can message (#4) std can_id=0x480 size=7
[12:52:47][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfdf3) with raw value: 0
[12:52:47][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfdf3)
[12:52:47][D][canbus:071]: received can message (#5) std can_id=0x700 size=7
[12:52:47][D][canbus:071]: received can message (#6) std can_id=0x480 size=7
[12:52:47][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfdf5) with raw value: 0
[12:52:47][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfdf5)
[12:52:47][D][canbus:071]: received can message (#7) std can_id=0x480 size=7
[12:52:47][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfe07) with raw value: 0
[12:52:47][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfe07)
[12:52:47][D][canbus:071]: received can message (#8) std can_id=0x700 size=7
[12:52:47][D][canbus:071]: received can message (#9) std can_id=0x480 size=7
[12:52:47][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfe09) with raw value: 0
[12:52:47][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfe09)
[12:52:47][D][canbus:071]: received can message (#10) std can_id=0x700 size=7
[12:52:47][D][canbus:071]: received can message (#11) std can_id=0x500 size=7
[12:52:47][I][Communication:086]: Message received: Read/Write ID 0xe0 0x00(0x0700) for property UNKNOWN (0xfe1c) with raw value: 54
[12:52:47][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0xfe1c)
[12:52:47][D][canbus:071]: received can message (#12) std can_id=0x500 size=7
[12:52:47][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x0199) with raw value: 69
[12:52:47][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x0199)
[12:52:47][W][component:237]: Component canbus took a long time for an operation (202 ms).
[12:52:47][W][component:238]: Components should block for at most 30 ms.
[12:52:48][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:48][I][Communication:086]: Message received: Read/Write ID 0xe0 0x00(0x0700) for property UNKNOWN (0xfe1e) with raw value: 0
[12:52:48][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfe1e)
[12:52:48][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:52:48][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:48][I][Communication:086]: Message received: Read/Write ID 0x90 0x00(0x0480) for property UNKNOWN (0x5026) with raw value: 5
[12:52:48][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:48][I][Communication:086]: Message received: Read/Write ID 0x90 0x00(0x0480) for property UNKNOWN (0x5024) with raw value: 0
[12:52:48][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:48][I][Communication:086]: Message received: Read/Write ID 0x90 0x00(0x0480) for property UNKNOWN (0x5027) with raw value: 0
[12:52:48][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:48][I][Communication:086]: Message received: Read/Write ID 0x90 0x00(0x0480) for property UNKNOWN (0x5025) with raw value: 4
[12:52:48][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:48][I][Communication:086]: Message received: Read/Write ID 0x90 0x00(0x0480) for property UNKNOWN (0x502a) with raw value: 0
[12:52:49][I][QUEUE:055]: Would request data from Kessel for RUECKLAUFISTTEMP
[12:52:49][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:49][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x01d6) with raw value: 0
[12:52:49][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x01d6)
[12:52:49][D][canbus:071]: received can message (#2) std can_id=0x480 size=7
[12:52:49][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property RUECKLAUFISTTEMP (0x0016) with raw value: 0
[12:52:49][I][CallbackHandler:062]: Callback not found for HK1 RUECKLAUFISTTEMP (0x0016)
[12:52:49][D][canbus:071]: received can message (#3) std can_id=0x480 size=7
[12:52:49][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x07a8) with raw value: 0
[12:52:49][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x07a8)
[12:52:49][D][canbus:071]: received can message (#4) std can_id=0x480 size=7
[12:52:49][I][Communication:086]: Message received: Read/Write ID 0xa0 0x00(0x0500) for property UNKNOWN (0x02ca) with raw value: 282
[12:52:49][D][canbus:071]: received can message (#5) std can_id=0x480 size=7
[12:52:49][I][Communication:086]: Message received: Read/Write ID 0xa0 0x00(0x0500) for property UNKNOWN (0x0917) with raw value: 64536
[12:52:49][D][canbus:071]: received can message (#6) std can_id=0x500 size=7
[12:52:49][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x01d6) with raw value: 325
[12:52:49][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x01d6)
[12:52:49][D][canbus:071]: received can message (#7) std can_id=0x480 size=7
[12:52:49][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x0a36) with raw value: 0
[12:52:49][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x0a36)
[12:52:49][D][canbus:071]: received can message (#8) std can_id=0x480 size=7
[12:52:49][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x07a8) with raw value: 0
[12:52:49][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x07a8)
[12:52:49][D][canbus:071]: received can message (#9) std can_id=0x180 size=7
[12:52:49][I][Communication:086]: Message received: Read/Write ID 0xa0 0x00(0x0500) for property HILFSKESSELSOLL (0x01d7) with raw value: 333
[12:52:49][I][Communication:086]: Message received: Read/Write ID 0xa0 0x00(0x0500) for property HILFSKESSELSOLL (0x01d7) with raw value: 333
[12:52:49][D][canbus:071]: received can message (#10) std can_id=0x480 size=7
[12:52:49][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x0669) with raw value: 0
[12:52:49][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x0669)
[12:52:49][D][canbus:071]: received can message (#11) std can_id=0x180 size=7
[12:52:49][I][Communication:086]: Message received: Read/Write ID 0xa0 0x79(0x0539) for property AUSSENTEMP (0x000c) with raw value: 39
[12:52:49][D][sensor:093]: 'AUSSENTEMP': Sending state 3.90000 °C with 1 decimals of accuracy
[12:52:49][I][Communication:086]: Message received: Read/Write ID 0xa0 0x79(0x0539) for property AUSSENTEMP (0x000c) with raw value: 39
[12:52:49][D][sensor:093]: 'AUSSENTEMP': Sending state 3.90000 °C with 1 decimals of accuracy
[12:52:49][D][canbus:071]: received can message (#12) std can_id=0x500 size=7
[12:52:49][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x07a8) with raw value: 24
[12:52:49][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x07a8)
[12:52:49][D][canbus:071]: received can message (#13) std can_id=0x500 size=7
[12:52:49][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x0a36) with raw value: 32768
[12:52:49][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x0a36)
[12:52:49][W][component:237]: Component canbus took a long time for an operation (315 ms).
[12:52:49][W][component:238]: Components should block for at most 30 ms.
[12:52:49][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:49][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x07a8) with raw value: 24
[12:52:49][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x07a8)
[12:52:49][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:49][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x0669) with raw value: 4361
[12:52:49][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x0669)
[12:52:50][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:50][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfdf4) with raw value: 0
[12:52:50][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0xfdf4)
[12:52:50][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:52:50][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:50][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfdf3) with raw value: 0
[12:52:50][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0xfdf3)
[12:52:50][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:52:50][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:50][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfe07) with raw value: 0
[12:52:50][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0xfe07)
[12:52:50][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:52:50][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:50][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfe0a) with raw value: 0
[12:52:50][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0xfe0a)
[12:52:50][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:52:50][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:50][I][Communication:086]: Message received: Read/Write ID 0xe0 0x00(0x0700) for property UNKNOWN (0xfe1c) with raw value: 54
[12:52:50][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0xfe1c)
[12:52:50][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:52:51][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:51][I][Communication:086]: Message received: Read/Write ID 0x90 0x00(0x0480) for property UNKNOWN (0x5028) with raw value: 39
[12:52:52][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:52][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfdf4) with raw value: 0
[12:52:52][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfdf4)
[12:52:52][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:52:52][D][canbus:071]: received can message (#3) std can_id=0x480 size=7
[12:52:52][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfdf3) with raw value: 0
[12:52:52][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfdf3)
[12:52:52][D][canbus:071]: received can message (#4) std can_id=0x700 size=7
[12:52:52][D][canbus:071]: received can message (#5) std can_id=0x480 size=7
[12:52:52][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfdf5) with raw value: 0
[12:52:52][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfdf5)
[12:52:52][D][canbus:071]: received can message (#6) std can_id=0x480 size=7
[12:52:52][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfe07) with raw value: 0
[12:52:52][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfe07)
[12:52:52][D][canbus:071]: received can message (#7) std can_id=0x700 size=7
[12:52:52][D][canbus:071]: received can message (#8) std can_id=0x480 size=7
[12:52:52][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfe09) with raw value: 0
[12:52:52][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfe09)
[12:52:52][D][canbus:071]: received can message (#9) std can_id=0x700 size=7
[12:52:52][D][canbus:071]: received can message (#10) std can_id=0x480 size=7
[12:52:52][I][Communication:086]: Message received: Read/Write ID 0xe0 0x00(0x0700) for property UNKNOWN (0xfe1d) with raw value: 0
[12:52:52][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfe1d)
[12:52:52][D][canbus:071]: received can message (#11) std can_id=0x700 size=7
[12:52:52][W][component:237]: Component canbus took a long time for an operation (161 ms).
[12:52:52][W][component:238]: Components should block for at most 30 ms.
[12:52:53][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:53][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x0265) with raw value: 0
[12:52:53][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x0265)
[12:52:53][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:53][I][Communication:086]: Message received: Read/Write ID 0xa0 0x00(0x0500) for property UNKNOWN (0x005f) with raw value: 512
[12:52:53][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:53][I][Communication:086]: Message received: Read/Write ID 0xe0 0x00(0x0700) for property UNKNOWN (0xfe1c) with raw value: 54
[12:52:53][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0xfe1c)
[12:52:53][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:52:53][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:53][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x0265) with raw value: 536
[12:52:53][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x0265)
[12:52:53][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:53][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x07a6) with raw value: 0
[12:52:53][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x07a6)
[12:52:53][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:53][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x07a6) with raw value: 1381
[12:52:53][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x07a6)
[12:52:53][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:53][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x07a7) with raw value: 0
[12:52:53][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x07a7)
[12:52:53][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:53][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x07a7) with raw value: 652
[12:52:53][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x07a7)
[12:52:53][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:53][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x0a39) with raw value: 0
[12:52:53][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x0a39)
[12:52:53][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:53][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x0a39) with raw value: 497
[12:52:53][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x0a39)
[12:52:53][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:53][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property RUECKLAUFISTTEMP (0x0016) with raw value: 0
[12:52:53][I][CallbackHandler:062]: Callback not found for HK1 RUECKLAUFISTTEMP (0x0016)
[12:52:53][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:53][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property RUECKLAUFISTTEMP (0x0016) with raw value: 298
[12:52:53][I][CallbackHandler:062]: Callback not found for HK2 RUECKLAUFISTTEMP (0x0016)
[12:52:53][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:53][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x07a9) with raw value: 0
[12:52:53][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x07a9)
[12:52:53][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:53][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x07a9) with raw value: 118
[12:52:53][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x07a9)
[12:52:53][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:53][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x0a37) with raw value: 0
[12:52:53][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x0a37)
[12:52:53][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:53][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x0a37) with raw value: 308
[12:52:53][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x0a37)
[12:52:53][D][canbus:071]: received can message (#2) std can_id=0x480 size=7
[12:52:53][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x01d6) with raw value: 0
[12:52:53][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x01d6)
[12:52:53][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:53][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x01d6) with raw value: 325
[12:52:53][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x01d6)
[12:52:53][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:53][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x0a3f) with raw value: 0
[12:52:53][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x0a3f)
[12:52:53][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:53][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x0a3f) with raw value: 206
[12:52:53][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x0a3f)
[12:52:54][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:54][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x79c1) with raw value: 0
[12:52:54][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x79c1)
[12:52:54][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:54][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x79c1) with raw value: 17
[12:52:54][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x79c1)
[12:52:54][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:54][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x07ca) with raw value: 0
[12:52:54][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x07ca)
[12:52:54][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:54][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfe4c) with raw value: 0
[12:52:54][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfe4c)
[12:52:54][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:52:54][D][canbus:071]: received can message (#1) std can_id=0x180 size=7
[12:52:54][I][Communication:086]: Message received: Read/Write ID 0x60 0x79(0x0339) for property RUECKLAUFISTTEMP (0x0016) with raw value: 32768
[12:52:54][D][sensor:093]: 'RUECKLAUFISTTEMP': Sending state -3276.80005 °C with 1 decimals of accuracy
[12:52:54][I][Communication:086]: Message received: Read/Write ID 0x60 0x79(0x0339) for property RUECKLAUFISTTEMP (0x0016) with raw value: 32768
[12:52:54][D][sensor:093]: 'RUECKLAUFISTTEMP': Sending state -3276.80005 °C with 1 decimals of accuracy
[12:52:54][D][canbus:071]: received can message (#2) std can_id=0x500 size=7
[12:52:54][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x07ca) with raw value: 542
[12:52:54][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x07ca)
[12:52:54][D][canbus:071]: received can message (#3) std can_id=0x480 size=7
[12:52:54][I][Communication:086]: Message received: Read/Write ID 0xa0 0x79(0x0539) for property RUECKLAUFISTTEMP (0x0016) with raw value: 286
[12:52:54][I][CallbackHandler:062]: Callback not found for HK1 RUECKLAUFISTTEMP (0x0016)
[12:52:54][D][canbus:071]: received can message (#4) std can_id=0x180 size=7
[12:52:54][I][Communication:086]: Message received: Read/Write ID 0xa0 0x79(0x0539) for property AUSSENTEMP (0x000c) with raw value: 40
[12:52:54][D][sensor:093]: 'AUSSENTEMP': Sending state 4.00000 °C with 1 decimals of accuracy
[12:52:54][I][Communication:086]: Message received: Read/Write ID 0xa0 0x79(0x0539) for property AUSSENTEMP (0x000c) with raw value: 40
[12:52:54][D][sensor:093]: 'AUSSENTEMP': Sending state 4.00000 °C with 1 decimals of accuracy
[12:52:54][D][canbus:071]: received can message (#5) std can_id=0x480 size=7
[12:52:54][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x07f6) with raw value: 0
[12:52:54][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x07f6)
[12:52:54][D][canbus:071]: received can message (#6) std can_id=0x500 size=7
[12:52:54][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x07f6) with raw value: 620
[12:52:54][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x07f6)
[12:52:54][D][canbus:071]: received can message (#7) std can_id=0x480 size=7
[12:52:54][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0xc2d5) with raw value: 0
[12:52:54][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xc2d5)
[12:52:54][D][canbus:071]: received can message (#8) std can_id=0x500 size=7
[12:52:54][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0xc2d5) with raw value: 238
[12:52:54][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0xc2d5)
[12:52:54][D][canbus:071]: received can message (#9) std can_id=0x480 size=7
[12:52:54][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x4fa9) with raw value: 0
[12:52:54][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x4fa9)
[12:52:54][D][canbus:071]: received can message (#10) std can_id=0x500 size=7
[12:52:54][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x4fa9) with raw value: 433
[12:52:54][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x4fa9)
[12:52:54][D][canbus:071]: received can message (#11) std can_id=0x480 size=7
[12:52:54][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0xc1e7) with raw value: 0
[12:52:54][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xc1e7)
[12:52:54][W][component:237]: Component canbus took a long time for an operation (309 ms).
[12:52:54][W][component:238]: Components should block for at most 30 ms.
[12:52:54][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:54][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0xc1e7) with raw value: 317
[12:52:54][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0xc1e7)
[12:52:54][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:54][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0xc1e6) with raw value: 0
[12:52:54][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xc1e6)
[12:52:54][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:54][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0xc1e6) with raw value: 325
[12:52:54][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0xc1e6)
[12:52:54][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:54][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x06b2) with raw value: 0
[12:52:54][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x06b2)
[12:52:54][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:54][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x06b2) with raw value: 28
[12:52:54][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x06b2)
[12:52:54][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:54][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x06b1) with raw value: 0
[12:52:54][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x06b1)
[12:52:54][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:54][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x06b1) with raw value: 2227
[12:52:54][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x06b1)
[12:52:54][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:54][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x063b) with raw value: 0
[12:52:54][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x063b)
[12:52:54][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:54][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x063b) with raw value: 50
[12:52:54][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x063b)
[12:52:54][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:54][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x063d) with raw value: 0
[12:52:54][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x063d)
[12:52:54][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:54][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x063d) with raw value: 50
[12:52:54][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x063d)
[12:52:55][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:55][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x07f4) with raw value: 0
[12:52:55][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x07f4)
[12:52:55][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:55][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x07f4) with raw value: 5
[12:52:55][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x07f4)
[12:52:55][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:55][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x07f3) with raw value: 0
[12:52:55][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x07f3)
[12:52:55][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:55][I][Communication:086]: Message received: Read/Write ID 0xa0 0x00(0x0500) for property UNKNOWN (0x002c) with raw value: 0
[12:52:55][D][canbus:071]: received can message (#1) std can_id=0x180 size=7
[12:52:55][I][Communication:086]: Message received: Read/Write ID 0x60 0x79(0x0339) for property RUECKLAUFISTTEMP (0x0016) with raw value: 32768
[12:52:55][D][sensor:093]: 'RUECKLAUFISTTEMP': Sending state -3276.80005 °C with 1 decimals of accuracy
[12:52:55][I][Communication:086]: Message received: Read/Write ID 0x60 0x79(0x0339) for property RUECKLAUFISTTEMP (0x0016) with raw value: 32768
[12:52:55][D][sensor:093]: 'RUECKLAUFISTTEMP': Sending state -3276.80005 °C with 1 decimals of accuracy
[12:52:55][D][canbus:071]: received can message (#2) std can_id=0x480 size=7
[12:52:55][I][Communication:086]: Message received: Read/Write ID 0xa0 0x79(0x0539) for property RUECKLAUFISTTEMP (0x0016) with raw value: 282
[12:52:55][I][CallbackHandler:062]: Callback not found for HK1 RUECKLAUFISTTEMP (0x0016)
[12:52:55][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:55][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x07f3) with raw value: 2
[12:52:55][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x07f3)
[12:52:55][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:55][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x4fa2) with raw value: 0
[12:52:55][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x4fa2)
[12:52:55][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:55][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x4fa2) with raw value: 106
[12:52:55][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x4fa2)
[12:52:55][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:55][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x4fa1) with raw value: 0
[12:52:55][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x4fa1)
[12:52:55][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:55][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x4fa1) with raw value: 99
[12:52:55][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x4fa1)
[12:52:55][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:55][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x4fa6) with raw value: 0
[12:52:55][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x4fa6)
[12:52:55][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:55][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x4fa6) with raw value: 97
[12:52:55][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x4fa6)
[12:52:55][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:55][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x4fa7) with raw value: 0
[12:52:55][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x4fa7)
[12:52:55][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:55][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x4fa7) with raw value: 128
[12:52:55][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x4fa7)
[12:52:55][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:55][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x4f9e) with raw value: 0
[12:52:55][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x4f9e)
[12:52:55][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:55][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x4f9e) with raw value: 4
[12:52:55][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x4f9e)
[12:52:55][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:55][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x4fab) with raw value: 0
[12:52:55][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x4fab)
[12:52:55][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:55][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x4fab) with raw value: 0
[12:52:55][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x4fab)
[12:52:55][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:55][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x0aff) with raw value: 0
[12:52:55][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x0aff)
[12:52:55][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:55][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x0aff) with raw value: 10
[12:52:55][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x0aff)
[12:52:55][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:55][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x063f) with raw value: 0
[12:52:55][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x063f)
[12:52:55][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:55][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x063f) with raw value: 221
[12:52:55][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x063f)
[12:52:56][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:56][I][Communication:086]: Message received: Read/Write ID 0xe0 0x00(0x0700) for property UNKNOWN (0xfe1c) with raw value: 54
[12:52:56][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0xfe1c)
[12:52:56][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:52:56][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:56][I][Communication:086]: Message received: Read/Write ID 0x90 0x00(0x0480) for property UNKNOWN (0x068d) with raw value: 5
[12:52:57][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:57][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfdf4) with raw value: 0
[12:52:57][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfdf4)
[12:52:57][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:52:57][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:57][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfdf3) with raw value: 0
[12:52:57][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfdf3)
[12:52:57][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:52:57][D][canbus:071]: received can message (#3) std can_id=0x480 size=7
[12:52:57][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfdf5) with raw value: 0
[12:52:57][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfdf5)
[12:52:57][D][canbus:071]: received can message (#4) std can_id=0x480 size=7
[12:52:57][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfe07) with raw value: 0
[12:52:57][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfe07)
[12:52:57][D][canbus:071]: received can message (#5) std can_id=0x700 size=7
[12:52:57][D][canbus:071]: received can message (#6) std can_id=0x480 size=7
[12:52:57][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfe09) with raw value: 0
[12:52:57][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfe09)
[12:52:57][D][canbus:071]: received can message (#7) std can_id=0x700 size=7
[12:52:57][D][canbus:071]: received can message (#8) std can_id=0x180 size=7
[12:52:57][I][Communication:086]: Message received: Read/Write ID 0x60 0x79(0x0339) for property RUECKLAUFISTTEMP (0x0016) with raw value: 32768
[12:52:57][D][sensor:093]: 'RUECKLAUFISTTEMP': Sending state -3276.80005 °C with 1 decimals of accuracy
[12:52:57][I][Communication:086]: Message received: Read/Write ID 0x60 0x79(0x0339) for property RUECKLAUFISTTEMP (0x0016) with raw value: 32768
[12:52:57][D][sensor:093]: 'RUECKLAUFISTTEMP': Sending state -3276.80005 °C with 1 decimals of accuracy
[12:52:57][D][canbus:071]: received can message (#9) std can_id=0x480 size=7
[12:52:57][I][Communication:086]: Message received: Read/Write ID 0xa0 0x79(0x0539) for property RUECKLAUFISTTEMP (0x0016) with raw value: 286
[12:52:57][I][CallbackHandler:062]: Callback not found for HK1 RUECKLAUFISTTEMP (0x0016)
[12:52:57][W][component:237]: Component canbus took a long time for an operation (177 ms).
[12:52:57][W][component:238]: Components should block for at most 30 ms.
[12:52:59][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:59][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x01d6) with raw value: 0
[12:52:59][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x01d6)
[12:52:59][D][canbus:071]: received can message (#2) std can_id=0x480 size=7
[12:52:59][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property RUECKLAUFISTTEMP (0x0016) with raw value: 0
[12:52:59][I][CallbackHandler:062]: Callback not found for HK1 RUECKLAUFISTTEMP (0x0016)
[12:52:59][D][canbus:071]: received can message (#3) std can_id=0x480 size=7
[12:52:59][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x07a8) with raw value: 0
[12:52:59][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x07a8)
[12:52:59][D][canbus:071]: received can message (#4) std can_id=0x480 size=7
[12:52:59][I][Communication:086]: Message received: Read/Write ID 0xa0 0x00(0x0500) for property UNKNOWN (0x02ca) with raw value: 286
[12:52:59][W][component:237]: Component canbus took a long time for an operation (69 ms).
[12:52:59][W][component:238]: Components should block for at most 30 ms.
[12:52:59][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:59][I][Communication:086]: Message received: Read/Write ID 0xe0 0x00(0x0700) for property UNKNOWN (0xfe1c) with raw value: 54
[12:52:59][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0xfe1c)
[12:52:59][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:52:59][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:52:59][I][Communication:086]: Message received: Read/Write ID 0xa0 0x00(0x0500) for property UNKNOWN (0x0917) with raw value: 64536
[12:52:59][D][canbus:071]: received can message (#2) std can_id=0x480 size=7
[12:52:59][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x0a36) with raw value: 0
[12:52:59][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x0a36)
[12:52:59][D][canbus:071]: received can message (#3) std can_id=0x480 size=7
[12:52:59][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x07a8) with raw value: 0
[12:52:59][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x07a8)
[12:52:59][D][canbus:071]: received can message (#4) std can_id=0x180 size=7
[12:52:59][I][Communication:086]: Message received: Read/Write ID 0xa0 0x00(0x0500) for property HILFSKESSELSOLL (0x01d7) with raw value: 333
[12:52:59][I][Communication:086]: Message received: Read/Write ID 0xa0 0x00(0x0500) for property HILFSKESSELSOLL (0x01d7) with raw value: 333
[12:52:59][D][canbus:071]: received can message (#5) std can_id=0x500 size=7
[12:52:59][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x01d6) with raw value: 325
[12:52:59][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x01d6)
[12:52:59][D][canbus:071]: received can message (#6) std can_id=0x480 size=7
[12:52:59][I][Communication:086]: Message received: Read/Write ID 0xa0 0x79(0x0539) for property MINUTE (0x0126) with raw value: 14336
[12:52:59][I][CallbackHandler:062]: Callback not found for HK1 MINUTE (0x0126)
[12:52:59][D][canbus:071]: received can message (#7) std can_id=0x480 size=7
[12:52:59][I][Communication:086]: Message received: Read/Write ID 0xa0 0x79(0x0539) for property UNKNOWN (0x005e) with raw value: 0
[12:52:59][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x005e)
[12:52:59][D][canbus:071]: received can message (#8) std can_id=0x480 size=7
[12:52:59][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property UNKNOWN (0x0669) with raw value: 0
[12:52:59][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0x0669)
[12:52:59][D][canbus:071]: received can message (#9) std can_id=0x480 size=7
[12:52:59][I][Communication:086]: Message received: Read/Write ID 0xa0 0x00(0x0500) for property UNKNOWN (0x4e30) with raw value: 0
[12:52:59][D][canbus:071]: received can message (#10) std can_id=0x700 size=7
[12:52:59][D][canbus:071]: received can message (#11) std can_id=0x480 size=7
[12:52:59][I][Communication:086]: Message received: Read/Write ID 0xa0 0x79(0x0539) for property RUECKLAUFISTTEMP (0x0016) with raw value: 282
[12:52:59][I][CallbackHandler:062]: Callback not found for HK1 RUECKLAUFISTTEMP (0x0016)
[12:52:59][D][canbus:071]: received can message (#12) std can_id=0x500 size=7
[12:52:59][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x07a8) with raw value: 24
[12:52:59][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x07a8)
[12:52:59][W][component:237]: Component canbus took a long time for an operation (253 ms).
[12:52:59][W][component:238]: Components should block for at most 30 ms.
[12:52:59][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:59][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x0a36) with raw value: 32768
[12:52:59][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x0a36)
[12:52:59][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:59][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x07a8) with raw value: 24
[12:52:59][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x07a8)
[12:52:59][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:52:59][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property UNKNOWN (0x0669) with raw value: 4377
[12:52:59][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0x0669)
[12:53:00][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:53:00][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfdf4) with raw value: 0
[12:53:00][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0xfdf4)
[12:53:00][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:53:00][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:53:00][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfdf3) with raw value: 0
[12:53:00][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0xfdf3)
[12:53:00][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:53:00][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:53:00][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfe07) with raw value: 0
[12:53:00][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0xfe07)
[12:53:00][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:53:00][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:53:00][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfe0a) with raw value: 0
[12:53:00][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0xfe0a)
[12:53:00][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:53:01][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:53:01][I][Communication:086]: Message received: Read/Write ID 0x90 0x00(0x0480) for property UNKNOWN (0x5028) with raw value: 38
[12:53:02][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:53:02][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfdf4) with raw value: 0
[12:53:02][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfdf4)
[12:53:02][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:53:02][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:53:02][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfdf3) with raw value: 0
[12:53:02][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfdf3)
[12:53:02][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:53:02][D][canbus:071]: received can message (#3) std can_id=0x480 size=7
[12:53:02][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfdf5) with raw value: 0
[12:53:02][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfdf5)
[12:53:02][D][canbus:071]: received can message (#4) std can_id=0x480 size=7
[12:53:02][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfe07) with raw value: 0
[12:53:02][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfe07)
[12:53:02][D][canbus:071]: received can message (#5) std can_id=0x700 size=7
[12:53:02][D][canbus:071]: received can message (#6) std can_id=0x480 size=7
[12:53:02][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfe09) with raw value: 0
[12:53:02][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfe09)
[12:53:02][D][canbus:071]: received can message (#7) std can_id=0x700 size=7
[12:53:02][D][canbus:071]: received can message (#8) std can_id=0x480 size=7
[12:53:02][I][Communication:086]: Message received: Read/Write ID 0xe0 0x00(0x0700) for property UNKNOWN (0xfe1d) with raw value: 0
[12:53:02][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfe1d)
[12:53:02][D][canbus:071]: received can message (#9) std can_id=0x700 size=7
[12:53:02][W][component:237]: Component canbus took a long time for an operation (160 ms).
[12:53:02][W][component:238]: Components should block for at most 30 ms.
[12:53:02][D][canbus:071]: received can message (#1) std can_id=0x500 size=7
[12:53:02][I][Communication:086]: Message received: Read/Write ID 0xe0 0x00(0x0700) for property UNKNOWN (0xfe1c) with raw value: 54
[12:53:02][I][CallbackHandler:062]: Callback not found for HK2 UNKNOWN (0xfe1c)
[12:53:02][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:53:03][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:53:03][I][Communication:086]: Message received: Read/Write ID 0xa0 0x00(0x0500) for property UNKNOWN (0x005f) with raw value: 512
[12:53:04][D][canbus:071]: received can message (#1) std can_id=0x480 size=7
[12:53:04][I][Communication:086]: Message received: Read/Write ID 0xe1 0x00(0x0700) for property UNKNOWN (0xfe4c) with raw value: 0
[12:53:04][I][CallbackHandler:062]: Callback not found for HK1 UNKNOWN (0xfe4c)
[12:53:04][D][canbus:071]: received can message (#2) std can_id=0x700 size=7
[12:53:04][D][canbus:071]: received can message (#1) std can_id=0x180 size=7
[12:53:04][I][Communication:086]: Message received: Read/Write ID 0xa0 0x79(0x0539) for property AUSSENTEMP (0x000c) with raw value: 40
[12:53:04][D][sensor:093]: 'AUSSENTEMP': Sending state 4.00000 °C with 1 decimals of accuracy

@kr0ner
Copy link
Owner Author

kr0ner commented Dec 5, 2024

You got a weird mixture of my code on the other there ... e.g. HILFSKESSELSOLL is nowhere defined in my code, but still
displayed there. Before continuing, make sure that you clean the build folder and please only use this repo, otherwise I will never be able to reproduce stuff 😉
If that is fixed, I'd recommend to start finding the matching id for e.g. Außentemperatur
navigate in the display of the heatpump to the outside temp and try to match the values in the logs... it is a bit harder now since instead of 236 (23.6°) you might get negative values like 65511(-2.5°) .. .note down the id e.g. AUSSENTEMP (0x000c) and change the value in property.h or add it

edit: I saw that this one is already correctly mapped ... so maybe continue with stuff like VORLAUFIST, VORLAUFSOLL and so on.

Keep me in the loop so that we can progress faster ;)

@adrai
Copy link

adrai commented Dec 5, 2024

fyi: I added HILFSKESSELSOLL myself, since this was already catched with the other repo's code... I just need to verify if it's really that value...

@kr0ner
Copy link
Owner Author

kr0ner commented Dec 5, 2024

ok, no problemo ... everything is fine then :) was just wondering where this thingy comes from and locally it only found one reference in the trash of the old repo :D

@adrai
Copy link

adrai commented Dec 5, 2024

I think I'm too stupid...
There are so many messages that are constantly changing... and certain properties exist multiple times, then the values ​​overwrite each other... e.g.: RUECKLAUFISTTEMP

[16:54:29][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property RUECKLAUFISTTEMP (0x0016) with raw value: 0
[16:54:29][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property RUECKLAUFISTTEMP (0x0016) with raw value: 377
[17:00:57][I][Communication:086]: Message received: Read/Write ID 0x60 0x79(0x0339) for property RUECKLAUFISTTEMP (0x0016) with raw value: 32768

on top of that, I have no idea whether what I've tried is right...

image image

@kr0ner
Copy link
Owner Author

kr0ner commented Dec 5, 2024

I think I'm too stupid...
There are so many messages that are constantly changing... and certain properties exist multiple times, then the values ​​overwrite each other... e.g.: RUECKLAUFISTTEMP
[16:54:29][I][Communication:086]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property RUECKLAUFISTTEMP (0x0016) with raw value: 0
[16:54:29][I][Communication:086]: Message received: Read/Write ID 0x92 0x00(0x0480) for property RUECKLAUFISTTEMP (0x0016) with raw value: 377
[17:00:57][I][Communication:086]: Message received: Read/Write ID 0x60 0x79(0x0339) for property RUECKLAUFISTTEMP (0x0016) with raw value: 32768

No, you are not. There are multiple sources for each property. The one with zero is the one that request the value, important so that we can later fake that request to get the updated value on demand. And the other two make me think that HK1 and HK2 are actually 0x480 and 0x339 😉
So those are important learnings.

For the screenshots:
There are multiple defines in property.h (e.g. WPL_13) to be able to define it only for a specific variant. Above all those defines are the ones that are valid (so far) for all heat pump variants. You now introduce a new incompatibility and therefor we need to move the conflicting property inside the defines. but for simplicity you can also delete the other defines or just change the property in the common part. As for the yaml: everything that is common gets in via common.yaml. No need to redefine it ;)

trust me, we are almost there 👍

@adrai
Copy link

adrai commented Dec 5, 2024

I'll now try to create some pictures of the screens and also attach a bigger log or that time range...
maybe you see something I'm not able to see.... too much low-level for my eyes ;-)

@adrai
Copy link

adrai commented Dec 5, 2024

@adrai
Copy link

adrai commented Dec 5, 2024

stiebel eltron logs.zip

@kr0ner
Copy link
Owner Author

kr0ner commented Dec 5, 2024

@adrai based on what I could guess from the logs I updated the yaml and simplified it a bit for now. Also added some hints there to guide you ... first thing we need to do now is to identify the can members correctly ... once we have that we should find out how to request stuff and after that it is your turn to fill the list of properties ;)

@kr0ner
Copy link
Owner Author

kr0ner commented Dec 5, 2024

Btw. do you have more than one ESP connected to the heatpump? Cause the amount of CAN messages is quite high ... or are you scrolling through the menu while logging?

Copy link

github-actions bot commented Dec 5, 2024

The GitHub Actions build has failed. Check the workflow run details for more information.

@adrai
Copy link

adrai commented Dec 5, 2024

No, I have just 1 ESP.

Yes, while logging I made those screen pictures... but I did not modify any setting.

Will check your update tomorrow if I have enough time.

@adrai
Copy link

adrai commented Dec 5, 2024

wanted to test it one time before going to sleep ;-)
still the same:
image
logs_esp32-heatingpump_logs.txt
and RUECKLAUFISTTEMP is still getting 3 different values in the logs

[00:21:22][I][Communication:087]: Message received: Read/Write ID 0x60 0x79(0x0339) for property RUECKLAUFISTTEMP (0x0016) with raw value: 32768
[00:21:22][I][Communication:087]: Message received: Read/Write ID 0xa0 0x79(0x0539) for property RUECKLAUFISTTEMP (0x0016) with raw value: 261
[00:20:35][I][Communication:087]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property RUECKLAUFISTTEMP (0x0016) with raw value: 0

and also TAUPUNKT_HK1

[00:20:37][I][Communication:087]: Message received: Read/Write ID 0xa1 0x00(0x0500) for property TAUPUNKT_HK1 (0x4fa1) with raw value: 0
[00:20:37][I][Communication:087]: Message received: Read/Write ID 0x92 0x00(0x0480) for property TAUPUNKT_HK1 (0x4fa1) with raw value: 98

@kr0ner
Copy link
Owner Author

kr0ner commented Dec 6, 2024

@adrai can you please enable verbose logging? I need to see those lines as well

[12:52:19][D][canbus:071]: received can message (#7) std can_id=0x480 size=7

So that just means we are registering the callback for the wrong CAN-Id. That is just a config issue and it will get better soon. The initial setup is always a bumpy road. I changed the ids again and added an additional log.

Yes, while logging I made those screen pictures... but I did not modify any setting.

So whenever the view in the display changes and values are being displayed, there were CAN messages sent out ;) The heatpump sends most sensor values only on request, which is a CAN message either sent by us or by the display.
Still think we are not so far away from working solution. I hope you are still willing to go that extra mile with me :)

Copy link

github-actions bot commented Dec 6, 2024

The GitHub Actions build has failed. Check the workflow run details for more information.

@adrai
Copy link

adrai commented Dec 6, 2024

logs_esp32-heatingpump_logs.txt
These verbose logs have been done without any interaction with the heating pump.

@kr0ner
Copy link
Owner Author

kr0ner commented Dec 11, 2024

1, no longer ignoring write commands
2, changed HEAT_EFF to generic instead of number, because that value most likely should not be set
3, changed ESPClient ID to 0x6a2

Copy link

The GitHub Actions build has failed. Check the workflow run details for more information.

@adrai
Copy link

adrai commented Dec 11, 2024

I think I found other values:

    PROPERTY(ANLAGENFROST, 0xfe07, Type::et_dec_val);
    PROPERTY(VORLAUFISTTEMP, 0xfdf3, Type::et_dec_val);
    PROPERTY(WASSERVOLUMENSTROM, 0x02e2, Type::et_dec_val);
  ANLAGENFROST:                   !include { file: wp_temperature.yaml, vars: { property: "ANLAGENFROST"  }}
  VORLAUFISTTEMP:                 !include { file: wp_temperature.yaml, vars: { property: "VORLAUFISTTEMP"  }}
  WASSERVOLUMENSTROM:             !include { file: wp_generic.yaml,     vars: { property: "WASSERVOLUMENSTROM"   , interval: "never", unit: "l/min", icon: "mdi:flow"          , accuracy_decimals: "1" }}

I have a new set of logs and pics:

logs_pics.zip

image

Some questions:
Why is 3276.8 shown in the UI eventhough there are correct values in the log for those properties?
What is CanId 0x0500 and 0x0700?

@adrai
Copy link

adrai commented Dec 11, 2024

btw. just dropping here a larger log file from the last half an hour...

more_logs.txt

image

@kr0ner
Copy link
Owner Author

kr0ner commented Dec 11, 2024

Some questions: Why is 3276.8 shown in the UI eventhough there are correct values in the log for those properties? What is CanId 0x0500 and 0x0700?

Because the response to our request is 32768 🤷

[15:56:24][I][QUEUE:077]: Requesting data from HK1 for RAUMISTTEMP
[15:56:25][D][canbus:034]: send standard id=0x6a2 rtr=FALSE size=7
[15:56:25][D][canbus:071]: received can message (#1) std can_id=0x601 size=7
[15:56:25][D][CAN:060]: Can message received with CANId 0x0601
[15:56:25][I][Communication:108]: Message received: Read/Write ID 0xd2 0x22(0x06a2) for property RAUMISTTEMP (0x4ec7) with raw value: 32768
[15:56:25][D][sensor:093]: 'RAUMISTTEMP_HK1': Sending state -3276.80005 °C with 1 decimals of accuracy

How can you obtain the RAUMISTTEMP_HK1 manually?

@kr0ner
Copy link
Owner Author

kr0ner commented Dec 11, 2024

What is CanId 0x0500 and 0x0700?

I have no clue. There is also 0x514
Can you name again all the devices that are connected to your heat pump?

Copy link

The GitHub Actions build has failed. Check the workflow run details for more information.

@kr0ner
Copy link
Owner Author

kr0ner commented Dec 11, 2024

@adrai

I think I found other values:

I'd say we focus now on getting the system stable and to a point where we can merge the first version to master.

1, Can you please click through "Programmschalter" and find the ID that keeps changing when you select "Automatik", "Warmwasser", "Handbetrieb" and so on.
2, We should try to match the symbols on the display to "BETRIEBS_STATUS". That is important to track the state of the heatpump

Please focus on the important values first. e.g. hot water temp ist/soll , rücklauftemp, raumeinfluss, heizleistung, heizkreispumpe leistung, hysterese warmwasser, and leistungsaufnahme + wärmemenge for COP calculation.

After we got those, i'll get the stuff into shape and merge it. Next step is to enable Programmschalter and the climate controls for heating and hot water. After that COP calculation

Copy link

The GitHub Actions build has failed. Check the workflow run details for more information.

Copy link

The GitHub Actions build has failed. Check the workflow run details for more information.

@adrai
Copy link

adrai commented Dec 12, 2024

Can you name again all the devices that are connected to your heat pump?

There is just the FET2 attached to the bus (outside of the heatpump)... I use the heatpump only for heating, not for warm water.
Checking the BusMembers in the menu I can see: WPM4, FES, FET2, MFG, WP1

IMG_3528
IMG_3529
IMG_3530
IMG_3531

image

1, Can you please click through "Programmschalter" and find the ID that keeps changing when you select "Automatik", "Warmwasser", "Handbetrieb" and so on.
2, We should try to match the symbols on the display to "BETRIEBS_STATUS". That is important to track the state of the heatpump

I have these options:
- "Notbetrieb"
- "Bereitschaft"
- "Programm"
- "Komfort"
- "Eco"

I changed the status manually and traced the logs, but I have no clue....
more_logs.txt

@kr0ner
Copy link
Owner Author

kr0ner commented Dec 12, 2024

so looks like 0x480 is the FES then

I have these options:

  • "Notbetrieb"
  • "Bereitschaft"
  • "Programm"
  • "Komfort"
  • "Eco"

I changed the status manually and traced the logs, but I have no clue....
more_logs.txt

thanks, gonna have a look later

@mkaiser
Copy link

mkaiser commented Dec 12, 2024

so looks like 0x480 is the FES then

I have these options:

  • "Notbetrieb"
  • "Bereitschaft"
  • "Programm"
  • "Komfort"
  • "Eco"

I changed the status manually and traced the logs, but I have no clue....
more_logs.txt

thanks, gonna have a look later

looks like the mapping of the TTF07c.
I decoded it here, maybe it helps here

https://github.com/mkaiser/OneESP32ToRuleThemAll/blob/edf095dfec1b9aaff635bd644db8eb59c3f2f504/yaml/ttf07.yaml#L398
https://github.com/mkaiser/OneESP32ToRuleThemAll/blob/edf095dfec1b9aaff635bd644db8eb59c3f2f504/src/mapper.cpp#L94

Betriebszustand here:
https://github.com/mkaiser/OneESP32ToRuleThemAll/blob/edf095dfec1b9aaff635bd644db8eb59c3f2f504/src/mapper.h#L50

@kr0ner
Copy link
Owner Author

kr0ner commented Dec 12, 2024

@mkaiser I think that the TTF uses different encoding ... it uses the bits while WPL13 uses numbers 0 to 5
image

Copy link

The GitHub Actions build has failed. Check the workflow run details for more information.

@adrai
Copy link

adrai commented Dec 12, 2024

fyi: I've pulled the newest code and traced the logs while changing the mode again:

image

more_logs.txt

@adrai
Copy link

adrai commented Dec 12, 2024

@mkaiser I think that the TTF uses different encoding ... it uses the bits while WPL13 uses numbers 0 to 5 image

You're right... and I've found the property that holds this information: 0x4ecd
In the attached log file you should see it:
more_logs.txt

And I also found some more properties:

    PROPERTY(ANLAGENFROST_MAYBE, 0x0a00, Type::et_dec_val); // seems to be more accurate then the current value
    PROPERTY(VOLUMENSTROM_MAYBE, 0x4f47, Type::et_dec_val); // seems to be more accurate then the current value
    PROPERTY(TAUPUNKTTEMP, 0x4ee0, Type::et_dec_val);
    PROPERTY(HEIZUNGSDRUCK, 0x4f46, Type::et_dec_val);
    PROPERTY(DRUCK_HOCHDRUCK, 0x07a6, Type::et_dec_val);
    PROPERTY(DRUCK_NIEDERDRUCK, 0x07a7, Type::et_dec_val);
    PROPERTY(OELSUMPFTEMP, 0x0a39, Type::et_dec_val);
    PROPERTY(VERFLUESSIGERTEMP, 0x0a37, Type::et_dec_val);
    PROPERTY(RUECKLAUFTEMP_QUELLE, 0x4fa6, Type::et_dec_val);
    PROPERTY(ISTDREHZAHL_VERDICHTER, 0x06eb);
    PROPERTY(SOLLDREHZAHL_VERDICHTER, 0x06ec);
    PROPERTY(HEISSGASTEMP, 0x0265, Type::et_dec_val);
    PROPERTY(VERDICHTER_EINTRITTSTEMP, 0x06d9, Type::et_dec_val);
    PROPERTY(VERDAMPFERTEMP, 0x07a9, Type::et_dec_val);
    PROPERTY(VORLAUFTEMP, 0x01d6, Type::et_dec_val);
    PROPERTY(RUECKLAUFTEMP, 0xfdf4, Type::et_dec_val);
    PROPERTY(ECOTEMP, 0x4eb9, Type::et_dec_val);
    PROPERTY(MINTEMP, 0x4ea4, Type::et_dec_val);
    PROPERTY(MAXTEMP, 0x4ea8, Type::et_dec_val);
    PROPERTY(MISCHERDYNAMIK, 0x4ea9);
    PROPERTY(MAXRUECKLAUFTEMP, 0x0028, Type::et_dec_val);
    PROPERTY(MAXVORLAUFTEMP, 0x01e8, Type::et_dec_val);
    PROPERTY(EL_NACHERW_ANZ_STUFEN, 0x059f);
    PROPERTY(EL_NACHERW_VERZ_ZEIT, 0x05a0);
    PROPERTY(RAUMSOLLTEMP_KUEHLEN, 0x4f04, Type::et_dec_val);
    PROPERTY(LEISTUNG_KUEHLEN, 0x7a40, Type::et_dec_val);
    PROPERTY(HYSTERESE_VORLAUFTEMP_KUEHLEN, 0x4f00, Type::et_dec_val);
    PROPERTY(SOLLTEMP_HK1, 0x01d5, Type::et_dec_val);
    PROPERTY(SOLLTEMP_HK2, 0x4eb0, Type::et_dec_val);
    PROPERTY(RUECKLAUFISTTEMP_WP, 0x4f43, Type::et_dec_val);
    PROPERTY(VORLAUFISTTEMP_WP, 0x4f41, Type::et_dec_val);
    PROPERTY(BETRIEBS_STATUS, 0x4ecd);

btw: just noticed, STROM_INVERTER and SPANNUNG_INVERTER needs accuracy_decimals 1

  STROM_INVERTER:                 !include { file: wp_generic.yaml,     vars: { property: "STROM_INVERTER"        , interval: never, unit: "A"    , target: "Manager", accuracy_decimals: "1"  }}
  SPANNUNG_INVERTER:              !include { file: wp_generic.yaml,     vars: { property: "SPANNUNG_INVERTER"     , interval: never, unit: "V"    , target: "Manager", accuracy_decimals: "1"  }}

PS. where did you find this information? Can you send me that document?

@adrai
Copy link

adrai commented Dec 12, 2024

@anilini
Copy link

anilini commented Dec 15, 2024

May be it is helpful....

Attached you will find 1hour log of my WPL13...I used the thz504.yaml Config

logs_warmepumpe_logs.txt

20160716_100347
IMG_20190405_155000
PXL_20241212_115735921
PXL_20241212_115743638
PXL_20241212_115706108

@kr0ner
Copy link
Owner Author

kr0ner commented Dec 18, 2024

STROM_INVERTER: !include { file: wp_generic.yaml, vars: { property: "STROM_INVERTER" , interval: never, unit: "A" , target: "Manager", accuracy_decimals: "1" }}
SPANNUNG_INVERTER: !include { file: wp_generic.yaml, vars: { property: "SPANNUNG_INVERTER" , interval: never, unit: "V" , target: "Manager", accuracy_decimals: "1" }}

@adrai are you sure about that? What value is there in the display? IMO the type should be set to default (uint16_t) and with that accuracy_decimals is 0 resulting in e.g. 230V @ 5A

@adrai
Copy link

adrai commented Dec 18, 2024

@adrai are you sure about that? What value is there in the display? IMO the type should be set to default (uint16_t) and with that accuracy_decimals is 0 resulting in e.g. 230V @ 5A

IMG_3564

The display shows 1 decimal 🤷‍♂️

@kr0ner
Copy link
Owner Author

kr0ner commented Dec 18, 2024

@adrai are you sure about that? What value is there in the display? IMO the type should be set to default (uint16_t) and with that accuracy_decimals is 0 resulting in e.g. 230V @ 5A

IMG_3564

The display shows 1 decimal 🤷‍♂️

oki doki, seems to be different on the THZ504 then ;)

@kr0ner
Copy link
Owner Author

kr0ner commented Dec 20, 2024

With this PR this will crash:

console.log(i18next.t())
console.log(i18next.exists())
console.log(i18next.t(null))
console.log(i18next.exists(null))

🤔 Wrong repo? 😅

@adrai
Copy link

adrai commented Dec 20, 2024

🤔 Wrong repo? 😅

omg... too many github projects 🤦‍♂️ and too early in the morning... sorry... deleted the comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants