bkoblenz

Results 8 comments of bkoblenz

I took a slightly different approach to this kind of problem. I introduced the notion of "virtual day start" which is the start hour of a day. In general, all...

> There's quite a bit to unpack here in your questions so will do my best!: > You have done an awesome job. Thanks. See additional comments below (and a...

This is definitely a dev environment setup and is not impacting me. I just wanted to understand failure cases with the server or client and making sure I could restart...

I definitely think this is a bug. Here is another manifestation. The high level view is: ``` while True: self.logger.info('matter run looptop') self.matter_server = MatterServer(...) loop = asyncio.new_event_loop() try: asyncio.set_event_loop(loop)...

fwiw, I also tried to stop the MatterServer and then restart it (without creating a new instance of MatterServer), but that too ran into reinitialization problems in the chip library.

This makes total sense and would be great. On Tue, Feb 18, 2025 at 3:25 PM Stefan Agner ***@***.***> wrote: > The Matter SDK Python bindings have quite some globals...

Thanks for the feedback. I understand this and it makes sense. I guess the piece I am missing is how do I get notified when that "ping" does not occur?...

Maybe I am missing something, but I removed the battery from a device (effectively making it unavailable). After a bit, I do see a shutdown message in the log (the...