Auping Connect integration

For those interested, I implemented this today for the older one (the wifi, not bt).

In case you wonder what your Key is, it’s the same one as the code that you can use under settings → share.

I made a simple cover template:

cover:
  - platform: template
    covers:
      bed_1:
        unique_id: bed_1
        device_class: shutter
        friendly_name: "Bed 1"
        availability_template: "true"
        optimistic: false
        open_cover:
          - action: rest_command.auping_bed
            data:
              cbu: 2
              motor_1_action: 0
              motor_1_time: 0
              motor_2_action: 1
              motor_2_time: 30000
              motor_3_action: 0
              motor_3_time: 0
            target: {}
        close_cover:
          - action: rest_command.auping_bed
            data:
              cbu: 2
              motor_1_action: 0
              motor_1_time: 0
              motor_2_action: 2
              motor_2_time: 30000
              motor_3_action: 0
              motor_3_time: 0
            target: {}
        stop_cover:
          - action: rest_command.auping_bed
            data:
              cbu: 2
              motor_1_action: 0
              motor_1_time: 0
              motor_2_action: 0
              motor_2_time: 0
              motor_3_action: 0
              motor_3_time: 0
            target: {}
        icon_template: mdi:bed-double

Plus a simple mushroom cover card, giving me up/down/stop buttons:

        type: custom:mushroom-cover-card
        entity: cover.bed_1
        show_tilt_position_control: false
        show_buttons_control: true
        tap_action:
          action: none
        hold_action:
          action: none
        double_tap_action:
          action: none
        secondary_info: none
        fill_container: false
        layout: horizontal

You brought my hopes up but unfortunately…

Is the CBU5 the newer Bluetooth version?
I moved my home assistant pc to the bedroom closet for zigbee reasons. And I noticed that my bed and pc are 3 meters apart; Bluetooth range.
I wish I could somehow hijack the Bluetooth signal and control it from HA!

Yes, that’s the Bluetooth version.

Great.
Auping has a horrible development department though. When I got my bed during covid I asked them about Siri, Shortcuts, Home Assistant, etc. But they never did anything. Except replacing my bed from the WiFi to the Bluetooth variant. Their app has a horrible low rating in the AppStore and when I confronted them a couple of months ago with it (and suggested some improvements) it was the customer friendly “great idea, but I through it in the bin” response.

Would it be difficult to intercept the bluetooth signal?

New user here to thank you many times @Expaso for all the details you posted, I bought my bed dec. 2024 so I got the bluetooth version which have a remote with 3 presets buttons that’s the only thing better than the old version which have none of those, so what I did was calling the dealer I got the bed from asked him if he had any of old ones and yes he did, so now my bed is actually smart with endless presets, goes to flat position when my LG tv turns off so I don’t have to sit up sleeping the hole night and 4 presets on the Apple TV’s Homekit menu so controlling the bed and tv with only one remote, so to those of you in the thread who have the new one see if you can get the old wifi you might be lucky as I.

I still have the old motors (wifi ones) laying around. How did you get that one to work, because I couldn’t get thaise one connected toe HA :frowning:

I just followed the information from Expaso in the beginning of this thread.

What is it you have issue with?