sillyfrog

Results 53 comments of sillyfrog

I'm having a similar issue, I find that I do get focus when the barcode is further away, but I think it's too small for the image detection to pick...

Looking into this further, I have ended up monkey patching the code with the following: ```javascript function start() { Startup stuff... codeReader.drawImageOnCanvas = function (canvasElementContext, srcElement) { var borderwidth =...

Regarding (1), the `RobustConnection` object returned by `connect_robust` actively reconnects on errors/disconnects etc. I've done extensive testing in single node and clustered configurations to confirm it's very robust. While there...

@dgrisonnet That's done, made a bit of a mess of it, but I've just re-applied the patch on the current master. Please let me know if there's anything else you...

Thanks for this! FYI: I have published what I have done here: https://github.com/sillyfrog/SonOTA

Another use case: MQTT items (I think, I can't see how to add them otherwise).

I noticed this has been marked stale. I have this on my radar, but it'll be a little bit before I'll have time to look at it properly... Let me...

Thank you all (@Jason2866 @pharaocurt ) for helping get this sorted! (Sorry I never had a chance to get back into it).

It's been a while since I've upgraded HA, so never noticed this, I have updated over the weekend, and things are going OK for me (v2023.9.3), is this still an...

If someone can get some debugging logging when it happens, I maybe able to take a look. Given mention of devices needing to be replaced, I'm wondering if there's a...