TJ Horner

Results 65 comments of TJ Horner

Thanks for that. I'm not seeing any abnormal reset reason, which is strange. Can you try out this firmware? It bypasses detection and forces it to use the `uplift` decoder....

@brettinternet can you confirm whether the state is changing to `unknown` or `unavailable`?

@brettinternet Thanks for the info. How often do you see the entities becoming `unavailable`? While Desk Height is `unknown`, could you open the ESPHome logs and press the "Re-Detect Decoder"...

Since multiple people have run into this issue, I created this guide just now to assist in log collection etc: https://upsy-desky.tjhorner.dev/docs/troubleshooting/connection-issues/

Hi everyone, I've got some more details that hopefully brings us closer to a fix. One person experiencing this issue was able to capture a backtrace at the time of...

Hi @quintenadema, are you able to send over some of those firmware payloads you are working with? I would love to take a look and see if I can discover...

Just sent you both a friend request on Discord. I'm in the middle of moving but once I'm settled in I will see what I can learn from the firmware.

It looks like the gRPC client accepts an instance of [`XhrIo`](https://google.github.io/closure-library/api/goog.net.XhrIo.html): https://github.com/grpc/grpc-web/blob/0350052fab4d6a01945526c91ab1c4a4ad89999f/javascript/net/grpc/web/grpcwebclientbase.js#L96 Which accepts an [`XmlHttpFactory`](https://google.github.io/closure-library/api/goog.net.XmlHttpFactory.html), and there is an implementation of that [using the fetch API](https://google.github.io/closure-library/api/goog.net.FetchXmlHttpFactory.html). It seems to...

@sampajano Thank you for the very quick response! My solution was remarkably similar, minus the `streamBinaryChunks` option: https://github.com/grpc/grpc-web/blob/6c41064e828238ed55e7340b8279a2694f94223f/javascript/net/grpc/web/grpcwebclientbase.js#L184-L191 I can definitely submit a PR if you think it's a small...

A power supply issue does sound likely. The rapid sensor updates could also be a potential culprit. What is the brand/model number of your control box, and is this issue...