jimtng
jimtng
This was kind of by design. It's related to DateTimeType parsing a time-only string, the date part is set to 1970-01-01, and giving that to the datetime trigger means that...
I think #3020 would help. It gives you the option to go directly to Thing edit, then you can add the items using the same feature from Thing Edit.
Example: https://codemirror.net/5/demo/search.html If someone wants to implement it.. feel free to jump in. Otherwise, I can give it a go when I have some time.
@lolodomo, continuing here: > have to check the checks in thing registry but I agree it would be better to have a message when first adding a thing that already...
if there are multiple Things, won't there be multiple instances of ThingHandler (created by the binding) for the same UID? I think we need to prevent that from happening
> There will be a thing handler only for things in the thing registry and you can't have duplicates in the registry. that's good. So the only problem is to...
The long value implies unix epoch. Won't that provide enough information to reconstruct it? or should we change it to iso8601?
afaik, this information isn't yet being used in the Mainui / basicui, so changing it now shouldn't cause problems. @florian-h05, @lolodomo, @spacemanspiff2007?
`http://openhab_server/rest/services/org.openhab.i18n/config` will give you ``` { "language": "en", "location": "x,y", "measurementSystem": "SI", "region": "AU", "timezone": "Australia/Brisbane" } ``` I don't know much about this area. Vaguely remembered something about timezone...
> version: 2 > rules: > mode-tv-yaml: > name: mode TV > triggers: > - ItemStateChange: > item: TvPower > state: ON > previousState: OFF > actions: > - scriptAction:...