rjwats

Results 62 comments of rjwats

Yes, this is definitely not a library that you can just import and go. Nor is it light weight :) but I enjoy React because of the libraries and tools...

Related to: https://github.com/rjwats/esp8266-react/issues/42

Thanks for this. I agree that there would be value had in wrapping this up as a PIO (and also Arduino) library. There's enough in the framework for that to...

To my knowledge AsyncTCP on ESP32 does not yet have SSL support: https://github.com/me-no-dev/AsyncTCP/pull/48 Last time I looked at this it appeared that SSL requires too much RAM be be feasible...

Yes I've wanted this feature for a while... I've been using the guest account for this purpose but getting a token means hitting the login endpoint manually with username and...

Including and configuring the expiry period (JWT exp claim) configurable will be tricky, though not impossible. Including and evaluating an expiry claim relies on the RTC being correctly configured (ideally...

Putting this here so I don't forget later. I had it in mind it would be nice to know that NTP is working as expected and that this could help...

I agree that it would be nice to have a little more status information "up front" in the UI. In fact there's already a ticket open to that effect: #104...

Yeah, setting local time manually should be on the list, can you raise a separate ticket for that? On Sat, Jun 13, 2020 at 9:51 PM Tichaona Hwandaza wrote: >...

If you are updating _state.myVariable directly (assuming _state is on your StatefulService instance) you will be bypassing the observer pattern and the propagation events won't trigger, which may explain your...