Page 2 of 3

Re: Raspberry pi

Posted: Thu Oct 04, 2012 11:50 pm
by pendul
I have updated Domotiga to the latstest version (1.0.000) and it is working real good.

In the previous version I had problems with running the DomotiGApp on my android phone (it crashed upon start). But in this new version it is working quite smoothly.

So thumbs up for this new version!

Pendul

Re: Raspberry pi

Posted: Fri Oct 05, 2012 3:50 pm
by pleaseask
I am going to update the raspberry this weekend. Will let you know the progress.

Re: Raspberry pi

Posted: Sun Oct 07, 2012 2:45 am
by pendul
If you're running an older version of the Raspbian images from the Foundation download page, this command makes the modifications to match the latest release:

sudo apt-get update && sudo apt-get install raspberrypi* raspi-config
(more info can be found here: http://www.raspberrypi.org/phpBB3/viewt ... 8&p=176847)

Which I did because I still used the previous version from august

However my system became unstable. I think it has something to do with the USB-bus again (see also my previous post). Some usb-hubs are interfering with the internal usb-hub of the raspberry.

So I did an system upgrade:

sudo apt-get dist-upgrade

This seems to solve my problems (my system is stable again for whole evening), but I will get you posted

The main message is: be careful with upgrading, especially if you are using an usb-hub.

Pendul

Re: Raspberry pi

Posted: Mon Oct 08, 2012 1:40 pm
by pleaseask
pleaseask wrote:I am going to update the raspberry this weekend. Will let you know the progress.
Installled the new version of Domotiga. Everything seems to work ok.
The Bug in the RFXcom commander is solved.

Re: Raspberry pi

Posted: Wed Oct 10, 2012 3:07 pm
by redleg
I have a problem with the android client. When I did a clean install everything works as it should with the default database. But when I do a clean install install I can not connect to the android client. The web client works as usual. Sometimes I can obtain the message that there is no connection to the database can be made.

How can I fix this?

Re: Raspberry pi

Posted: Sun Oct 14, 2012 11:11 pm
by grenouilles
Hello,

I have installed the new version of Domotiga.
when i try to installed the z-wave plugin, i have the message : make: *** [libdomozwave.so] Erreur 1 . (when i make "DomoZWave wrapper")

tanks for your help,

Re: Raspberry pi

Posted: Mon Oct 15, 2012 6:09 pm
by uAlex73
This is the only error message you get? I would expect more error output.

Re: Raspberry pi now with 512 MB RAM

Posted: Mon Oct 15, 2012 11:03 pm
by blb
Hi all,

I'm very interested in the combination Domotiga + Raspberry pi to replace my current Homeseer setup. Although I'm new to Domotiga & relative new to Linux as well, I ordered last week a Raspberry pi B board. Today I noticed they are now shipped with 512 MB RAM on-board :) ! I guess that can help running the server + web-server on one board.

http://www.raspberrypi.org/archives/2180

Re: Raspberry pi

Posted: Tue Oct 16, 2012 9:02 am
by RDNZL
Let me know how long it took upon receiving it after ordering, and how it works, I still don't have a Raspberry Pi myself :roll:

Re: Raspberry pi

Posted: Tue Oct 16, 2012 9:36 am
by vanisher
Hey Ron,

Bij farnell had ik hem de vorige keer next day..

Re: Raspberry pi

Posted: Tue Oct 16, 2012 11:08 am
by r.koens
I myself tried running domotiga on the rpi, however i ran into an issue with the ftdi driver.
This is used for the rfxcom device. It causes the internal usb hub to become unstable.

See the following thread for more info: http://www.raspberrypi.org/phpBB3/viewt ... =44&t=8010

I have know blacklisted the driver on my rpi and setup usbip to forward the usb devices.

Re: Raspberry pi

Posted: Thu Oct 18, 2012 8:48 pm
by pleaseask
Hi ,

I was wondering how do you blacklist the FTDI driver? and how do i install the usbip driver(i am still learning how to use linux)
And how is your RFXcom usb device working.. without any problem?

Re: Raspberry pi

Posted: Fri Oct 19, 2012 9:39 pm
by pendul
r.koens wrote:I myself tried running domotiga on the rpi, however i ran into an issue with the ftdi driver.
This is used for the rfxcom device. It causes the internal usb hub to become unstable.

See the following thread for more info: http://www.raspberrypi.org/phpBB3/viewt ... =44&t=8010

I have know blacklisted the driver on my rpi and setup usbip to forward the usb devices.

I have more or less the same problem. My system was pretty stable until I did a dist-upgrade. Since that time the raspberry pi freezes every 12 to 24 hours. I already had the feeling that it had something to to with the rfxcom, but now we can look for a possible solution.

Speaking of which: in forum thread of the raspberry pi forum somebody suggested to add dwc_otg.fiq_fix_enable=0 to /boot/cmdline.txt. Does anybody knows what this will do.

Hopefully we can get it stable again otherwise Raspberry Pi and Domotiga will not do for me

@pleaseask: you can blacklist modules here: /etc/modprobe.d/raspi-blacklist.conf.

Pendul

Re: Raspberry pi

Posted: Wed Oct 31, 2012 10:12 pm
by FoRMaTC
@Pendul, any updates on this?
I have also the same problem

Re: Raspberry pi

Posted: Thu Nov 01, 2012 7:14 pm
by pendul
A quick update on my problems with the raspberry pi:

I found this blog on the internet: http://permalink.gmane.org/gmane.comp.f ... devel/9845

The suggestion is to disabling eth0 and use a wireless usb stick instead.

So I got a Netgear N150. Other USB WiFi Adapters are also possible; just check the list on http://elinux.org. (http://elinux.org/RPi_VerifiedPeriphera ... i_Adapters).

I switch off eth0 using this script: http://www.raspberrypi.org/phpBB3/viewt ... e+ethernet

The system is stable since Monday so I keep my fingers crossed!

Pendul