Hi there, I am trying to control the Autonomous SmartDesk via an ESPHome ESP8266. Currently, I am trying to read the desk’s current height. It sends this value continuously. Here you see how the 6 byte message looks
In general, this GitHub repo (https://github.com/Stefichen5/AutonomousControl) should contain all the info to understand how the desk works. My goal is to have an entity for the height, moving the desk down (button) and up (button) as well as the 4 stored height presets (again a button). I would really appreciate any help because this is really outside of my abilities.
I am new to Home Assistant programing. Your “uart_read_line_sensor.h” is this a test file that is added to the directory or do I go in HA files and type it into another file?