Page 1 of 1
Domoticz - Remote server
Posted: Thursday 25 February 2021 11:06
by webrazor
I'm having a problem with the Domoticz - Remote Server. On the server i made a user with device sharing on and sharing 4 devices.
On the other domoticz system im connecting to the remote server with the user login and password.
The problem is that only 1 device out of the 4 devices is showing up in the device list. The 1 that is showing up is a 1 -wire temperature sensor.
The other 3 are:
1 Type: General, Kwh
2 Type: General, Custom sensor
These 3 are not showing up in the device list.
Re: Domoticz - Remote server
Posted: Thursday 25 February 2021 11:56
by FireWizard
Hello @webrazor,
It is a known issue, that sensors, created by a plug-in are not sent to the Master Domoticz.
The same with created "Dummy" devices in the Slave.
Do the sensors, not sent, fall into one of those categories?
Regards
Re: Domoticz - Remote server
Posted: Thursday 25 February 2021 12:19
by webrazor
To bad, yes the other 3 are dummy devices.
Are there any other simple solutions to get data from 1 domoticz to another domoticz?
Re: Domoticz - Remote server
Posted: Thursday 25 February 2021 12:38
by FireWizard
Hello @webrazor,
Yes, there are possibilities.
In that case I use MQTT between the Master and Slave Domoticz.
To do so, it is the easiest to install, both on the Master and on the Slave a MQTT server (broker).
As you indicate that your platform is a Raspberry Pi, you can follow this guideline:
https://randomnerdtutorials.com/how-to- ... pberry-pi/
or in Dutch:
https://raspberrypi.tilburgs.com/mosquitto-mqtt/
Beside that you need to install Node Red in order to convert the outgoing message from one device to the incoming from the other.
You can send both directions.
See:
https://nodered.org/docs/getting-started/raspberrypi
If you need a flow, let me know. I have this "on stock".
Regards
Re: Domoticz - Remote server
Posted: Thursday 25 February 2021 12:45
by erem
Use a dzVents script to push the data to the master from the remote, or use mqtt.
this topic contains a start point
viewtopic.php?t=31618