Koen Vervloesem

Results 100 comments of Koen Vervloesem

Implemented in Theengs Explorer in https://github.com/theengs/explorer/pull/7. This is able to reliably detect the RDL52832. Theengs Gateway should probably also implement a similar method as a short-term solution for these devices.

A `string_from_mac_address` function seems like an excellent solution. Concatenation of hex strings in `post_proc` seems fine too.

It also goes wrong when you add a time. ## Parser input `december 31 1969 23:59` ## Parser output ``` +----+--------------+------------+------------------------+--------------------------------------------------------------------------------------------------------+ | ix | log(p) | p | text |...

Hi @patrickjane, impressive work! I have been thinking about the same functionality and implementing part of it too. Some remarks: 1. What specific support do you need in the skill...

> Well mainly rhasspy would need to support the following workflow: This should already work on the Rhasspy 2.5 pre-release :-) Have a look at [Rhasspy Voltron](https://rhasspy.github.io/rhasspy-voltron/). That's why I...

> Ah, cool. I actually found their description of how to get things up and running pretty helpful at times, it felt slightly more detailed than your own Thanks, that...

I'm using the Docker image carldebilly/zigbee2mqttassistant. Thanks for the pointer about customizing Docker images to do this. For maintainability reasons I prefer to do this without having to customize your...

I know, but I *want* to check it, that's one of my reasons to use TLS :-) I'll use your image customization workaround for now.

For now I have decided to run mosquitto on the same machine as Zigbee2mqtt and Zigbee2MqttAssistant so they can communicate unencrypted using the local Docker network. The plan is to...