Hi all,
I've downloaded and installed on an SD-card the Raspberry Pi image from the Downloads page here:
drive.google.com/uc?export=download& ... GZZRTZyNW8
I assumed that this image would have completed the "Installation" phases of the setup so I skipped the "Installation" instructions and went to "First Time Setup", as described here:
domotiga.nl/projects/domotiga/wiki/Domo ... Time_Setup
Unfortunately I hit problems from the first line, as my instruction to execute "./DomotiGa3.gambas" returned an error stating "Cannot connect to X server".
Can anyone tell me which point in the instructions I need to start with the SD-card image?
Any guidance much appreciated.
Tony.
Getting started with Raspberry Pi SD-card image
Moderator: RDNZL
-
- Starting Member
- Posts: 4
- Joined: Fri Mar 14, 2014 2:28 am
Re: Getting started with Raspberry Pi SD-card image
The SD-card image only runs the server part, no graphical user interface, so you will not be able to start DomotiGa3.gambas, but DomotiGaServer3.gambas will be started automatically.
You should be able to connect to the webinterface from any other PC.
You could install VNC if you want and connect that way, to be able to run the DomotiGa GUI, or you can run a full desktop on the Raspberry, whichever you prefer.
You should be able to connect to the webinterface from any other PC.
You could install VNC if you want and connect that way, to be able to run the DomotiGa GUI, or you can run a full desktop on the Raspberry, whichever you prefer.
-
- Starting Member
- Posts: 4
- Joined: Fri Mar 14, 2014 2:28 am
Re: Getting started with Raspberry Pi SD-card image
Thanks for that.
I'm going to follow these instructions and do the install manually so I can get both server and client.
domotiga.nl/projects/domotiga/wiki/Hard ... spberry-Pi
Any good reason why the SD card image doesn't include the client? Is it a question of the Pi lacking the necessary grunt?
Cheers,
Tony
I'm going to follow these instructions and do the install manually so I can get both server and client.
domotiga.nl/projects/domotiga/wiki/Hard ... spberry-Pi
Any good reason why the SD card image doesn't include the client? Is it a question of the Pi lacking the necessary grunt?
Cheers,
Tony
Re: Getting started with Raspberry Pi SD-card image
The image has everything onboard, but the GUI (X-windows) isn't enabled by default. To change it, follow the following steps:
1) ssh to the pi, "ssh pi@<ip>"
2) Execute then:
sudo /bin/bash
update-rc.d domotigaserver3 disable
3) Enable X:
raspi-config and enable "3 Enable Boot to Desktop/Scratch" - Choose "Desktop" - Click on "yes" when it asks to reboot
Now it will reboot with the Desktop and you can start DomotiGa, it is located in "/home/pi/domotiga".
1) ssh to the pi, "ssh pi@<ip>"
2) Execute then:
sudo /bin/bash
update-rc.d domotigaserver3 disable
3) Enable X:
raspi-config and enable "3 Enable Boot to Desktop/Scratch" - Choose "Desktop" - Click on "yes" when it asks to reboot
Now it will reboot with the Desktop and you can start DomotiGa, it is located in "/home/pi/domotiga".
DomotiGa / Z-Wave / RFXCom / Visonic PowerMaster / Home Assistant / Zigbee2MQTT / DSMR Reader / Toon1 (rooted)
Re: Getting started with Raspberry Pi SD-card image
BTW: In the next Pi image, i will make this clearer 

DomotiGa / Z-Wave / RFXCom / Visonic PowerMaster / Home Assistant / Zigbee2MQTT / DSMR Reader / Toon1 (rooted)
-
- Starting Member
- Posts: 4
- Joined: Fri Mar 14, 2014 2:28 am
Re: Getting started with Raspberry Pi SD-card image
Brilliant. Thanks.
Re: Getting started with Raspberry Pi SD-card image
@uAlex73 I did follow ur instruction. When I try to domotiga.gambas3 still getting same error. Can somebody tell me how to start web client plz
Re: Getting started with Raspberry Pi SD-card image
huh?
So you are saying that you added the GUI, and you are starting DomotiGa3.gambas, and getting the error that it cannot connect to the X server?
You are trying this locally on the pi, from the GUI, right?
So you are saying that you added the GUI, and you are starting DomotiGa3.gambas, and getting the error that it cannot connect to the X server?
You are trying this locally on the pi, from the GUI, right?