Maximilian Güntner
Maximilian Güntner
Fixed it temporary by adding ``` */45 * * * * /etc/init.d/mosquitto restart ``` to the root crontab
@tonyich You might be able to liberate your device: https://github.com/dhewg/esphome-miot The 4 Pro is currently not supported but shouldn't be too hard if it is the same platform as the...
I have not been able to reproduce the issue yet. Any information how to trigger it is appreciated.
Why aren't you using ssh for that? You can grant an unprivileged user using `sudo` exactly the rights to e.g. restart `cannelloni` using `systemctl`.
Why don't you use something like this then? `ssh user@your_device 'systemctl stop cannelloni; echo "1" > /sys/class/gpio/gpio9/value; systemctl start cannelloni'`
:fire: Thanks for the feedback
Hi @yazyr, * can you send with `cangen` on the physical CAN interface with the same user on the receiving Pi? * how are you determining that the Pi is...
Regarding 1: You will only see frames on the physical canbus if your CAN bus is working correctly, i.e. CANH and CANL are connected and your transceiver is able to...
I hit the "Comment" button too soon.
The initial idea was to have a query builder that helps to construct queries where the arguments can differ. Sequel was just chosen because I like the API of constructing...