Page 1 of 1

Restore on new hardware, no hardware!

Posted: Saturday 10 December 2022 12:03
by Andrex
Hi all!
I want to move my Domoticz installation from a RPi to a docker container.
The container starts without any problem, but when I restore the backup all the devices are there, but there is no hardware (there were supposed to be a MQTT client and a dummy).
I'm using the official docker-compose.yaml.
Any idea?
Thanks!

Re: Restore on new hardware, no hardware!

Posted: Saturday 10 December 2022 12:23
by g00fy
Why the dummy isn't there I don't know. But if you copied the docker-compose.yaml exactly from the docker hub you have to map your device(s) to the devices on the host. This is commented out in the yaml-file because you'll have to find out what the ID of your specific device is and fill it in there.

Did you also run the MQTT client in docker? Than you'll have to expose that client also to the host or set it up in the same docker file so the client and domoticz use the same docker network.

Re: Restore on new hardware, no hardware!

Posted: Monday 06 February 2023 8:09
by Andrex
Sorry for the late reply, but I don't receive any email alert from this forum, I don't know why!
I don't have any physical hardware, so there should not be any problem.
About MQTT, the server is in another container, the client is a "hardware" that should be restored from the backup, but...didn't.