Jan-Ole Schümann

Results 262 comments of Jan-Ole Schümann

Hi, I've checked and GPIO controls are working when disconnected ... except of course general input/output as those need a connected broker. What exactly do you mean by "connected to...

General input-output: ![gpio](https://github.com/user-attachments/assets/182d9587-a1d2-43ef-99e7-fb9cb5c296bd) Which Nuki Hub version are you using?

@iranl As far as I can see, NukiNetwork::update() only processes the general input/output functionality of GPIO. Executing lock ations is handled in NukiWrapper / NukiOpenerWrapper, so a MQTT connection shouldn't...

@whale-av Let me know when you have access again. Also since it works for me, maybe try flashing the latest binary, maybe something has changed since the 9.0 releases: https://github.com/technyon/nuki_hub/actions/runs/11426381208

Hi. Not sure I'd need to check the code, but at some level it'll use plain old C char arrays. Avoiding such special characters as Umlaute is probably good, maybe...

I have no explanation why this makes a difference, both should create identical NimBLEUUID objects. Could you add some debug output inside NukiBle.cpp for testing, to see if there's a...

Strange, I can't really make sense of it, I'll have to think about it.

My observations: - dragging isn't really helpful, it only filters data around the selected area, but doesn't zoom on it. I've disabled it, it's nice to have for me -...

Would changing the ChartStreamingOptions / Delay dynamically be an option. It allows shifting data, I'm actually using it to display historical data by shifting back a few months. Passing something...