Results 144 comments of HomeSpan

Update: I've added native support for the write-response mechanism. Code is available in the dev branch. As you can see from the latest commit, only a handful of lines needed...

Sorry, subsequent to my note above I started working on native support for TLV and inadvertently pushed a work-in-progress to GitHub. For testing just the WR stuff, please use commit...

I still have a little more work to do on the TLV stuff before I merge into the dev branch, including a dedicated page that documents all the TLV functions....

TLV8 work is now complete and documented. See the new TLV8.md page for details. You should now be able to add HomeKey-specific Services and Characteristics by using the CUSTOM_SERV() and...

Not yet - there is a memory leak I am trying to resolve.

@rednblkx, in advance of releasing 1.9.1 I made some final changes to the TLV8 logic so that you can provide an optional TLV8 object to a Characteristic upon instantiation using...

Hmmm. What are you using to compile?

I'll look into the PlatformIO issue in the next release. I don't use PlatformIO myself so have not encountered this issue. Since it looks like the TLV8 stuff is all...

Thanks for the info -- fortunately I've been able to resolve the issue (see #738). Problem was my use of the Arduino Ethernet driver libraries. The ESP libraries do not...

Does this occur if you use an unmodified version of Example 1 as well?