CaCO3
CaCO3
`switch_port_power_off` or `switch_port_power_on` will fail: `TypeError: list indices must be integers or slices, not dict`. I fixed it with replacing `for i in overrides:` with `for i in range(len(overrides)):` in...
Hi @abelits Thanks for the scripts. I enhanced it a bit by using @goued120 fork and adding GUI support, see https://github.com/caco3/canon-selphy-print Best regards CaCO3
### Issue We still see sporadic crashes reloated to MQTT publishing. They mostly, but not always occur when MQTT init failed: ``` ␛[0;31mE (24715) MQTT_CLIENT: Error create mqtt task␛[0m ␛[0;31mE...
### Issue We should extend https://github.com/jomjol/AI-on-the-edge-device/blob/rolling/.github/workflows/build.yaml#L332 to automatically extend the manifest.json` and add the binary on a Release build
### Issue should be `digX` resp `anaX` If possible use increased number for `X`
some would like to trigger the reading through REST API: https://github.com/jomjol/AI-on-the-edge-device/discussions/1051#discussioncomment-4142484 and MQTT: https://github.com/jomjol/AI-on-the-edge-device/discussions/1410
See https://github.com/jomjol/AI-on-the-edge-device/discussions/1139#discussioncomment-3817516
make sure they: - are set - are large enough - contain a useful pattern (if such a check is possible)
Without this, it is hard to know if one sees the latest image (eg. when accessing it through REST)
It might be helpful to show some stati and additional information on the info (or another page): - [ ] MQTT connected (See https://github.com/jomjol/AI-on-the-edge-device/issues/1146#issuecomment-1288068095) - [ ] InfluxDB connected (See...