bmxp
bmxp
As I recall of a recent gitter communication mostly plugins that utilize threads are a problem for a restart. There is already an entry ``restartable`` in every plugin.yaml. If a...
We should consider to implement a way to start and stop plugins soon in a predefined way. With the new implementation of lib.network there are plugins in the wild that...
Would you please be so kind to include a kind of ``suspend()`` and ``activate()`` function within your thoughts? There are plugins that need a suspend sometimes, just think of receivers...
I think it is not. suspend() means the plugin will neither take action nor respond but still has the ability to listen to the changes for items etc. Its just...
Imagine knx as readonly. It listens but does not take action. Or russound: It listens to the receiver but gives no commands and thus does not raise errors, but will...
There is a main problem with the way SHNG is now handled in respect to restarts and install stuff. For windows there should be no such thing like daemonzing and...
I fixed #377 in ``lib/shpypi.py`` with first creating the directories. This error might as well happen with a fresh install on Linux. Maybe we should execute the createdirectories function from...
The logs in the old fashioned way can be displayed in SmartVISU which is used by several users. As long as we can keep this functionality up, please go ahead...
What I am missing is with [log_change](https://www.smarthomeng.de/user/referenz/items/standard_attribute/log_change.html) is the ability to preset the generic message with an f-string configurable e.g. in ``etc/smarthome.yaml`` and the possibility to attach a logics' name...
The problem with extending with a day like 7 is that there is no mechanism to - exclude days - is hard to understand Have a look at a situation...