Jacob Christ

Results 19 issues of Jacob Christ

https://github.com/inkle/ink/blob/master/Documentation/RunningYourInk.md#getting-started-with-the-runtime-api When I get to the end of my script I'm stuck with no choices or dialog. I can easily work around this issue but it seems like there should...

This feature may already exist, but my cursory read of the documentation seems to leave this to be desired. After .Continue() or .ContinueMaximally() I would like to have the following...

Has it been considered, or is there already some mechanism to allow the HABaseDeviceType class to track a pointer to user data? This would allow doing something like this to...

selected for development

@daniloc How do you build this project? I've been working in Linux but I'm trying to build on my Windows laptop and have all kinds of issues. If I use...

So I 'm not sure where the issues is here but I'm trying to connect two Pico Pi MQTT devices to HA. I can see that both are reporting unique...

Enabling the LWT (Last Will and Testament) feature requires adding three lines of code and add the very cool functionality of giving HA the ability to detect if the device...

to allow HA to detect when power is lost. Addresses issue #15

Rename HAIntegration::configure() to either HAIntegration::begin() or HAIntegration::setup() for more orthogonal naming with the Wiring/Arduino naming conventions. I feel like begin() better matches other Arduino classes in how its used, but...

mqtt.setDataPrefix("plp") misses some cases. Here you can see I end up with an "aha" node which means that this is probably hardcoded somewhere (or set prior to changing the prefix)....

If MQTT_LOGIN & MQTT_PASSWORD left blank: ``` #define MQTT_LOGIN "" #define MQTT_PASSWORD "" ``` Application still indicates that it connects to the MQTT Broker but Controls do not work. ```...