Martin
Martin
Window managers tend to have tray support? Either way, same deal, instead of AppIndicator spec you need the StatusNotifierItem spec implemented.
Note that this is not about notifications but the tray icon and its associated functions. Tray icon is already optional and off by default. Both the current indicator and the...
Dependent on #1332, but https://www.phoronix.com/news/SDL-System-Tray-Support seems to perhaps be the best option here. We'd ditch all the current tray implementations for an SDL native one, since Tauon is heavily based...
`(tauonmb:608088): libayatana-appindicator-WARNING **: 02:07:58.823: libayatana-appindicator is deprecated. Please use libayatana-appindicator-glib in newly written code.` New warning too.
In my case, it definitely should not skip. Imagine user presses blinds down, but it won't do anything, because they already pressed blinds up accidentally x seconds earlier (the blinds...
I will try flashing the artifact on my second board tomorrow, but how would I make this tri-state switch show up as "up" and "down" in home assistant?
I OTA'd from I believe .118 (had to do it twice for it to register from the web ui for some reason) to `OpenBK7231N_pinmutex_e0b0bf44041f.rbl` and I think I am doing...
Looks like the documentation does not match the actual code, UP ends up being ms? ```bash # OK startDriver PinMutex # Example in the code: #// setMutex MutexIndex ChannelIndex PinUp...
Okay I am failing here, mostly due to lack of understanding of channels/indexes. ```bash setMutex 0 1 500 2 1 > Error:GEN:PinMutex[0] = ch=1, up=1, down=2, t=500ms ``` I don't...
I don't *need* to, or *shouldn't*? Should I unset the configuration for the buttons(8,9,10,11), the relays(24,6,26,14), or both? Your example with 9,10,11,12 matches the buttons but somehow off-by one on...