After a very interesting (German) toot about a CO₂ sensor I also purchased such a sensor (TFA Dostman AIRCO₂NTROL MINI) and of course my goal was to have it as sensor within Home Assistant. Luckily, there already is a project to collect the sensor data via MQTT, called CO2MqttSensor. Unfortunately at first, while it’s possible to get it running via shell in TrueNAS, it is not recommended, since it would require to install a system service to stay running. But there is a solution via a Docker app!
(more…)Tag: Docker
-
Local Ente.io instance
I finally got my self-hosting instance of Ente.io running smoothly on TrueNAS SCALE, even with an embarrassing configuration mistake. 🥲🎉
Now let’s test if it’s better than Immich.
-
WordPress Playground is really cool
I just played around with WordPress Playground to run Playwright tests with it and it’s really cool.
(more…) -
Welcome to Seafile 12
Just updated my Seafile cloud server to version 12.0.10. Even though running it with Docker, it’s always a bit of a gamble if it works quite fine.
Had to adjust different configurations, check the logs (via
docker-compose logs -f) to see that my external MySQL 8 server doesn’t seem to be supported anymore, since I had to adjust some migration SQL queries to remove theIF NOT EXISTSfrom statements likeADD COLUMN.In the end, it eventually worked, though. 🙂