Peter Hoddie

Results 59 comments of Peter Hoddie

I finally had a chance to look into this. You'll be pleased to know it failed for me even with a single sensor. ;) I believe the reason for your...

Thanks, @colinl. I've put the file in [this gist](https://gist.github.com/phoddie/2438bfb7760feff74f8f91cbaec90b0b).

Sure, thanks. Long week here too. There is something different between our set-ups. Based on what I saw, I'm a little surprised it *ever* works for you. There are some...

FWIW – I updated the gist to revert to using the original timings. They are what Maxim [recommends](http://www.pyfn.com/datasheets/maxim/AN126.pdf) and are notably different from the Arduino implementation. No idea why. Since...

@colinl – that is vey mysterious. It is extremely reliable in finding both sensors here. Let us simplify a bit. Would you try running the OneWire example outside of Node-RED?...

@mshioji - thanks for the report. The HTTP Request node is implemented using `fetch()` which does support https. But, that is currently disabled. I did a quick hack and was...

Just a little more detail, from the Node-RED Editor perspective. In the HTTP Request dialog the first step will be to enable TLS for the request: ![image](https://github.com/phoddie/node-red-mcu/assets/6856458/cec5d1fe-1e18-402d-b330-a22caf0e9a61) Then you can...

Thank you for your patience! The challenge has been finding a good way to convert the certificate data from Node-RED into a form that can be used efficiently on the...

OK. There's a first step committed that is ready to try. It requires some explanation. The good news is that it is actually pretty easy to use. But, there are...

Glad that we're making some progress here. I opened an issue on the plug-in repository to try to sort out the missing embedded certificate problem. I think it would be...