-
### Describe the issue you are experiencing
Wenn man beim HmIP-FSM (Firmware 1.24.6) die Protokollierung aktiviert, erscheint im Log folgende "unbekannte Meldung" im Kanal "0":
`Konfigurationsdaten …
-
### Zig Version
0.14.1 ~ Latest version
### Steps to Reproduce and Observed Behavior
```zig
const std = @import("std");
pub const Exit = union(enum) {};
pub const Method = enum {
next,
cu…
-
I am working on an ESP32-S3 project using SimpleFSM. I have run into an issue with printing the name of the current state. In all cases after state 3, the name is garbage characters but the state ID i…
-
### Have you read our Contributing Guidelines?
- [X] I have read the Contributing Guidelines
### Is there already a request for your tracker?
- [X] I have checked older issues, open and close…
-
This is a relatively big refactor but needed pre-requisite to introduce other I/O (protocols) such as SPI/I2C/CAN to this project.
Current state machine experiments/drafting are happening in: https:/…
-
Dedicated thread for the discussion started in [django-fsm-log issue](https://github.com/jazzband/django-fsm-log/issues/188#issuecomment-2961459997)
Would it make sense to integrate a logging solutio…
-
### API
Other
### Description
Now that the FSM feature is close to complete, it would be good to have some tool that can check if we have any pages that have been "leaked" (aren't in use or tracked…
-
In the context of #47
## Motivation
Assuming Keeping django-fsm-log as **opt-in** is something we want to preserve.
It looks like concept of [workspaces](https://docs.astral.sh/uv/concepts/projects/…
-
current progres: e4e31352d5b61ad011c42b54fa44adec37e9f663
only explore region for now. Complete
-
The current UI is split into several lightweight tasks (menu, order screen, etc.), which has led to increased complexity in task management, synchronization, and project scalability.
To simplify the …