Introduction DomotiGa

Forum about Domotiga Open Source Home Automation for Linux.

Moderator: RDNZL

jeroenn
Starting Member
Starting Member
Posts: 16
Joined: Sat Nov 21, 2009 6:55 pm
Location: Netherlands

Re: Introduction DomotiGa

Post by jeroenn »

Hello,

I am have treid to install Domotiga, my system runs on Ubuntu 12.04 and runs on gambas 3.
But still I get the error on the Bewired "Unknown identifier: Httpclient line 18 Bwired.module".
How to solve this problem, how can I check wich version gambas is running?

Thanks in advance
If it's not broken, let's fix it till it is
C program run. C program crash. C programmer quit.
User avatar
RDNZL
Forum Moderator
Forum Moderator
Posts: 1008
Joined: Sun Sep 24, 2006 1:45 pm
Location: Dordrecht, The Netherlands
Contact:

Re: Introduction DomotiGa

Post by RDNZL »

It seems it doesn't recognise httpclient component which is in gb.net* packages, make sure you have installed this also.
Regards, Ron.
jeroenn
Starting Member
Starting Member
Posts: 16
Joined: Sat Nov 21, 2009 6:55 pm
Location: Netherlands

Re: Introduction DomotiGa

Post by jeroenn »

Good day,
I am totally new to Linux and Gambas and Domotiga.
Now I have followed the steps via wiki Domotiga and have installed version Gambas3 3.490.
Only I don't know what I should do next?
Which domotiga should I choose? Domotiga, Domotiga3, Domotigaserver, Domotigaserver3?
And what choice or acts in Gambas should I make to to run the software?
I think I tried everything but I can't Domotiga to get working.
When someone can give me more info please?
The system is working on Ubuntu 12.042 and Gambas 3,490.
Thanks in advance, a desperate Linux user

Below are the actions that I have performed in the terminal window.
sudo apt-get install subversion build-essential autoconf libbz2-dev libfbclient2 libmysqlclient-dev unixodbc-dev \
libpq-dev libsqlite0-dev libsqlite3-dev libgtk2.0-dev libldap2-dev libcurl4-gnutls-dev libgtkglext1-dev libpcre3-dev \
libsdl-sound1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev libsage-dev libxml2-dev libxslt1-dev libbonobo2-dev \
libcos4-dev libomniorb4-dev librsvg2-dev libpoppler-dev libpoppler-glib-dev libasound2-dev libesd0-dev \
libdirectfb-dev libaa1-dev libxtst-dev libffi-dev kdelibs5-dev firebird2.1-dev libqt4-dev libglew1.5-dev \
libimlib2-dev libv4l-dev libsdl-ttf2.0-dev libgnome-keyring-dev libgdk-pixbuf2.0-dev linux-libc-dev \
libgsl0-dev libgstreamer-plugins-base0.10-dev libgmime-2.6-dev mysql-client mysql-server


$ sudo apt-add-repository ppa:sebikul/gambas-daily
$ sudo apt-get update
$ sudo apt-get build-dep gambas3
$ sudo apt-get install mysql-client mysql-server gambas3

$ sudo add-apt-repository ppa:nemh/gambas3
$ sudo apt-get update
$ sudo apt-get dist-upgrade
$ sudo apt-get install gambas3
$ gambas3

$ mkdir -p ~/install
$ cd ~/install

$ svn co http://svn.domotiga.nl/domotiga/trunk/ domotiga
$ cp -rp ~/install/domotiga ~
$ cd ~/domotiga
$ rm -rf `find . -type d -name .svn`
$ mysqladmin -u root -p create domotiga
$ mysql -u root -p domotiga <~/domotiga/install/domotiga.sql
Goto your svn repos you have downloaded before, for example.
$ cd ~/install/domotiga
$ svn up
Make a backup of your old code directory.
$ cp -rp ~/domotiga ~/domotiga.backup
If it's not broken, let's fix it till it is
C program run. C program crash. C programmer quit.
uAlex73
Member
Member
Posts: 218
Joined: Sun Jan 01, 2012 3:42 pm
Contact:

Re: Introduction DomotiGa

Post by uAlex73 »

Hi Jeroen,

The website isn't complete clear about it, but DomotiGa3(.gambas) and DomotiGaServer3(.gambas) should only be used. If you are running on a normal pc with a linux desktop, then DomotiGa3.gambas is the right choice. I also send you a private message for you email, then i will send a draft DomotiGa installation manual.

ps. gambas is required by DomotiGa as a runtime environment, except install, you don't have to do anything with it.
DomotiGa / Z-Wave / RFXCom / Visonic PowerMaster / Home Assistant / Zigbee2MQTT / DSMR Reader / Toon1 (rooted)
Post Reply

Return to “DomotiGa Forum”