-
For some situation it might be useful to offset a cycle - e.g. to avoid triggering loads of telegrams at the same time. Therefore the possibility to offset a cycle of items and logics would be nice.
…
-
There is a need for further log levels in SmartHomeNG:
Right now the standard python log levels are defined:
* 0 - NotSet
* 10 - DEBUG
* 20 - INFO
* 30 - WARNING
* 40 - ERROR
* 50 - CRITICA…
-
My KNX actor sends as DPT 14 "nan" instead of a real float value (as there is no value available). It seems that "nan" is a valid num value in python and so I think the value is fine for num items in …
-
Hello,
thanks for sharing pyworxcloud!
I intend to use it for smarthomeng.de.
Unfortunately, I fear that combining the two is difficult, as smarthomeng is threaded, whereas pyworxcloud uses async…
-
-
Hi,
after upgrading from v3.1 to v3.2 cache behaviour seems to be different. When deleting temp/* smartvisu couldn't be loaded any more. Same after disabling cache in config.ini.
After restoring …
-
If the item 'alias.0.bell.state' is of type Boolean, basic.stateswitch will not work, but if the item a number with 1 or 0, it will work. I tried this parameter passing:
`
{{ basic.stateswitch('',…
-
To easily change DPT 2 knx entries via VISU it would be more comfortable to set priorities not only as lists but also as a number. The ETS converts simple numbers to lists as follows:
0 = [0,0]
1 = …
-
To reduce superfluous data it would be nice if logging of values to the database could be prevented if not a minimal difference to the last logged value is reached.
Use cases:
* Values sent by phy…
-
Hallo zusammen,
es gibt in Python seit einigen Versionen die Möglichkeiten f-Strings einzusetzen um damit str.format(...) zu sparen.
Leider haben die f-Strings die unschöne Eigenschaft, das sie ni…