Hajo Noerenberg

Results 53 comments of Hajo Noerenberg

I have just found that [pakler](https://github.com/vmallet/pakler) is a more advanced tool for working with pak files (and probably has all missing info for the file structure). @vmallet @AT0myks

Thanks for sharing! It‘s important to understand the „TC“ byte (the number before the dot, C seems to be always 1 for the dryer and T is the target of...

Try uint8_t* instead of byte* type. Analyse the frame data more bit-wise and not byte-wise. I‘m busy this week, more details next week.

Nice :) Use binary_sensor for boolean states (door, low heat …) for text sensor maps to work you need to sprintf to buf and publish that buf, see my yaml...

I just pushed https://github.com/hn/bsh-home-appliances/commit/2f9a4f5ea5cbc1a1213bbce4ba3b30346f187e65 which adds an ESPHome BSHDBus external component for better/easier integration. I suggest to analyze the frames more bit-wise, e.g. for the Low Heat binary_sensor: `lambda: return...

I suggest to keep the `bshdbus` sensors as simple as possible, e.g. make them only to reflect the state you see in the frames (binary infos to `binary_sensor`, numbers to...

@rlagerweij In principle, you can send commands with [bsh-dbus-logger.ino](https://github.com/hn/bsh-home-appliances/blob/master/bsh-dbus-logger.ino#L141). It is difficult to say whether you can really control the home appliance properly with it. My impression is that the...

Please see https://github.com/hn/bsh-home-appliances/blob/master/contrib/bsh-dbus-wt47r440.yaml, contributed by @stefanhirt

> My induction hob can control a BSH extractor hood, but you have to pair the devices. How is the pairing done? Via WiFi? Do you have to connect both...

Many thanks, I've partly merged your changes: https://github.com/hn/seagate-blackarmor-nas/commit/8b9370346525fdc7cb9cb333608195958e2dda1f https://github.com/hn/seagate-blackarmor-nas/commit/5b1dedcceb3f42e0e49daea2ea7a0f54a4557167 https://github.com/hn/seagate-blackarmor-nas/commit/6240da81c15cf41be50485ab18ac97f1c1991bd9 Maybe I'll add more later.