Paul Nicholls
Paul Nicholls
There's a new version of the doorbell base unit which interfaces the ESP32 directly with the RF receiver and doorbell chime chip, which I've written an ESPHome remote protocol decoder...
I don't think that one would work with the ESPHome remote receiver, as it seems like a more fully featured transceiver which is intended to be configured to do the...
The old doorbell uses the same buttons - I've been using them interchangeably - so the RF protocol is the same. It might be that the module isn't detecting the...
@pcmester Was the RF receiver you got a SYN480R? I just realised that I have a couple of those which I bought some time ago and never got around to...
Sorry, my laptop died and I haven't quite got everything set up on the new one yet to get back into this. I did have a quick go at it...
@Gaurav0, is there anything we can do to help debug/fix this issue? I've just hit another issue for which I'd like to whip up a repro in a Twiddle, but...
@GavinJoyce's PR #568 and discussion about it on Slack reminded me of this issue, and it struck me that `ember-paper` was updated to Ember 2.13 in alpha 20, which corresponds...
As somebody who has spent a few hours scratching his head trying to figure out why setting a client-side chunk size completely broke uploads, only to eventually figure out the...
> To make sure I understand: tus-js-client needs to send big enough chunks so that e.g. tusd can send those same, big enough chunks, to s3? Yes - at least...
> S3 store in tusd has flexible minimum chunk sizes, which are calculated for each upload size individually [...] How would this play with your idea? Assuming that the min/max...