Thomas Dietrich

Results 77 issues of Thomas Dietrich

Currently the status is used to present the last noteworthy action. Let's replaced or extended it by a summary of all sensors and the success rates. Feel free to add...

help wanted

https://community.openhab.org/t/xiaomi-mi-flora-plant-sensor-mqtt-client-daemon/33119/53 https://github.com/ThomDietrich/miflora-mqtt-daemon/blob/a7a474b196c7cd299b939a47737ddbac17124b5e/miflora-mqtt-daemon.py#L337 Add: ``` data['timestamp'] = strftime('%Y-%m-%dT%H:%M:%S', localtime()) ``` Maybe add timezone? Also the openHAB generator function needs to be adapted.

https://github.com/open-homeautomation/miflora - backend related changes - test bluepy backend, should work better and more reliably

It will already be shown in the `systemctl status` view. How to detect? We might need to introduce a command line argument to tell the daemon to run in daemon-no-datetime-mode

help wanted

This is a long-term discussion into the support/consideration of MQTTv5 in the Homie convention. Generals statement so no one get's a wrong idea: MQTTv5 support by Homie is **currently not...

Status: On Hold

Derived from https://github.com/marvinroger/homie/issues/28#issuecomment-320690407 Besides all the technical definitions of the Homie convention, we should give simple checklist-like instructions for developers on how to comply with the Homie convention. There are...

Status: Discussion RFC

How about adding a markdown style check to the CI chain? I've defined a good [remark-lint](https://github.com/remarkjs/remark-lint) rule set here: https://github.com/openhab/openhab-docs/blob/gh-pages/package.json

Derived from #41 The super-car example is in my personal opinion not the most intuitive example. It is cool and fun but might lack the needed comparability. The Homie convention...

Type: Documentation

Hey @kubawolanin, yet another idea which might be interesting. Hopefully I'll contribute something myself soon... The OPENHAB ITEMS pane is a great idea but with the sheer amount of nested...

enhancement

With a connection to the REST API as mentioned in #7 we could next also inject events from within the IDE. This way we could for example simulate the update...

enhancement
help wanted