IhorSyerkov / linak-desk-card

Home Assistant Lovelace Card for controlling desks based on linak bluetooth controller.
MIT License
62 stars 12 forks source link

Use this card with a simple bluetooth dongle instead of an ESP32 device #18

Open maxime1992 opened 2 years ago

maxime1992 commented 2 years ago

Hello :wave:

In case it can be of any use to others, I wanted to get this card working with a simple bluetooth dongle instead of having to buy a separate, ESP32 device.

I've created the following repo: https://github.com/maxime1992/linak-2-mqtt Everything is explained in the readme :+1:

(feel free to close that issue anytime :+1: just thought it may be useful for other people!)

IhorSyerkov commented 2 years ago

Hello. I'll take a look how it can be adopted :)

IhorSyerkov commented 2 years ago

Looks like you make you component work with my card. If so, and nothing else required from my side I can at lest add link to your project in README.md. Thanks 😄

maxime1992 commented 2 years ago

Yes I'm indeed using your card (wouldn't have spammed you otherwise :angel:).

The only thing that's not working is the up and down arrow but it should be simple enough for someone else to do that binding and raise a PR if they feel like it. All I was interested in was the sit and up positions so these 2 are working for sure and the current height is displayed correctly as well.

Good idea for the readme :)