spacemanspiff2007
spacemanspiff2007
Shelly blue messages contain a counter which goes from 0 .. 255 and then starts again at 0. Create an implementation that allows ignoring already processed messages. Something like that:...
It would be nice if the rules could be easily tested e.g. with pytest. Identified things to do: - [x] Create a way to import rule classes in other files...
Add tracking item creation, e.g. items that are automatically removed if they are not required any more. I think this should actually be the default when creating new items in...
Maybe events/s etc. Make sure it's in an effective way.
`newer_than` and `older_than` do not show the type hint. https://habapp.readthedocs.io/en/latest/class_reference.html#instantview
Also add option to set ``SmlFrame`` class in SmlStreamReader
Build obis names dynamically like [here](https://github.com/Apollon77/smartmeter-obis/blob/master/lib/ObisNames.js). Double check with spec for correctness.
**Describe the bug** Query single methods raise unexpected error without executing the query **Reproduction** Use `_example` project ```python await db.query_single_json( 'select Movie {**} filter .release_year = $release_year', release_year=32 ) ```...
Add support for hidden objects which can be used as yaml anchors. Inspired by the [hidden items](https://esphome.io/guides/yaml#hidden-items) there should be a way to define objects which are not loaded. These...
Currently it seems that only `.yaml` configuration files are loaded. However `.yml` is also often used as a shorter file extension and should be loaded, too.