No devices in web interface
Moderator: RDNZL
No devices in web interface
On to the next issue....
I am not sure what caused it, but in the web interface of DomotiGa (on Raspberry Pi) I don't see any devices anymore. I did use to see them, but they are gone.
I did upgrade to the latest version, and changed from gambas2 to gambas 3, although due to some problems acheiving this, I am not sure the upgrade by itself / the gambas upgrade could be the problem. However, trying to reinstall according to the manual on http://www.domotiga.nl didn't bring the devices back.
Anyone recognise this as a "simple" issue (and hopefully with a simply solution)?
I am not sure what caused it, but in the web interface of DomotiGa (on Raspberry Pi) I don't see any devices anymore. I did use to see them, but they are gone.
I did upgrade to the latest version, and changed from gambas2 to gambas 3, although due to some problems acheiving this, I am not sure the upgrade by itself / the gambas upgrade could be the problem. However, trying to reinstall according to the manual on http://www.domotiga.nl didn't bring the devices back.
Anyone recognise this as a "simple" issue (and hopefully with a simply solution)?
Synology DS213+ / Domoticz / RFX Transceiver-e
Re: No devices in web interface
Can you try the following command:
It is should respond with something like:
Code: Select all
$ xmlrpc 127.0.0.1:9009 device.list
Code: Select all
Result:
Struct of 25 members:
Key: String: 'Porch Light'
Value: String: '1;;light-on.png;;Porch Light;;Frontdoor;;On;;;;;;;;;;;;;;;;2008-12-14 18:00:00;;;;T;;'
Key: String: 'Power Usage'
Value: String: '2;;energy.png;;Power Usage;;MeterCabinet;;4497256;;;;0;;Watt;;;;;;;;;;2008-12-14 21:53:01;;;;;;'
...
...
...
DomotiGa / Z-Wave / RFXCom / Visonic PowerMaster / Home Assistant / Zigbee2MQTT / DSMR Reader / Toon1 (rooted)
Re: No devices in web interface
Note: I've been away from this forum awhile because my uptime of my raspberry was very poor.. I changed the device, and hopefully now it will stay on again.
Anyway, I've tried the suggestion, it says:
That's not very helpful is it...
Anyway, I've tried the suggestion, it says:
Code: Select all
-bash: xmlrpc: command not found
Synology DS213+ / Domoticz / RFX Transceiver-e
- RDNZL
- Forum Moderator
- Posts: 1008
- Joined: Sun Sep 24, 2006 1:45 pm
- Location: Dordrecht, The Netherlands
- Contact:
Re: No devices in web interface
You have to install it first.
On my Ubuntu distro it's in libxmlrpc-core-c3-dev
$ sudo apt-get install libxmlrpc-core-c3-dev
On my Ubuntu distro it's in libxmlrpc-core-c3-dev
$ sudo apt-get install libxmlrpc-core-c3-dev
Regards, Ron.
Re: No devices in web interface
I have reinstalled everything on the page Web & Mobile Clients - Domotiga but stil... NO devices at all. The webpage http://www.mydomain.com/domotiga is working, the iphone client http://www.mydomain.com/iphone is working. The only issue missing are the devices.
Oh please, it took me another evening without any result. Has anybody an idea? Since I followed everything on the page mentioned, I have the feeling the required xmlrpc should be there. It did mention some xmlrpx with the php5 files, but as I said, no change to the good has been achieved....
Situation:
Raspberry PI B
DomotiGa 1.0.009.
Oh please, it took me another evening without any result. Has anybody an idea? Since I followed everything on the page mentioned, I have the feeling the required xmlrpc should be there. It did mention some xmlrpx with the php5 files, but as I said, no change to the good has been achieved....
Situation:
Raspberry PI B
DomotiGa 1.0.009.
Synology DS213+ / Domoticz / RFX Transceiver-e
Re: No devices in web interface
@mschut:
There can also be something "weird" in the xml response, can you make a tcpdump of the xml-rpc traffic and email it to me?
to make a tcpdump:
sudo tcpdump -i any -s 0 -w /var/tmp/xml.eth port 9009
There can also be something "weird" in the xml response, can you make a tcpdump of the xml-rpc traffic and email it to me?
to make a tcpdump:
sudo tcpdump -i any -s 0 -w /var/tmp/xml.eth port 9009
DomotiGa / Z-Wave / RFXCom / Visonic PowerMaster / Home Assistant / Zigbee2MQTT / DSMR Reader / Toon1 (rooted)
Re: No devices in web interface
Thanks for the reply, I quickly tried, but again:
Sudo: tcpdump: command not found
Something is missing I suppose.....
Sudo: tcpdump: command not found
Something is missing I suppose.....
Synology DS213+ / Domoticz / RFX Transceiver-e
Re: No devices in web interface
You can install tcpdump as follows:
$ sudo apt-get install tcpdump
$ sudo apt-get install tcpdump
DomotiGa / Z-Wave / RFXCom / Visonic PowerMaster / Home Assistant / Zigbee2MQTT / DSMR Reader / Toon1 (rooted)
Re: No devices in web interface
Installed, check.
Performed command, check.
Mailed the file, check.
For me, It doesn't make any sense what's in the file
Performed command, check.
Mailed the file, check.
For me, It doesn't make any sense what's in the file

Synology DS213+ / Domoticz / RFX Transceiver-e
Re: No devices in web interface
Found the error, thanks to uAlex73!
"Do not use an "&" in the names of the devices/locations".
Now I know...
"Do not use an "&" in the names of the devices/locations".
Now I know...
Synology DS213+ / Domoticz / RFX Transceiver-e