Dean Cording

Results 33 comments of Dean Cording

I'd suggest moving the Reviewed button to the main project page. It would also be nice if it could show whether the project needs reviewing or not - something like...

If you are considering changing the name of Ephemeris, can I also suggest changing the references to BankHoliday to something more generic and internationally recognised. Bank Holiday is a predominately...

Hi Pete, I'm rummaging around this piece of code at the moment and it's a bit more complex. In fact, I ran up against a problem recently where I couldn't...

Here's a flow that demonstrates what happens: `[{"id":"98f350a7.0414e","type":"function","z":"e316ac4b.c85a2","name":"Flow 1 Node 1","func":"var savedObject = context.get('saved')|| {};\n\n\nif (msg.payload == \"output\") {\n \n node.warn(savedObject);\n \n} else if (msg.payload == \"alter\") {\n \n savedObject.added...

Pull requests have been merged and a new version published. Thanks, and sorry for the time taken to process this, what with life and everything else.

A few things to check: 1. Can you access your Node Red server from an internal network address on the internal URL and port number you have provided to Google?...

Thank you for contacting me about this. It appears that the GattLib library has been updated recently to support Bluez DBUS. I would suggest trying GattLib v0.2 release https://github.com/labapart/gattlib/releases/ tag/v0.2...

There are precompiled versions of Gatlib that you can install without needing to compile it. They are linked to on the Gatlib GitHub page. On Thursday, 3 October 2019 19:52:08...

I'm currently rewriting this node to use the version 2.0 API so I'll look at adding these properties

Thanks for your feedback. I rescued the SDK code from the original developers site which hadn't had any activity for over three years and posted it here for anyone to...