spacemanspiff2007

Results 233 comments of spacemanspiff2007

> ```yaml > kind: Thing > apiVersion: v1 > UID: exec:command:MyThing1 > name: MyThing1 > thingTypeUID: exec:command ... > --- > kind: Item > apiVersion: v1 > name: MyItem1 >...

> but I guess we have many users using a RPI with 1 GB of RAM. Interesting - I would have guessed different. Pi 4 came out in June 2019...

Ah - that's good. Then there is nothing to do from my side. The item will then automatically change to `OFF` on 2024-01-01 in your example? Or is this a...

@J-N-K Small ping in case you missed my questions

How can I remove a future value from the time series?

# 5. Thing actions Some devices hide actions behind the configuration. E.g. it's possible to put the z-wave stick into inclusion mode for 30s/60s by changing a configuration value (which...

The action is only triggered by the user and not by rules. So the user has to have the availability to click a button in the GUI. I'm guessing that's...

The link shows the same for me but in the dialog it changes to .mid. ![grafik](https://github.com/openhab/website/assets/10754716/b2b779cc-0827-4a12-ba16-9f8afbc10a5e) > Are you sure that your browser isn't doing any fancy stuff? That's absolutely...

![grafik](https://github.com/openhab/website/assets/10754716/b0a0d6cd-73c4-44ca-82ef-acd18e72e835) After the download there has to be a "=" with the filename - I've left a comment.

Another false positive with positional required parameters. This is exceptionally annoying because this also triggers on [pydantic.Field](https://docs.pydantic.dev/latest/api/fields/#pydantic.fields.Field) ````python def func(flag: bool, *, other: bool = False) -> None: pass func(True,...