Proddy
Proddy
same problem here too. ``` 1552421249: Saving in-memory database to /mosquitto/data/mosquitto.db. 1552421249: Error saving in-memory database, unable to open /mosquitto/data/mosquitto.db.new for writing. 1552421249: Error: Permission denied. ``` I'll try a...
it's a permissions thing. In my case I use ``` mosquitto: container_name: mosquitto image: eclipse-mosquitto user: "1000:996" ports: - 1883:1883 volumes: - /etc/localtime:/etc/localtime:ro - ${USERDIR}/docker/mosquitto/config:/mosquitto/config:ro - ${USERDIR}/docker/mosquitto/data:/mosquitto/data - ${USERDIR}/docker/mosquitto/log:/mosquitto/log restart:...
@jtomasrl also make sure user (with id 1883 in your example) is also in the docker group and the permissions are set correctly on the file and directory (g+w)
the log directory in your compose file is `/mosquitto/log` and in your .conf its `/mqtt/log/`. I think they should at least match. Also I don't use the id of mosquitto...
I did start on the preact port a years ago (https://github.com/rjwats/esp8266-react/issues/57) but gave up as there were too many constraints. In the end I found other optimizations to fit all...
> Hi @proddy ! Could you make a PR for this repository? I would like to know how to make all changes. Thanks in advance. Best regards. I use a...
I wouldn't know, I use a different way to build (using vite). But I think @rjjrbatarao gave the answer above
As our DB is growing and we're seeing multiple brands and models using the same ProductID I think this is important to add as a next feature. I'll add a...
what shall we do here @MichaelDvP ?
I don't have these features on my thermostat so not sure how to proceed. I'll remove this issue from the backlog.