No devices in web interface

Forum about Domotiga Open Source Home Automation for Linux.

Moderator: RDNZL

Post Reply
mschut
Starting Member
Starting Member
Posts: 32
Joined: Thu Mar 01, 2012 10:38 am
Location: the Netrherlands

No devices in web interface

Post by mschut »

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)?
Synology DS213+ / Domoticz / RFX Transceiver-e
uAlex73
Member
Member
Posts: 218
Joined: Sun Jan 01, 2012 3:42 pm
Contact:

Re: No devices in web interface

Post by uAlex73 »

Can you try the following command:

Code: Select all

$ xmlrpc 127.0.0.1:9009 device.list
It is should respond with something like:

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)
mschut
Starting Member
Starting Member
Posts: 32
Joined: Thu Mar 01, 2012 10:38 am
Location: the Netrherlands

Re: No devices in web interface

Post by mschut »

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:

Code: Select all

-bash: xmlrpc: command not found
That's not very helpful is it...
Synology DS213+ / Domoticz / RFX Transceiver-e
User avatar
RDNZL
Forum Moderator
Forum Moderator
Posts: 1008
Joined: Sun Sep 24, 2006 1:45 pm
Location: Dordrecht, The Netherlands
Contact:

Re: No devices in web interface

Post by RDNZL »

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
Regards, Ron.
mschut
Starting Member
Starting Member
Posts: 32
Joined: Thu Mar 01, 2012 10:38 am
Location: the Netrherlands

Re: No devices in web interface

Post by mschut »

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.
Synology DS213+ / Domoticz / RFX Transceiver-e
uAlex73
Member
Member
Posts: 218
Joined: Sun Jan 01, 2012 3:42 pm
Contact:

Re: No devices in web interface

Post by uAlex73 »

@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
DomotiGa / Z-Wave / RFXCom / Visonic PowerMaster / Home Assistant / Zigbee2MQTT / DSMR Reader / Toon1 (rooted)
mschut
Starting Member
Starting Member
Posts: 32
Joined: Thu Mar 01, 2012 10:38 am
Location: the Netrherlands

Re: No devices in web interface

Post by mschut »

Thanks for the reply, I quickly tried, but again:

Sudo: tcpdump: command not found

Something is missing I suppose.....
Synology DS213+ / Domoticz / RFX Transceiver-e
uAlex73
Member
Member
Posts: 218
Joined: Sun Jan 01, 2012 3:42 pm
Contact:

Re: No devices in web interface

Post by uAlex73 »

You can install tcpdump as follows:
$ sudo apt-get install tcpdump
DomotiGa / Z-Wave / RFXCom / Visonic PowerMaster / Home Assistant / Zigbee2MQTT / DSMR Reader / Toon1 (rooted)
mschut
Starting Member
Starting Member
Posts: 32
Joined: Thu Mar 01, 2012 10:38 am
Location: the Netrherlands

Re: No devices in web interface

Post by mschut »

Installed, check.
Performed command, check.
Mailed the file, check.

For me, It doesn't make any sense what's in the file :shock:
Synology DS213+ / Domoticz / RFX Transceiver-e
mschut
Starting Member
Starting Member
Posts: 32
Joined: Thu Mar 01, 2012 10:38 am
Location: the Netrherlands

Re: No devices in web interface

Post by mschut »

Found the error, thanks to uAlex73!

"Do not use an "&" in the names of the devices/locations".

Now I know...
Synology DS213+ / Domoticz / RFX Transceiver-e
Post Reply

Return to “DomotiGa Forum”