home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
70.98k stars 29.63k forks source link

Ikea Idasen Desk intermittently pauses during raising / lowering #110958

Closed JurajNyiri closed 6 months ago

JurajNyiri commented 6 months ago

The problem

Since upgrading from 2024.1.5 to 2024.2.2, when using the https://www.home-assistant.io/integrations/idasen_desk/ integration and setting the position or issuing the command to go up or down, the desk stops intermittently and then resumes.

I have uploaded an video example here: https://www.youtube.com/shorts/jzHc7L556Ps

This does not happen when using the official Desk Control app.

I have tried removing the integration and pairing the desk again. I have disabled all automations. I have tried moving esp proxy bluetooth controller directly to the desk. I have disconnected my other esp bluetooth proxy controller so that there is only 1.

What version of Home Assistant Core has the issue?

core-2024.2.2

What was the last working version of Home Assistant Core?

core-2024.1.5 (I am not sure about 2024.2.1)

What type of installation are you running?

Home Assistant OS

Integration causing the issue

idasen_desk

Link to integration documentation on our website

https://www.home-assistant.io/integrations/idasen_desk/

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 6 months ago

Hey there @abmantis, mind taking a look at this issue as it has been labeled with an integration (idasen_desk) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `idasen_desk` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign idasen_desk` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


idasen_desk documentation idasen_desk source (message by IssueLinks)

JurajNyiri commented 6 months ago

I have tested https://github.com/newAM/idasen and the issue does not occur using that library on my Windows PC.

JurajNyiri commented 6 months ago

I have cloned and modified https://github.com/abmantis/idasen-ha/blob/main/cli.py#L67 to add await desk.move_down() (and up in another run) after await desk.connect(ble_device, True).

It worked as expected.

JurajNyiri commented 6 months ago

I have tested idasen-ha and idasen libraries above on a different system than HA is running on (HA is using esp bluetooth proxy)

Continuing debugging;

I have modified my config.yaml file like so:

logger:
  default: warning
  logs:
    idasen_ha: debug
    idasen: debug
    homeassistant.components.idasen_desk: debug

Here is what I see upon issuing UP command via HA and seeing the behaviour as in video:

Logs 2024-02-19 19:53:37.151 DEBUG (MainThread) [idasen_ha] Moving up 2024-02-19 19:53:37.151 DEBUG (MainThread) [idasen_ha] Moving to 100 2024-02-19 19:53:37.723 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8396m 2024-02-19 19:53:38.046 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8398m 2024-02-19 19:53:38.121 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8402000000000001m 2024-02-19 19:53:38.158 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8407m 2024-02-19 19:53:38.159 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:38.218 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8412999999999999m 2024-02-19 19:53:38.335 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8419m 2024-02-19 19:53:38.335 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:38.421 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8428m 2024-02-19 19:53:38.421 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8439m 2024-02-19 19:53:38.422 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:38.468 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.845m 2024-02-19 19:53:38.468 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:38.535 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8463m 2024-02-19 19:53:38.535 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:38.636 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8475m 2024-02-19 19:53:38.637 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:38.757 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.849m 2024-02-19 19:53:38.757 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:38.759 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8505m 2024-02-19 19:53:38.759 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:38.761 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8508m 2024-02-19 19:53:38.839 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.851m 2024-02-19 19:53:38.876 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8513999999999999m 2024-02-19 19:53:38.946 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8519m 2024-02-19 19:53:38.946 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:39.041 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8525m 2024-02-19 19:53:39.074 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8533m 2024-02-19 19:53:39.074 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:39.154 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8542m 2024-02-19 19:53:39.182 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8552m 2024-02-19 19:53:39.182 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:39.251 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8562m 2024-02-19 19:53:39.252 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:39.356 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8574999999999999m 2024-02-19 19:53:39.357 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:39.457 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8589m 2024-02-19 19:53:39.458 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:39.459 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8605m 2024-02-19 19:53:39.459 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:39.558 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.862m 2024-02-19 19:53:39.558 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:39.559 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8624m 2024-02-19 19:53:39.591 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8627m 2024-02-19 19:53:39.663 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8631m 2024-02-19 19:53:39.663 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:39.774 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8636m 2024-02-19 19:53:39.784 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8643m 2024-02-19 19:53:39.784 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:39.861 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.865m 2024-02-19 19:53:39.969 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8659m 2024-02-19 19:53:39.969 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:40.065 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.867m 2024-02-19 19:53:40.066 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:40.080 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8682m 2024-02-19 19:53:40.080 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:40.169 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8695999999999999m 2024-02-19 19:53:40.170 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:40.172 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8708m 2024-02-19 19:53:40.172 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:40.227 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8724000000000001m 2024-02-19 19:53:40.227 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:40.288 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.874m 2024-02-19 19:53:40.289 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:40.351 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8742m 2024-02-19 19:53:40.388 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8743000000000001m 2024-02-19 19:53:40.491 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8746m 2024-02-19 19:53:40.591 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.875m 2024-02-19 19:53:40.591 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:40.592 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8754m 2024-02-19 19:53:40.687 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8761m 2024-02-19 19:53:40.687 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:40.694 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8769m 2024-02-19 19:53:40.799 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8779m 2024-02-19 19:53:40.799 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:40.894 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8789m 2024-02-19 19:53:40.894 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:40.895 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8799m 2024-02-19 19:53:40.896 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:40.992 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8812m 2024-02-19 19:53:40.992 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:40.993 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8827m 2024-02-19 19:53:40.994 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:41.113 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8843m 2024-02-19 19:53:41.114 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:41.186 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8859m 2024-02-19 19:53:41.186 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:41.187 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8862m 2024-02-19 19:53:41.218 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8865000000000001m 2024-02-19 19:53:41.297 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8869m 2024-02-19 19:53:41.297 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:41.330 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8875m 2024-02-19 19:53:41.413 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8882m 2024-02-19 19:53:41.413 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:41.509 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8888m 2024-02-19 19:53:41.520 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8897999999999999m 2024-02-19 19:53:41.520 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:41.605 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8909m 2024-02-19 19:53:41.605 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:41.641 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8921m 2024-02-19 19:53:41.641 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:41.714 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8934m 2024-02-19 19:53:41.714 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:41.808 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8946000000000001m 2024-02-19 19:53:41.809 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:41.914 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8962m 2024-02-19 19:53:41.915 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:41.916 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8977999999999999m 2024-02-19 19:53:41.916 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:42.012 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8981m 2024-02-19 19:53:42.013 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8981m 2024-02-19 19:53:42.055 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8984m 2024-02-19 19:53:42.130 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8987m 2024-02-19 19:53:42.215 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8993m 2024-02-19 19:53:42.215 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:42.254 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8998999999999999m 2024-02-19 19:53:42.323 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9007000000000001m 2024-02-19 19:53:42.323 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:42.365 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9017m 2024-02-19 19:53:42.418 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9026000000000001m 2024-02-19 19:53:42.418 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:42.527 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9037m 2024-02-19 19:53:42.527 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:42.538 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9051m 2024-02-19 19:53:42.538 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:42.640 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9065m 2024-02-19 19:53:42.640 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:42.666 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9082m 2024-02-19 19:53:42.667 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:42.728 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9095m 2024-02-19 19:53:42.728 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:42.832 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9114m 2024-02-19 19:53:42.832 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:42.922 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9134m 2024-02-19 19:53:42.923 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:42.924 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9155m 2024-02-19 19:53:42.924 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:42.950 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9178m 2024-02-19 19:53:42.950 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:43.037 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9197m 2024-02-19 19:53:43.037 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:43.071 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9220999999999999m 2024-02-19 19:53:43.072 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:43.168 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9244m 2024-02-19 19:53:43.168 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:43.237 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9268000000000001m 2024-02-19 19:53:43.237 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:43.265 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9292m 2024-02-19 19:53:43.265 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:43.339 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9311m 2024-02-19 19:53:43.340 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:43.371 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9335m 2024-02-19 19:53:43.372 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:43.484 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9358m 2024-02-19 19:53:43.485 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:43.647 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9381999999999999m 2024-02-19 19:53:43.647 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:43.648 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9406m 2024-02-19 19:53:43.648 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:43.649 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9425m 2024-02-19 19:53:43.649 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:43.671 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9448m 2024-02-19 19:53:43.671 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:43.746 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9472m 2024-02-19 19:53:43.746 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:43.861 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9496m 2024-02-19 19:53:43.861 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:43.864 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9519m 2024-02-19 19:53:43.864 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:43.948 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9538m 2024-02-19 19:53:43.948 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:43.978 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9561999999999999m 2024-02-19 19:53:43.979 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:44.049 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9586m 2024-02-19 19:53:44.049 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:44.099 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9609m 2024-02-19 19:53:44.099 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:44.152 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9628m 2024-02-19 19:53:44.152 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:44.263 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9652000000000001m 2024-02-19 19:53:44.263 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:44.357 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9676m 2024-02-19 19:53:44.357 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:44.358 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9699m 2024-02-19 19:53:44.359 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:44.467 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9722999999999999m 2024-02-19 19:53:44.468 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:44.473 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9742m 2024-02-19 19:53:44.473 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:44.569 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9765999999999999m 2024-02-19 19:53:44.569 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:44.663 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9789m 2024-02-19 19:53:44.664 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:44.665 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9813000000000001m 2024-02-19 19:53:44.665 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:44.702 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9837m 2024-02-19 19:53:44.702 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:44.765 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9856m 2024-02-19 19:53:44.766 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:44.867 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9879m 2024-02-19 19:53:44.868 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:44.879 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9903m 2024-02-19 19:53:44.879 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:44.980 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9926999999999999m 2024-02-19 19:53:44.980 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:45.000 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.995m 2024-02-19 19:53:45.001 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:45.083 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9969m 2024-02-19 19:53:45.084 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:45.119 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9993000000000001m 2024-02-19 19:53:45.120 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:45.185 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0017m 2024-02-19 19:53:45.186 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:45.281 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.004m 2024-02-19 19:53:45.281 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:45.476 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0064m 2024-02-19 19:53:45.476 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:45.477 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0083m 2024-02-19 19:53:45.477 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:45.498 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0107m 2024-02-19 19:53:45.499 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:45.518 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.013m 2024-02-19 19:53:45.518 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:45.540 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0154m 2024-02-19 19:53:45.540 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:45.605 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0175m 2024-02-19 19:53:45.605 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:45.694 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0181m 2024-02-19 19:53:45.711 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0184m 2024-02-19 19:53:45.800 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0188m 2024-02-19 19:53:45.800 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:45.833 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0192999999999999m 2024-02-19 19:53:45.908 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.02m 2024-02-19 19:53:45.909 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:46.008 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0207m 2024-02-19 19:53:46.025 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0216m 2024-02-19 19:53:46.025 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:46.114 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0227m 2024-02-19 19:53:46.114 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:46.140 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0239m 2024-02-19 19:53:46.140 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:46.216 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0252m 2024-02-19 19:53:46.217 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:46.308 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0264m 2024-02-19 19:53:46.308 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:46.413 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.028m 2024-02-19 19:53:46.413 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:46.414 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0298m 2024-02-19 19:53:46.415 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:46.439 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0316m 2024-02-19 19:53:46.440 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:46.516 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0336m 2024-02-19 19:53:46.517 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:46.618 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0352999999999999m 2024-02-19 19:53:46.618 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:46.628 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0376m 2024-02-19 19:53:46.629 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:46.731 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.04m 2024-02-19 19:53:46.731 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:46.742 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0423m 2024-02-19 19:53:46.742 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:46.824 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0447m 2024-02-19 19:53:46.824 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:46.863 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0466m 2024-02-19 19:53:46.863 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:46.924 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.049m 2024-02-19 19:53:46.924 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:47.033 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0513m 2024-02-19 19:53:47.033 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:47.135 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0534m 2024-02-19 19:53:47.136 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:47.146 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.054m 2024-02-19 19:53:47.152 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0543m 2024-02-19 19:53:47.268 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0546m 2024-02-19 19:53:47.269 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:47.343 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0551m 2024-02-19 19:53:47.346 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0556999999999999m 2024-02-19 19:53:47.346 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:47.440 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0565m 2024-02-19 19:53:47.538 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0574m 2024-02-19 19:53:47.538 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:47.540 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0582m 2024-02-19 19:53:47.579 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0594000000000001m 2024-02-19 19:53:47.579 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:47.645 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0607m 2024-02-19 19:53:47.645 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:47.744 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0621m 2024-02-19 19:53:47.744 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:47.993 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0636999999999999m 2024-02-19 19:53:47.993 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:47.994 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0653m 2024-02-19 19:53:47.994 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:47.996 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0655000000000001m 2024-02-19 19:53:47.997 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0655000000000001m 2024-02-19 19:53:48.057 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0657999999999999m 2024-02-19 19:53:48.154 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0662m 2024-02-19 19:53:48.154 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0667m 2024-02-19 19:53:48.155 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:48.255 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0674000000000001m 2024-02-19 19:53:48.255 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.068m 2024-02-19 19:53:48.256 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:48.303 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0689m 2024-02-19 19:53:48.388 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.07m 2024-02-19 19:53:48.389 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:48.461 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0712m 2024-02-19 19:53:48.461 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:48.485 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0725m 2024-02-19 19:53:48.485 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:48.564 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0737m 2024-02-19 19:53:48.564 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:48.695 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0753m 2024-02-19 19:53:48.695 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:48.696 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0768m 2024-02-19 19:53:48.697 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:48.754 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0771m 2024-02-19 19:53:48.899 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0771m 2024-02-19 19:53:48.904 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0774m 2024-02-19 19:53:48.905 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0777999999999999m 2024-02-19 19:53:48.984 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0783m 2024-02-19 19:53:48.985 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:49.071 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.079m 2024-02-19 19:53:49.084 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0798m 2024-02-19 19:53:49.084 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:49.180 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0807m 2024-02-19 19:53:49.205 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0816m 2024-02-19 19:53:49.206 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:49.278 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0828m 2024-02-19 19:53:49.278 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:49.380 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0841m 2024-02-19 19:53:49.380 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:49.391 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0856m 2024-02-19 19:53:49.391 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:49.489 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0872m 2024-02-19 19:53:49.490 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:49.505 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0887m 2024-02-19 19:53:49.505 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:49.589 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0891m 2024-02-19 19:53:49.692 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0893m 2024-02-19 19:53:49.692 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0897999999999999m 2024-02-19 19:53:49.693 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:49.779 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0903m 2024-02-19 19:53:49.888 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0909m 2024-02-19 19:53:49.888 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:49.890 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0917m 2024-02-19 19:53:49.922 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0926m 2024-02-19 19:53:49.922 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:49.998 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0937000000000001m 2024-02-19 19:53:49.998 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:50.087 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0949m 2024-02-19 19:53:50.088 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:50.126 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.096m 2024-02-19 19:53:50.127 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:50.198 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0975m 2024-02-19 19:53:50.199 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:50.308 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0991m 2024-02-19 19:53:50.308 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:50.310 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1007m 2024-02-19 19:53:50.310 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:50.341 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1009m 2024-02-19 19:53:50.394 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.101m 2024-02-19 19:53:50.496 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1013m 2024-02-19 19:53:50.600 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1016m 2024-02-19 19:53:50.600 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1021m 2024-02-19 19:53:50.600 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:50.629 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1028m 2024-02-19 19:53:50.720 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1036m 2024-02-19 19:53:50.721 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:50.815 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1046m 2024-02-19 19:53:50.815 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:50.905 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1054m 2024-02-19 19:53:50.905 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1066m 2024-02-19 19:53:50.905 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:50.958 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1078999999999999m 2024-02-19 19:53:50.960 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:51.008 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1094m 2024-02-19 19:53:51.008 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:51.053 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.111m 2024-02-19 19:53:51.054 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:51.123 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1124m 2024-02-19 19:53:51.124 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:51.234 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1143m 2024-02-19 19:53:51.234 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:51.246 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1162m 2024-02-19 19:53:51.246 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:51.323 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1184m 2024-02-19 19:53:51.323 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:51.348 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1206m 2024-02-19 19:53:51.348 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:51.427 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1225m 2024-02-19 19:53:51.427 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:51.526 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1249m 2024-02-19 19:53:51.526 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:51.642 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1273m 2024-02-19 19:53:51.643 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:51.644 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1296m 2024-02-19 19:53:51.645 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:51.738 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1320000000000001m 2024-02-19 19:53:51.739 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:51.752 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1341m 2024-02-19 19:53:51.752 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:51.843 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1345999999999998m 2024-02-19 19:53:51.845 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1347m 2024-02-19 19:53:51.943 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1349m 2024-02-19 19:53:51.961 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1353m 2024-02-19 19:53:51.962 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:52.041 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1359m 2024-02-19 19:53:52.084 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1364m 2024-02-19 19:53:52.084 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:52.135 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1372m 2024-02-19 19:53:52.254 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1381000000000001m 2024-02-19 19:53:52.254 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:52.269 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1391m 2024-02-19 19:53:52.347 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1402999999999999m 2024-02-19 19:53:52.347 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:52.371 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1414m 2024-02-19 19:53:52.371 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:52.448 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1428m 2024-02-19 19:53:52.448 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:52.555 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1444m 2024-02-19 19:53:52.555 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:52.658 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1461000000000001m 2024-02-19 19:53:52.658 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:52.660 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1480000000000001m 2024-02-19 19:53:52.660 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:52.682 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1496m 2024-02-19 19:53:52.683 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:52.748 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1517m 2024-02-19 19:53:52.748 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:52.790 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.154m 2024-02-19 19:53:52.791 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:52.864 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1562999999999999m 2024-02-19 19:53:52.864 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:53.023 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1587m 2024-02-19 19:53:53.023 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:53.025 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1606m 2024-02-19 19:53:53.025 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:53.066 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1629m 2024-02-19 19:53:53.067 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:53.109 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1653m 2024-02-19 19:53:53.109 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:53.164 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1677m 2024-02-19 19:53:53.164 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:53.268 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1696m 2024-02-19 19:53:53.268 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:53.369 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1717m 2024-02-19 19:53:53.369 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:53.371 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1723m 2024-02-19 19:53:53.393 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1724999999999999m 2024-02-19 19:53:53.471 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1728999999999998m 2024-02-19 19:53:53.471 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:53.511 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1734m 2024-02-19 19:53:53.583 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.174m 2024-02-19 19:53:53.583 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:53.684 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1747m 2024-02-19 19:53:53.693 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1757m 2024-02-19 19:53:53.694 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:53.779 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1766999999999999m 2024-02-19 19:53:53.812 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1779m 2024-02-19 19:53:53.813 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:53.893 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.179m 2024-02-19 19:53:53.893 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:53.996 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1804000000000001m 2024-02-19 19:53:53.996 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:54.011 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.182m 2024-02-19 19:53:54.011 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:54.088 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1837m 2024-02-19 19:53:54.088 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:54.110 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1855m 2024-02-19 19:53:54.110 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:54.190 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1871m 2024-02-19 19:53:54.190 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:54.234 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1892m 2024-02-19 19:53:54.234 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:54.308 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1915m 2024-02-19 19:53:54.309 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:54.397 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1938m 2024-02-19 19:53:54.397 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:54.487 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1962000000000002m 2024-02-19 19:53:54.488 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:54.490 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1981m 2024-02-19 19:53:54.490 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:54.597 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2005m 2024-02-19 19:53:54.598 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:54.608 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2027999999999999m 2024-02-19 19:53:54.608 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:54.713 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2052m 2024-02-19 19:53:54.714 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:54.724 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2076m 2024-02-19 19:53:54.725 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:54.807 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2095m 2024-02-19 19:53:54.807 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:54.840 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2118m 2024-02-19 19:53:54.840 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:54.914 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2142m 2024-02-19 19:53:54.915 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:55.005 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2166000000000001m 2024-02-19 19:53:55.006 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:55.118 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2189m 2024-02-19 19:53:55.119 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:55.121 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2208m 2024-02-19 19:53:55.121 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:55.215 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2231999999999998m 2024-02-19 19:53:55.216 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:55.218 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2256m 2024-02-19 19:53:55.218 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:55.256 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2279m 2024-02-19 19:53:55.256 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:55.316 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2303m 2024-02-19 19:53:55.316 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:55.415 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2322m 2024-02-19 19:53:55.415 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:55.450 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2345000000000002m 2024-02-19 19:53:55.451 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:55.522 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2368999999999999m 2024-02-19 19:53:55.523 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:55.554 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2393m 2024-02-19 19:53:55.555 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:55.630 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2416m 2024-02-19 19:53:55.630 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:55.726 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2435m 2024-02-19 19:53:55.727 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:55.826 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2459m 2024-02-19 19:53:55.827 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:55.828 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2483m 2024-02-19 19:53:55.828 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:55.862 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2506m 2024-02-19 19:53:55.863 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:55.932 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2530000000000001m 2024-02-19 19:53:55.933 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:56.032 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2549000000000001m 2024-02-19 19:53:56.033 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:56.132 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2572999999999999m 2024-02-19 19:53:56.133 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:56.134 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2595999999999998m 2024-02-19 19:53:56.135 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:56.158 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.262m 2024-02-19 19:53:56.158 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:56.234 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2644m 2024-02-19 19:53:56.235 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:56.342 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2663m 2024-02-19 19:53:56.343 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:56.344 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2686m 2024-02-19 19:53:56.344 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:53:56.445 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.27m 2024-02-19 19:53:56.445 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data
JurajNyiri commented 6 months ago

I have tried disabling the sensor entity and reloading integration, I still see the same behaviour, logs:

Logs 2024-02-19 19:57:01.577 DEBUG (MainThread) [idasen_ha] Connecting 2024-02-19 19:57:01.577 INFO (MainThread) [idasen_ha.connection_manager] Connecting... 2024-02-19 19:57:11.582 WARNING (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Failed to connect, retrying (1/3)... 2024-02-19 19:57:12.518 WARNING (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Failed to connect, retrying (2/3)... 2024-02-19 19:57:13.433 WARNING (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Failed to connect, retrying (3/3)... 2024-02-19 19:57:14.968 INFO (MainThread) [idasen_ha.connection_manager] Pairing... 2024-02-19 19:57:14.983 INFO (MainThread) [idasen_ha.connection_manager] Connected! 2024-02-19 19:57:14.983 DEBUG (MainThread) [idasen_ha] Connect callback called 2024-02-19 19:57:15.164 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Starting notify 2024-02-19 19:57:15.200 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:20.230 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform rest is taking over 10 seconds. 2024-02-19 19:57:22.466 DEBUG (MainThread) [idasen_ha] Moving down 2024-02-19 19:57:22.466 DEBUG (MainThread) [idasen_ha] Moving to 0 2024-02-19 19:57:23.265 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2696m 2024-02-19 19:57:23.266 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:23.360 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2694m 2024-02-19 19:57:23.360 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2690000000000001m 2024-02-19 19:57:23.397 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2685m 2024-02-19 19:57:23.398 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:23.453 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2678m 2024-02-19 19:57:23.560 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.267m 2024-02-19 19:57:23.560 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:23.672 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2663m 2024-02-19 19:57:23.673 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2652m 2024-02-19 19:57:23.673 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:23.695 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.264m 2024-02-19 19:57:23.695 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:23.768 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2627000000000002m 2024-02-19 19:57:23.768 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:23.891 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2612m 2024-02-19 19:57:23.891 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:23.892 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.26m 2024-02-19 19:57:23.893 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:23.980 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2583m 2024-02-19 19:57:23.980 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:24.069 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2564m 2024-02-19 19:57:24.069 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:24.070 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2544m 2024-02-19 19:57:24.070 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:24.117 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2523m 2024-02-19 19:57:24.117 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:24.181 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2505m 2024-02-19 19:57:24.182 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:24.284 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2481m 2024-02-19 19:57:24.284 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:24.385 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2458m 2024-02-19 19:57:24.385 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:24.387 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2433999999999998m 2024-02-19 19:57:24.387 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:24.428 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.241m 2024-02-19 19:57:24.428 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:24.484 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2391m 2024-02-19 19:57:24.484 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:24.580 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2368000000000001m 2024-02-19 19:57:24.580 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:24.690 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2346m 2024-02-19 19:57:24.690 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:24.691 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.234m 2024-02-19 19:57:24.725 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2337m 2024-02-19 19:57:24.793 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2334m 2024-02-19 19:57:24.794 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:24.894 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2328000000000001m 2024-02-19 19:57:24.897 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2321m 2024-02-19 19:57:24.897 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:25.013 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2313m 2024-02-19 19:57:25.099 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2303m 2024-02-19 19:57:25.099 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:25.100 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2294m 2024-02-19 19:57:25.132 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2282m 2024-02-19 19:57:25.133 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:25.205 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2269m 2024-02-19 19:57:25.205 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:25.307 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2254m 2024-02-19 19:57:25.308 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:25.405 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2238m 2024-02-19 19:57:25.406 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:25.406 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2224m 2024-02-19 19:57:25.407 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:25.431 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2205m 2024-02-19 19:57:25.431 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:25.509 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2185000000000001m 2024-02-19 19:57:25.510 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:25.551 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2163m 2024-02-19 19:57:25.552 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:25.621 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.214m 2024-02-19 19:57:25.621 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:25.713 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2121m 2024-02-19 19:57:25.714 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:25.822 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2098m 2024-02-19 19:57:25.822 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:25.823 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2074m 2024-02-19 19:57:25.823 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:25.859 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.205m 2024-02-19 19:57:25.860 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:25.917 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2027m 2024-02-19 19:57:25.918 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:26.012 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2008m 2024-02-19 19:57:26.013 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:26.036 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1984m 2024-02-19 19:57:26.036 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:26.121 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1963m 2024-02-19 19:57:26.122 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:26.329 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1958m 2024-02-19 19:57:26.329 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1957m 2024-02-19 19:57:26.330 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1954m 2024-02-19 19:57:26.431 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1951m 2024-02-19 19:57:26.432 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:26.433 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1945000000000001m 2024-02-19 19:57:26.463 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1939m 2024-02-19 19:57:26.464 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:26.532 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1931m 2024-02-19 19:57:26.635 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1921m 2024-02-19 19:57:26.636 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:26.641 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1913m 2024-02-19 19:57:26.736 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1901000000000002m 2024-02-19 19:57:26.737 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:26.838 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1886999999999999m 2024-02-19 19:57:26.838 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:26.839 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1873m 2024-02-19 19:57:26.839 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:26.948 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1857m 2024-02-19 19:57:26.948 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:26.954 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1844999999999999m 2024-02-19 19:57:26.954 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:27.035 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1842000000000001m 2024-02-19 19:57:27.183 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1841m 2024-02-19 19:57:27.186 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1839m 2024-02-19 19:57:27.186 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1834m 2024-02-19 19:57:27.187 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:27.242 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1829m 2024-02-19 19:57:27.349 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1822m 2024-02-19 19:57:27.349 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:27.359 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1815m 2024-02-19 19:57:27.617 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1806m 2024-02-19 19:57:27.617 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:27.617 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1795m 2024-02-19 19:57:27.618 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:27.618 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1783000000000001m 2024-02-19 19:57:27.618 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:27.645 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1768999999999998m 2024-02-19 19:57:27.645 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:27.652 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1757m 2024-02-19 19:57:27.653 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:27.760 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1741000000000001m 2024-02-19 19:57:27.760 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:27.853 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1726m 2024-02-19 19:57:27.853 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:27.854 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1722000000000001m 2024-02-19 19:57:27.890 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1719m 2024-02-19 19:57:27.962 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1715m 2024-02-19 19:57:27.963 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:28.069 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.171m 2024-02-19 19:57:28.161 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1703000000000001m 2024-02-19 19:57:28.162 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:28.162 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1694m 2024-02-19 19:57:28.199 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1684999999999999m 2024-02-19 19:57:28.199 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:28.277 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1676m 2024-02-19 19:57:28.316 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1663999999999999m 2024-02-19 19:57:28.317 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:28.401 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.165m 2024-02-19 19:57:28.402 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:28.475 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1635m 2024-02-19 19:57:28.475 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:28.593 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1619000000000002m 2024-02-19 19:57:28.593 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:28.595 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1606999999999998m 2024-02-19 19:57:28.595 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:28.614 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1604m 2024-02-19 19:57:28.684 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1602999999999999m 2024-02-19 19:57:28.785 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1600000000000001m 2024-02-19 19:57:28.802 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1596m 2024-02-19 19:57:28.803 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:28.918 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.159m 2024-02-19 19:57:28.922 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1583m 2024-02-19 19:57:28.922 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:28.981 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1577m 2024-02-19 19:57:29.094 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1566999999999998m 2024-02-19 19:57:29.094 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:29.191 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1556m 2024-02-19 19:57:29.192 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:29.193 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1543999999999999m 2024-02-19 19:57:29.194 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:29.216 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1531m 2024-02-19 19:57:29.216 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:29.296 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1519m 2024-02-19 19:57:29.296 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:29.409 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1503m 2024-02-19 19:57:29.410 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:29.410 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1484999999999999m 2024-02-19 19:57:29.410 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:29.503 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1465999999999998m 2024-02-19 19:57:29.503 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:29.605 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.145m 2024-02-19 19:57:29.606 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:29.606 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1429m 2024-02-19 19:57:29.607 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:29.704 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1406m 2024-02-19 19:57:29.705 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:29.705 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1381999999999999m 2024-02-19 19:57:29.705 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:29.816 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1359m 2024-02-19 19:57:29.817 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:29.918 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.134m 2024-02-19 19:57:29.918 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:29.919 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1316000000000002m 2024-02-19 19:57:29.919 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:30.009 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1292m 2024-02-19 19:57:30.010 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:30.011 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1269m 2024-02-19 19:57:30.011 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:30.049 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1244999999999998m 2024-02-19 19:57:30.050 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:30.116 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1226m 2024-02-19 19:57:30.116 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:30.225 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1202m 2024-02-19 19:57:30.226 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:30.233 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1178m 2024-02-19 19:57:30.234 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:30.314 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1155m 2024-02-19 19:57:30.314 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:30.355 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1136m 2024-02-19 19:57:30.357 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:30.425 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1112m 2024-02-19 19:57:30.425 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:30.557 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1088m 2024-02-19 19:57:30.557 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:30.559 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1065m 2024-02-19 19:57:30.559 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:30.630 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1040999999999999m 2024-02-19 19:57:30.631 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:30.667 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1022m 2024-02-19 19:57:30.668 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:30.734 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0998m 2024-02-19 19:57:30.735 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:30.834 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0975m 2024-02-19 19:57:30.835 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:30.843 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0951m 2024-02-19 19:57:30.843 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:30.934 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0927m 2024-02-19 19:57:30.935 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:30.954 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0908m 2024-02-19 19:57:30.955 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:31.035 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0884m 2024-02-19 19:57:31.035 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:31.072 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0861m 2024-02-19 19:57:31.072 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:31.142 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0836999999999999m 2024-02-19 19:57:31.142 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:31.247 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0814m 2024-02-19 19:57:31.248 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:31.341 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0794m 2024-02-19 19:57:31.341 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:31.341 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0771m 2024-02-19 19:57:31.342 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:31.382 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0747m 2024-02-19 19:57:31.383 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:31.459 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0723m 2024-02-19 19:57:31.459 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:31.536 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.07m 2024-02-19 19:57:31.537 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:31.655 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0681m 2024-02-19 19:57:31.656 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:31.656 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0657m 2024-02-19 19:57:31.657 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:31.752 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0634000000000001m 2024-02-19 19:57:31.753 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:31.754 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.061m 2024-02-19 19:57:31.754 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:31.788 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0586m 2024-02-19 19:57:31.789 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:31.855 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0567m 2024-02-19 19:57:31.856 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:31.955 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0543m 2024-02-19 19:57:31.955 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:31.988 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.052m 2024-02-19 19:57:31.988 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:32.066 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0495999999999999m 2024-02-19 19:57:32.066 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:32.170 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0472000000000001m 2024-02-19 19:57:32.171 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:32.171 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0453000000000001m 2024-02-19 19:57:32.172 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:32.255 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.043m 2024-02-19 19:57:32.255 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:32.363 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0406m 2024-02-19 19:57:32.364 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:32.364 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0383m 2024-02-19 19:57:32.364 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:32.388 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0359m 2024-02-19 19:57:32.388 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:32.458 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.034m 2024-02-19 19:57:32.458 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:32.561 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0316m 2024-02-19 19:57:32.562 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:32.675 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0292m 2024-02-19 19:57:32.676 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:32.676 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0269m 2024-02-19 19:57:32.676 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:32.780 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.025m 2024-02-19 19:57:32.780 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:32.781 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0226m 2024-02-19 19:57:32.782 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:32.813 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0202m 2024-02-19 19:57:32.813 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:32.886 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0181m 2024-02-19 19:57:32.886 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:32.980 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0175m 2024-02-19 19:57:33.087 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0171999999999999m 2024-02-19 19:57:33.087 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0168m 2024-02-19 19:57:33.087 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:33.118 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0163m 2024-02-19 19:57:33.193 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0156m 2024-02-19 19:57:33.194 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:33.295 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0148m 2024-02-19 19:57:33.379 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0138m 2024-02-19 19:57:33.379 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:33.380 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0129000000000001m 2024-02-19 19:57:33.419 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0117m 2024-02-19 19:57:33.419 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:33.493 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0104m 2024-02-19 19:57:33.494 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:33.598 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0089000000000001m 2024-02-19 19:57:33.598 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:33.612 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0076m 2024-02-19 19:57:33.612 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:33.697 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0058m 2024-02-19 19:57:33.698 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:33.717 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.004m 2024-02-19 19:57:33.717 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:33.801 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.002m 2024-02-19 19:57:33.801 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:33.836 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9998m 2024-02-19 19:57:33.837 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:34.009 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.998m 2024-02-19 19:57:34.009 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:34.010 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9956m 2024-02-19 19:57:34.010 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:34.019 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9933000000000001m 2024-02-19 19:57:34.019 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:34.096 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9909m 2024-02-19 19:57:34.096 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:34.144 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9884999999999999m 2024-02-19 19:57:34.144 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:34.211 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9865999999999999m 2024-02-19 19:57:34.212 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:34.301 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9843m 2024-02-19 19:57:34.302 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:34.410 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9819m 2024-02-19 19:57:34.410 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:34.411 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9795m 2024-02-19 19:57:34.411 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:34.443 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9772000000000001m 2024-02-19 19:57:34.444 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:34.504 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9753000000000001m 2024-02-19 19:57:34.505 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:34.618 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9729m 2024-02-19 19:57:34.619 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:34.626 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9704999999999999m 2024-02-19 19:57:34.627 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:34.720 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9682m 2024-02-19 19:57:34.720 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:34.741 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9658m 2024-02-19 19:57:34.741 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:34.826 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9639m 2024-02-19 19:57:34.826 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:34.861 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9617m 2024-02-19 19:57:34.861 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:34.922 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9616m 2024-02-19 19:57:35.131 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9615m 2024-02-19 19:57:35.152 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9612m 2024-02-19 19:57:35.230 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9609m 2024-02-19 19:57:35.333 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9603999999999999m 2024-02-19 19:57:35.334 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:35.343 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9597m 2024-02-19 19:57:35.442 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9589m 2024-02-19 19:57:35.443 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:35.452 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.958m 2024-02-19 19:57:35.529 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9571000000000001m 2024-02-19 19:57:35.529 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:35.571 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9559m 2024-02-19 19:57:35.572 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:35.646 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9546m 2024-02-19 19:57:35.646 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:35.741 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9531000000000001m 2024-02-19 19:57:35.742 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:35.775 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9515m 2024-02-19 19:57:35.775 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:35.845 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9501m 2024-02-19 19:57:35.845 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:35.966 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9481999999999999m 2024-02-19 19:57:35.966 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:35.968 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9461999999999999m 2024-02-19 19:57:35.968 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:36.161 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9440999999999999m 2024-02-19 19:57:36.161 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:36.181 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9418m 2024-02-19 19:57:36.182 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:36.186 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.94m 2024-02-19 19:57:36.186 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:36.188 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9376m 2024-02-19 19:57:36.188 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:36.252 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9352m 2024-02-19 19:57:36.253 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:36.296 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9329000000000001m 2024-02-19 19:57:36.297 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:36.359 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9305m 2024-02-19 19:57:36.359 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:36.460 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9286m 2024-02-19 19:57:36.461 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:36.561 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9262m 2024-02-19 19:57:36.561 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:36.562 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9238999999999999m 2024-02-19 19:57:36.562 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:36.635 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9217m 2024-02-19 19:57:36.635 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 19:57:36.666 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9214m
JurajNyiri commented 6 months ago

I had the exact same setup for around 2 months now and when I bought the desk back in December it was working as expected without choppy rising, I am not sure however when did the issue start.

JurajNyiri commented 6 months ago

Here is information about my 2 ESP32 controllers:

[20:03:39][I][app:102]: ESPHome version 2023.12.9 compiled on Jan 23 2024, 22:10:13
[20:03:39][I][app:104]: Project esphome.bluetooth-proxy version 1.0
[20:03:39][C][wifi:573]: WiFi:
[20:03:39][C][wifi:405]:   Local MAC: 24:DC:C3:9F:EC:28
[20:03:39][C][wifi:410]:   SSID: [redacted]
[20:03:39][C][wifi:411]:   IP Address: 192.168.100.112
[20:03:39][C][wifi:413]:   BSSID: [redacted]
[20:03:39][C][wifi:414]:   Hostname: 'esp32-bluetooth-proxy-9fec28'
[20:03:39][C][wifi:416]:   Signal strength: -54 dB ▂▄▆█
[20:03:39][C][wifi:420]:   Channel: 11
[20:03:39][C][wifi:421]:   Subnet: 255.255.254.0
[20:03:39][C][wifi:422]:   Gateway: 192.168.100.1
[20:03:39][C][wifi:423]:   DNS1: 192.168.100.1
[20:03:39][C][wifi:424]:   DNS2: 0.0.0.0
[20:03:39][C][logger:439]: Logger:
[20:03:39][C][logger:440]:   Level: DEBUG
[20:03:39][C][logger:441]:   Log Baud Rate: 115200
[20:03:39][C][logger:443]:   Hardware UART: UART0
[20:03:39][C][bluetooth_proxy:088]: Bluetooth Proxy:
[20:03:39][C][bluetooth_proxy:089]:   Active: YES
[20:03:39][C][safe_mode.button:022]: Safe Mode Button 'Safe Mode Boot'
[20:03:39][C][safe_mode.button:022]:   Icon: 'mdi:restart-alert'
[20:03:39][C][esp32_ble:374]: ESP32 BLE:
[20:03:39][C][esp32_ble:376]:   MAC address: 24:DC:C3:9F:EC:2A
[20:03:39][C][esp32_ble:377]:   IO Capability: none
[20:03:39][C][esp32_ble_tracker:645]: BLE Tracker:
[20:03:39][C][esp32_ble_tracker:646]:   Scan Duration: 300 s
[20:03:39][C][esp32_ble_tracker:647]:   Scan Interval: 1100.0 ms
[20:03:39][C][esp32_ble_tracker:648]:   Scan Window: 1100.0 ms
[20:03:39][C][esp32_ble_tracker:649]:   Scan Type: ACTIVE
[20:03:39][C][esp32_ble_tracker:650]:   Continuous Scanning: True
[20:03:39][C][mdns:115]: mDNS:
[20:03:39][C][mdns:116]:   Hostname: esp32-bluetooth-proxy-9fec28
[20:03:40][C][ota:097]: Over-The-Air Updates:
[20:03:40][C][ota:098]:   Address: esp32-bluetooth-proxy-9fec28.local:3232
[20:03:40][C][api:139]: API Server:
[20:03:40][C][api:140]:   Address: esp32-bluetooth-proxy-9fec28.local:6053
[20:03:40][C][api:142]:   Using noise encryption: YES
[20:03:40][C][improv_serial:032]: Improv Serial:

This one is closer to the desk, being used:

[20:05:50][I][app:102]: ESPHome version 2023.12.9 compiled on Jan 23 2024, 21:59:31
[20:05:50][I][app:104]: Project esphome.bluetooth-proxy version 1.0
[20:05:50][C][wifi:573]: WiFi:
[20:05:50][C][wifi:405]:   Local MAC: 24:DC:C3:9F:F5:58
[20:05:50][C][wifi:410]:   SSID: [redacted]
[20:05:50][C][wifi:411]:   IP Address: 192.168.100.114
[20:05:50][C][wifi:413]:   BSSID: [redacted]
[20:05:50][C][wifi:414]:   Hostname: 'office-bluetooth-proxy'
[20:05:50][C][wifi:416]:   Signal strength: -53 dB ▂▄▆█
[20:05:50][C][wifi:420]:   Channel: 6
[20:05:50][C][wifi:421]:   Subnet: 255.255.254.0
[20:05:50][C][wifi:422]:   Gateway: 192.168.100.1
[20:05:50][C][wifi:423]:   DNS1: 192.168.100.1
[20:05:50][C][wifi:424]:   DNS2: 0.0.0.0
[20:05:50][C][logger:439]: Logger:
[20:05:50][C][logger:440]:   Level: DEBUG
[20:05:50][C][logger:441]:   Log Baud Rate: 115200
[20:05:50][C][logger:443]:   Hardware UART: UART0
[20:05:50][C][bluetooth_proxy:088]: Bluetooth Proxy:
[20:05:50][C][bluetooth_proxy:089]:   Active: YES
[20:05:50][C][safe_mode.button:022]: Safe Mode Button 'Safe Mode Boot'
[20:05:50][C][safe_mode.button:022]:   Icon: 'mdi:restart-alert'
[20:05:50][C][esp32_ble:374]: ESP32 BLE:
[20:05:50][C][esp32_ble:376]:   MAC address: 24:DC:C3:9F:F5:5A
[20:05:50][C][esp32_ble:377]:   IO Capability: none
[20:05:50][C][esp32_ble_tracker:645]: BLE Tracker:
[20:05:50][C][esp32_ble_tracker:646]:   Scan Duration: 300 s
[20:05:50][C][esp32_ble_tracker:647]:   Scan Interval: 1100.0 ms
[20:05:50][C][esp32_ble_tracker:648]:   Scan Window: 1100.0 ms
[20:05:50][C][esp32_ble_tracker:649]:   Scan Type: ACTIVE
[20:05:50][C][esp32_ble_tracker:650]:   Continuous Scanning: True
[20:05:50][C][mdns:115]: mDNS:
[20:05:50][C][mdns:116]:   Hostname: office-bluetooth-proxy
[20:05:50][C][ota:097]: Over-The-Air Updates:
[20:05:50][C][ota:098]:   Address: office-bluetooth-proxy.local:3232
[20:05:50][C][ota:101]:   Using Password.
[20:05:50][C][api:139]: API Server:
[20:05:50][C][api:140]:   Address: office-bluetooth-proxy.local:6053
[20:05:50][C][api:142]:   Using noise encryption: YES
[20:05:50][C][improv_serial:032]: Improv Serial:
JurajNyiri commented 6 months ago

I have reverted to 2024.1.5 without changing anything else. The issue is now gone and the movement works as expected.

Logs 2024-02-19 20:24:27.283 DEBUG (MainThread) [idasen_ha] Moving up 2024-02-19 20:24:27.283 DEBUG (MainThread) [idasen_ha] Moving to 100 2024-02-19 20:24:27.592 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.7657 difference=0.5043 2024-02-19 20:24:27.797 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.7657 difference=0.5043 2024-02-19 20:24:27.818 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.7661m 2024-02-19 20:24:27.907 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.7663m 2024-02-19 20:24:27.938 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.7668m 2024-02-19 20:24:27.944 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.7663 difference=0.5037 2024-02-19 20:24:28.001 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.7674m 2024-02-19 20:24:28.102 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.7681m 2024-02-19 20:24:28.103 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:28.116 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.7674 difference=0.5026 2024-02-19 20:24:28.218 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.769m 2024-02-19 20:24:28.219 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.77m 2024-02-19 20:24:28.219 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:28.244 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.7709m 2024-02-19 20:24:28.244 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.77 difference=0.5 2024-02-19 20:24:28.321 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.7721m 2024-02-19 20:24:28.321 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:28.355 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.7735m 2024-02-19 20:24:28.355 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:28.436 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.775m 2024-02-19 20:24:28.437 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:28.439 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.7735 difference=0.49650000000000005 2024-02-19 20:24:28.528 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.7767m 2024-02-19 20:24:28.528 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:28.638 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.7781m 2024-02-19 20:24:28.639 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:28.640 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.7801m 2024-02-19 20:24:28.641 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:28.643 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.7801 difference=0.4899 2024-02-19 20:24:28.727 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.7821m 2024-02-19 20:24:28.728 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:28.729 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.7843m 2024-02-19 20:24:28.729 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:28.820 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.7866m 2024-02-19 20:24:28.820 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:28.836 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.7843 difference=0.4857 2024-02-19 20:24:28.953 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.7885m 2024-02-19 20:24:28.954 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:28.955 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.7908999999999999m 2024-02-19 20:24:28.955 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:28.970 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.7933m 2024-02-19 20:24:28.970 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:28.972 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.7908999999999999 difference=0.4791000000000001 2024-02-19 20:24:29.031 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.7956m 2024-02-19 20:24:29.032 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:29.078 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.7975m 2024-02-19 20:24:29.078 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:29.158 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.7999m 2024-02-19 20:24:29.158 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:29.161 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.7975 difference=0.47250000000000003 2024-02-19 20:24:29.237 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8023m 2024-02-19 20:24:29.237 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:29.256 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8046m 2024-02-19 20:24:29.256 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:29.340 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8069999999999999m 2024-02-19 20:24:29.340 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:29.343 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.8046 difference=0.46540000000000004 2024-02-19 20:24:29.433 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8089m 2024-02-19 20:24:29.433 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:29.445 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8113m 2024-02-19 20:24:29.446 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:29.546 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8136m 2024-02-19 20:24:29.547 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:29.548 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.8113 difference=0.4587 2024-02-19 20:24:29.589 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8160000000000001m 2024-02-19 20:24:29.589 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:29.657 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8184m 2024-02-19 20:24:29.658 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:29.678 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8202m 2024-02-19 20:24:29.679 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:29.684 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.8184 difference=0.4516 2024-02-19 20:24:29.749 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8226m 2024-02-19 20:24:29.749 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:29.865 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.825m 2024-02-19 20:24:29.866 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:29.868 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.8226 difference=0.4474 2024-02-19 20:24:29.957 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8273m 2024-02-19 20:24:29.957 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:29.959 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8297m 2024-02-19 20:24:29.959 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:29.986 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8316m 2024-02-19 20:24:29.987 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:29.994 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.8297 difference=0.4403 2024-02-19 20:24:30.056 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.834m 2024-02-19 20:24:30.057 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:30.100 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8363m 2024-02-19 20:24:30.101 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:30.175 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8387m 2024-02-19 20:24:30.175 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:30.177 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.8363 difference=0.4337 2024-02-19 20:24:30.267 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8411m 2024-02-19 20:24:30.267 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:30.285 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.843m 2024-02-19 20:24:30.286 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:30.362 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8452999999999999m 2024-02-19 20:24:30.362 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:30.364 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.843 difference=0.42700000000000005 2024-02-19 20:24:30.469 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8477m 2024-02-19 20:24:30.469 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:30.570 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8501m 2024-02-19 20:24:30.570 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:30.572 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8524m 2024-02-19 20:24:30.572 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:30.662 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8543000000000001m 2024-02-19 20:24:30.662 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:30.663 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8567m 2024-02-19 20:24:30.664 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:30.665 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.8524 difference=0.41759999999999997 2024-02-19 20:24:30.702 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.859m 2024-02-19 20:24:30.702 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:30.775 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8613999999999999m 2024-02-19 20:24:30.775 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:30.816 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8638m 2024-02-19 20:24:30.816 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:30.827 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.8613999999999999 difference=0.4086000000000001 2024-02-19 20:24:30.979 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8657m 2024-02-19 20:24:30.980 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:30.994 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8681m 2024-02-19 20:24:30.994 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:31.009 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8704000000000001m 2024-02-19 20:24:31.010 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:31.084 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8728m 2024-02-19 20:24:31.084 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:31.115 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8752m 2024-02-19 20:24:31.116 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:31.125 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.8728 difference=0.3972 2024-02-19 20:24:31.194 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8771m 2024-02-19 20:24:31.196 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:31.291 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8795m 2024-02-19 20:24:31.291 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:31.309 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8817999999999999m 2024-02-19 20:24:31.309 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:31.310 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.8795 difference=0.39050000000000007 2024-02-19 20:24:31.386 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8842m 2024-02-19 20:24:31.387 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:31.417 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8865000000000001m 2024-02-19 20:24:31.417 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:31.497 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8884000000000001m 2024-02-19 20:24:31.497 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:31.499 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.8865000000000001 difference=0.38349999999999995 2024-02-19 20:24:31.602 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8908m 2024-02-19 20:24:31.603 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:31.687 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8932m 2024-02-19 20:24:31.687 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:31.688 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8955m 2024-02-19 20:24:31.688 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:31.690 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.8955 difference=0.37450000000000006 2024-02-19 20:24:31.729 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8978999999999999m 2024-02-19 20:24:31.729 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:31.812 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.8997999999999999m 2024-02-19 20:24:31.813 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:31.890 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9022m 2024-02-19 20:24:31.890 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:31.892 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.8997999999999999 difference=0.3702000000000001 2024-02-19 20:24:31.917 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9046000000000001m 2024-02-19 20:24:31.917 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:32.010 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9069m 2024-02-19 20:24:32.010 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:32.024 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9088m 2024-02-19 20:24:32.024 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:32.026 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.9069 difference=0.3631 2024-02-19 20:24:32.110 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9112m 2024-02-19 20:24:32.111 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:32.209 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9136m 2024-02-19 20:24:32.209 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:32.210 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9158999999999999m 2024-02-19 20:24:32.211 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:32.212 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.9158999999999999 difference=0.3541000000000001 2024-02-19 20:24:32.307 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9183m 2024-02-19 20:24:32.307 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:32.402 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9202m 2024-02-19 20:24:32.402 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:32.404 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9226m 2024-02-19 20:24:32.404 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:32.406 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.9226 difference=0.34740000000000004 2024-02-19 20:24:32.451 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.925m 2024-02-19 20:24:32.451 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:32.515 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9273m 2024-02-19 20:24:32.516 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:32.620 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9297m 2024-02-19 20:24:32.620 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:32.634 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.9273 difference=0.3427 2024-02-19 20:24:32.637 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9316m 2024-02-19 20:24:32.637 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:32.727 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9339999999999999m 2024-02-19 20:24:32.727 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:32.858 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9363m 2024-02-19 20:24:32.859 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:32.860 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9387m 2024-02-19 20:24:32.860 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:32.861 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.9387 difference=0.33130000000000004 2024-02-19 20:24:32.874 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9411m 2024-02-19 20:24:32.874 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:32.914 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9430000000000001m 2024-02-19 20:24:32.915 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:33.028 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9453m 2024-02-19 20:24:33.029 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:33.036 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9477m 2024-02-19 20:24:33.036 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:33.043 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.9453 difference=0.3247 2024-02-19 20:24:33.322 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9501m 2024-02-19 20:24:33.322 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:33.326 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.952m 2024-02-19 20:24:33.326 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:33.327 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9542999999999999m 2024-02-19 20:24:33.327 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:33.328 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.9501 difference=0.3199000000000001 2024-02-19 20:24:33.371 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9567m 2024-02-19 20:24:33.371 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:33.432 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9591000000000001m 2024-02-19 20:24:33.433 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:33.434 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9614m 2024-02-19 20:24:33.434 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:33.457 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9633m 2024-02-19 20:24:33.457 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:33.464 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.9614 difference=0.3086 2024-02-19 20:24:33.538 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9657m 2024-02-19 20:24:33.539 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:33.628 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9681m 2024-02-19 20:24:33.628 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:33.638 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.9657 difference=0.3043 2024-02-19 20:24:33.641 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9704999999999999m 2024-02-19 20:24:33.641 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:33.742 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9728m 2024-02-19 20:24:33.742 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:33.759 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9747m 2024-02-19 20:24:33.759 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:33.766 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.9728 difference=0.2972 2024-02-19 20:24:33.853 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9771m 2024-02-19 20:24:33.853 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:33.944 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9795m 2024-02-19 20:24:33.944 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:33.945 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9818m 2024-02-19 20:24:33.946 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:33.947 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.9771 difference=0.29290000000000005 2024-02-19 20:24:34.051 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9842m 2024-02-19 20:24:34.051 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:34.151 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9861m 2024-02-19 20:24:34.151 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:34.153 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9884999999999999m 2024-02-19 20:24:34.153 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:34.156 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.9842 difference=0.28580000000000005 2024-02-19 20:24:34.256 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9909m 2024-02-19 20:24:34.256 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:34.257 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9932m 2024-02-19 20:24:34.257 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:34.293 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9951m 2024-02-19 20:24:34.293 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:34.304 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.9932 difference=0.27680000000000005 2024-02-19 20:24:34.370 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9975m 2024-02-19 20:24:34.370 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:34.458 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 0.9999m 2024-02-19 20:24:34.458 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:34.477 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0022m 2024-02-19 20:24:34.477 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:34.479 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=0.9999 difference=0.2701 2024-02-19 20:24:34.566 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0046m 2024-02-19 20:24:34.566 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:34.597 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0065m 2024-02-19 20:24:34.598 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:34.605 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=1.0046 difference=0.2654000000000001 2024-02-19 20:24:34.672 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0089000000000001m 2024-02-19 20:24:34.672 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:34.771 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0112m 2024-02-19 20:24:34.771 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:34.779 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0136m 2024-02-19 20:24:34.780 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:34.788 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=1.0112 difference=0.2587999999999999 2024-02-19 20:24:34.858 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.016m 2024-02-19 20:24:34.858 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:34.904 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0179m 2024-02-19 20:24:34.905 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:34.913 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=1.016 difference=0.254 2024-02-19 20:24:34.971 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0202m 2024-02-19 20:24:34.971 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:35.014 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0226m 2024-02-19 20:24:35.014 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:35.174 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.025m 2024-02-19 20:24:35.175 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:35.176 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0272999999999999m 2024-02-19 20:24:35.176 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:35.178 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=1.0226 difference=0.24740000000000006 2024-02-19 20:24:35.207 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0292m 2024-02-19 20:24:35.208 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:35.281 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0316m 2024-02-19 20:24:35.282 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:35.316 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.034m 2024-02-19 20:24:35.317 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:35.327 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=1.0316 difference=0.23839999999999995 2024-02-19 20:24:35.482 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0363m 2024-02-19 20:24:35.482 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:35.484 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0387m 2024-02-19 20:24:35.484 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:35.504 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0406m 2024-02-19 20:24:35.504 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:35.505 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=1.0387 difference=0.23130000000000006 2024-02-19 20:24:35.608 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0429m 2024-02-19 20:24:35.608 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:35.712 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0453000000000001m 2024-02-19 20:24:35.713 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:35.714 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=1.0429 difference=0.22710000000000008 2024-02-19 20:24:35.721 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0477m 2024-02-19 20:24:35.721 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:35.802 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0495999999999999m 2024-02-19 20:24:35.803 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:35.894 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0521m 2024-02-19 20:24:35.894 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:35.895 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0545m 2024-02-19 20:24:35.895 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:35.926 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0569m 2024-02-19 20:24:35.926 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:35.927 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=1.0545 difference=0.21550000000000002 2024-02-19 20:24:35.999 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0587m 2024-02-19 20:24:35.999 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:36.099 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0611m 2024-02-19 20:24:36.099 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:36.100 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=1.0587 difference=0.21130000000000004 2024-02-19 20:24:36.106 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0635m 2024-02-19 20:24:36.106 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:36.199 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0659m 2024-02-19 20:24:36.199 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:36.222 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0682m 2024-02-19 20:24:36.223 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:36.247 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=1.0659 difference=0.20409999999999995 2024-02-19 20:24:36.305 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0701m 2024-02-19 20:24:36.305 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:36.406 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0725m 2024-02-19 20:24:36.406 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:36.407 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0749m 2024-02-19 20:24:36.408 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:36.505 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0772m 2024-02-19 20:24:36.505 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:36.506 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=1.0749 difference=0.19510000000000005 2024-02-19 20:24:36.609 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0796000000000001m 2024-02-19 20:24:36.610 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:36.611 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0815000000000001m 2024-02-19 20:24:36.611 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:36.648 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0838m 2024-02-19 20:24:36.649 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:36.655 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=1.0815000000000001 difference=0.1884999999999999 2024-02-19 20:24:36.729 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0862m 2024-02-19 20:24:36.729 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:36.802 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0886m 2024-02-19 20:24:36.802 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:36.925 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.091m 2024-02-19 20:24:36.926 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:36.927 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0929m 2024-02-19 20:24:36.927 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:36.929 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=1.0886 difference=0.1814 2024-02-19 20:24:36.944 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0952m 2024-02-19 20:24:36.945 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:37.015 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.0976m 2024-02-19 20:24:37.016 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:37.108 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1m 2024-02-19 20:24:37.109 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:37.119 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=1.0976 difference=0.1724000000000001 2024-02-19 20:24:37.123 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1023m 2024-02-19 20:24:37.123 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:37.224 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1042m 2024-02-19 20:24:37.224 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:37.241 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1066m 2024-02-19 20:24:37.242 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:37.249 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=1.1042 difference=0.16579999999999995 2024-02-19 20:24:37.326 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1089m 2024-02-19 20:24:37.327 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:37.446 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1113m 2024-02-19 20:24:37.446 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:37.448 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1137000000000001m 2024-02-19 20:24:37.449 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:37.450 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=1.1089 difference=0.16110000000000002 2024-02-19 20:24:37.543 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1156m 2024-02-19 20:24:37.544 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:37.635 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1179000000000001m 2024-02-19 20:24:37.635 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:37.637 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1202999999999999m 2024-02-19 20:24:37.637 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:37.664 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1227m 2024-02-19 20:24:37.664 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:37.671 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=1.1202999999999999 difference=0.14970000000000017 2024-02-19 20:24:37.738 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.125m 2024-02-19 20:24:37.738 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:37.771 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1269m 2024-02-19 20:24:37.772 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:37.853 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1293m 2024-02-19 20:24:37.853 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:37.855 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=1.1269 difference=0.1431 2024-02-19 20:24:37.943 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1317m 2024-02-19 20:24:37.943 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:37.970 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.134m 2024-02-19 20:24:37.970 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:38.029 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1364m 2024-02-19 20:24:38.030 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:38.031 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=1.134 difference=0.13600000000000012 2024-02-19 20:24:38.076 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1383m 2024-02-19 20:24:38.077 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:38.143 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1406m 2024-02-19 20:24:38.144 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:38.239 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.143m 2024-02-19 20:24:38.239 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:38.240 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=1.1406 difference=0.12939999999999996 2024-02-19 20:24:38.275 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1454m 2024-02-19 20:24:38.275 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:38.348 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1477m 2024-02-19 20:24:38.348 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:38.395 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1496m 2024-02-19 20:24:38.395 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:38.396 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=1.1477 difference=0.12230000000000008 2024-02-19 20:24:38.550 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1520000000000001m 2024-02-19 20:24:38.550 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:38.553 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1543999999999999m 2024-02-19 20:24:38.554 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:38.652 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1566999999999998m 2024-02-19 20:24:38.652 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:38.654 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1591m 2024-02-19 20:24:38.654 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:38.656 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=1.1591 difference=0.1109 2024-02-19 20:24:38.754 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.161m 2024-02-19 20:24:38.755 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:38.756 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1634m 2024-02-19 20:24:38.756 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:38.856 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1657m 2024-02-19 20:24:38.857 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:38.858 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=1.1634 difference=0.10660000000000003 2024-02-19 20:24:38.868 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1681m 2024-02-19 20:24:38.868 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:39.062 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1705m 2024-02-19 20:24:39.062 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:39.064 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1724m 2024-02-19 20:24:39.064 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:39.171 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1747m 2024-02-19 20:24:39.171 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:39.173 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1771m 2024-02-19 20:24:39.173 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:39.180 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=1.1747 difference=0.09529999999999994 2024-02-19 20:24:39.185 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1795m 2024-02-19 20:24:39.185 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:39.262 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1814m 2024-02-19 20:24:39.262 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:39.369 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1837m 2024-02-19 20:24:39.369 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:39.371 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1861000000000002m 2024-02-19 20:24:39.371 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:39.373 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=1.1861000000000002 difference=0.08389999999999986 2024-02-19 20:24:39.404 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1885m 2024-02-19 20:24:39.404 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:39.462 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1909m 2024-02-19 20:24:39.463 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:39.575 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1926999999999999m 2024-02-19 20:24:39.576 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:39.577 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=1.1909 difference=0.07909999999999995 2024-02-19 20:24:39.583 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1951m 2024-02-19 20:24:39.583 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:39.699 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1975m 2024-02-19 20:24:39.700 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:39.709 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.1998m 2024-02-19 20:24:39.710 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:39.711 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=1.1975 difference=0.07250000000000001 2024-02-19 20:24:39.784 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2022m 2024-02-19 20:24:39.784 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:39.823 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2041m 2024-02-19 20:24:39.823 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:39.883 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2065000000000001m 2024-02-19 20:24:39.883 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:39.884 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=1.2041 difference=0.06590000000000007 2024-02-19 20:24:39.992 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2088m 2024-02-19 20:24:39.992 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:40.081 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2111999999999998m 2024-02-19 20:24:40.081 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:40.082 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2136m 2024-02-19 20:24:40.082 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:40.083 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=1.2088 difference=0.06119999999999992 2024-02-19 20:24:40.116 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2155m 2024-02-19 20:24:40.117 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:40.191 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2178m 2024-02-19 20:24:40.192 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:40.285 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2202m 2024-02-19 20:24:40.285 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:40.287 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=1.2178 difference=0.052200000000000024 2024-02-19 20:24:40.398 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2226m 2024-02-19 20:24:40.398 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:40.400 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.225m 2024-02-19 20:24:40.401 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:40.496 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2269m 2024-02-19 20:24:40.496 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:40.498 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2292m 2024-02-19 20:24:40.498 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:40.500 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=1.225 difference=0.04499999999999993 2024-02-19 20:24:40.536 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2316m 2024-02-19 20:24:40.537 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:40.606 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.234m 2024-02-19 20:24:40.606 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:40.709 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2363m 2024-02-19 20:24:40.709 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:40.711 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=1.234 difference=0.03600000000000003 2024-02-19 20:24:40.808 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2382m 2024-02-19 20:24:40.808 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:40.809 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2406000000000001m 2024-02-19 20:24:40.810 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:40.917 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2429999999999999m 2024-02-19 20:24:40.917 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:40.919 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2452999999999999m 2024-02-19 20:24:40.919 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:40.920 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=1.2452999999999999 difference=0.024700000000000166 2024-02-19 20:24:41.006 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2471999999999999m 2024-02-19 20:24:41.006 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:41.115 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2496m 2024-02-19 20:24:41.115 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:41.117 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.252m 2024-02-19 20:24:41.118 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:41.119 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=1.252 difference=0.018000000000000016 2024-02-19 20:24:41.139 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2544m 2024-02-19 20:24:41.139 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:41.215 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2567m 2024-02-19 20:24:41.215 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:41.303 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2586m 2024-02-19 20:24:41.303 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:41.314 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=1.2567 difference=0.01330000000000009 2024-02-19 20:24:41.325 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2610000000000001m 2024-02-19 20:24:41.326 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:41.426 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2633999999999999m 2024-02-19 20:24:41.427 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:41.515 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2657m 2024-02-19 20:24:41.515 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:41.554 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2681m 2024-02-19 20:24:41.554 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:41.627 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.2698m 2024-02-19 20:24:41.628 DEBUG (MainThread) [homeassistant.components.idasen_desk] Manually updated Desk 2621 data 2024-02-19 20:24:41.640 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] target=1.27 height=1.2681 difference=0.0019000000000000128 2024-02-19 20:24:41.640 INFO (MainThread) [idasen] [EA:3B:C4:04:0A:3D] reached target of 1.270 2024-02-19 20:24:41.640 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Sending stop commands 2024-02-19 20:24:41.808 DEBUG (MainThread) [idasen] [EA:3B:C4:04:0A:3D] Got data: 1.27m
martinszelcel commented 6 months ago

I can confirm that I have the exact same problem

Wijnand commented 6 months ago

Yes, same issue here

rigwig commented 6 months ago

Same issue here since upgrading. Rolled back and working as expected.

abmantis commented 6 months ago

This is an issue on the underlying idasen lib, not on HA. See https://github.com/newAM/idasen/pull/409

abmantis commented 6 months ago

Should be fixed in HA 2023.03