Mike Kaplinskiy
Mike Kaplinskiy
This should be fixed in 0.1.4 - just re-run the installation command and let me know if you find any more issues!
That's unfortunate - sorry to hear that! Segmentation fault is pretty weird - `wink-mqtt-rs` doesn't use any unsafe code itself, so it's definitely a head scratcher. Do you have any...
hey @jmayes2 - I think you're using something that cuts off the output on the right. Could you try just using `cat /var/log/wink-mqtt-rs.log` to get the full output?
Sorry for the spam, but could you test if this setup script works on your hub? ``` curl -L --cacert /etc/ssl/certs/ca-certificates.crt https://github.com/mikekap/wink-mqtt-rs/releases/latest/download/wink-mqtt-rs.tar.gz | gzip -d | tar -C / -xvf...
For the old box, try this: ``` curl -k -L --cacert /etc/ssl/certs/ca-certificates.crt https://github.com/mikekap/wink-mqtt-rs/releases/latest/download/wink-mqtt-rs.tar.gz | gzip -d | tar -C / -xvf - && /opt/wink-mqtt-rs/setup.sh ``` Please try not to use...
Hey @jmayes2 - let me try to answer those: - Discovery info is sent at startup and afterwards anytime home assistant sends a "boot" message on mqtt - which is...
That seems like a reasonable command for doing mqtt listens. `blackberry` in the home assistant yaml sounds reasonable - honestly so long as home assistant sees ANY mqtt traffic, that...
The autodiscovery messages that are sent are definitely sent without a retain flag, but that's by design. Specifically this makes it easy to remove devices - i.e. just a restart...
All fair points. To some extent this issue is to at least update the docs to encourage folks to use initContainer-based sidecars. One small note is that technically kube 1.28...