Development Status

Forum about Domotiga Open Source Home Automation for Linux.

Moderator: RDNZL

User avatar
RDNZL
Forum Moderator
Forum Moderator
Posts: 1008
Joined: Sun Sep 24, 2006 1:45 pm
Location: Dordrecht, The Netherlands
Contact:

Re: Development Status

Post by RDNZL »

I still have to get used to the directory layout of CI, but I agree that customizing the current webclient code is not the way to go.

I only build that one to be able to stress-test Gambas XMLRPC server, which I had to squeeze some bugs out of before I was able to do that.

I suggest try to build the device list and a device control page first in CI, if someone has another framework preference he/she can do the same and we can compare the results.
Regards, Ron.
j.hoekstra
Member
Member
Posts: 255
Joined: Thu Jun 25, 2009 2:09 pm
Location: Enschede, The Netherlands

Re: Development Status

Post by j.hoekstra »

I'm sorry to drag up an old thread, but are there still people planning on making a more featurerich webclient?
I'm planning on putting domotiga on a guruplug server plus and it has no display, so having the option to switch things on and off via a webclient would be good,
I'm not too experienced with php-xmlrpc stuff so if someone has any ideas I'd love to hear ;)
wwolkers
Member
Member
Posts: 273
Joined: Tue Sep 23, 2008 10:10 am
Location: Netherlands
Contact:

Re: Development Status

Post by wwolkers »

I need to get my home automation server setup stable (been messing with windows, but I should convert back soon, or probably run on some kind of virtualisation (ESXi)
Once I have that done, I'll get to work on the interface again :)
j.hoekstra
Member
Member
Posts: 255
Joined: Thu Jun 25, 2009 2:09 pm
Location: Enschede, The Netherlands

Re: Development Status

Post by j.hoekstra »

Any tips on how to get started on programming this?
I guess the consensus is on using Codeigniter?
I read that wwolkers already has something crude working? Would you have examples? or screenshots?
wwolkers
Member
Member
Posts: 273
Joined: Tue Sep 23, 2008 10:10 am
Location: Netherlands
Contact:

Re: Development Status

Post by wwolkers »

Basically what I did so far is just keep the current layout, and move everything to CodeIgniter.

I can give you a copy of the sources if you want.
j.hoekstra
Member
Member
Posts: 255
Joined: Thu Jun 25, 2009 2:09 pm
Location: Enschede, The Netherlands

Re: Development Status

Post by j.hoekstra »

Sure I'd like that to get the hang of it, I got a holiday coming up and an itch that needs to be scratched ;)
I'm known with the same username at gmail ;)
dali
Starting Member
Starting Member
Posts: 46
Joined: Mon Nov 09, 2009 10:02 am
Location: Habo, Sweden
Contact:

Re: Development Status

Post by dali »

I've also started developing a new webgui. Perhaps we could ask RDNZL to add wwolkers stuff to the svn and give us r/w access.
I've started on a iPhone interface which should be integrated to the CI client.
luria
Starting Member
Starting Member
Posts: 36
Joined: Tue Mar 16, 2010 11:51 am

Re: Development Status

Post by luria »

Any News on pclbus support? Is there any code I can implement to get it going? Or do you need more pclbus stuff? I'll be happy to donate some if you need, just pm me your address. I have a pt dimmer that responds to commands and status requests, unfortunately it's ability to dim or switch any lights is broken.
Minus
Starting Member
Starting Member
Posts: 12
Joined: Tue Feb 10, 2009 11:33 am
Location: France

Re: Development Status

Post by Minus »

Some of us seems to be ready to implement some code...

I configure a chat with a DomotiGa Channel : http://chat.justtheitguy.com/
No pwd require

Let's just have a talk about this powerful software :)
User avatar
RDNZL
Forum Moderator
Forum Moderator
Posts: 1008
Joined: Sun Sep 24, 2006 1:45 pm
Location: Dordrecht, The Netherlands
Contact:

Re: Development Status

Post by RDNZL »

dali wrote:I've also started developing a new webgui. Perhaps we could ask RDNZL to add wwolkers stuff to the svn and give us r/w access.
I've started on a iPhone interface which should be integrated to the CI client.
I have send wwolkers a pm with a request for the CI framework code, so I can put it online, will let you know the outcome.
Regards, Ron.
User avatar
RDNZL
Forum Moderator
Forum Moderator
Posts: 1008
Joined: Sun Sep 24, 2006 1:45 pm
Location: Dordrecht, The Netherlands
Contact:

Re: Development Status

Post by RDNZL »

Minus wrote:Some of us seems to be ready to implement some code...

I configure a chat with a DomotiGa Channel : http://chat.justtheitguy.com/
No pwd require

Let's just have a talk about this powerful software :)
Just visited the chat but the chance to find someone online is rather small I guess.

I had some thoughts on creating an DomotiGa IRC channel, but have no idea if there is demand for it.
Regards, Ron.
User avatar
RDNZL
Forum Moderator
Forum Moderator
Posts: 1008
Joined: Sun Sep 24, 2006 1:45 pm
Location: Dordrecht, The Netherlands
Contact:

Re: Development Status

Post by RDNZL »

luria wrote:Any News on pclbus support? Is there any code I can implement to get it going? Or do you need more pclbus stuff? I'll be happy to donate some if you need, just pm me your address. I have a pt dimmer that responds to commands and status requests, unfortunately it's ability to dim or switch any lights is broken.
I have PLCBUS code running, there was one issue to fix that I forgot about :| , will fire it up to test and release a basic version soon.
Regards, Ron.
luria
Starting Member
Starting Member
Posts: 36
Joined: Tue Mar 16, 2010 11:51 am

Re: Development Status

Post by luria »

Outstanding!
wwolkers
Member
Member
Posts: 273
Joined: Tue Sep 23, 2008 10:10 am
Location: Netherlands
Contact:

Re: Development Status

Post by wwolkers »

Ron,

is there a reason that you're not doing database upgrades from DomotigaServer?
I just upgraded to the latest SVN for Plugwise 2 support, but my database is outdated. I know it's easy to just upgrade it, but would be nice if CheckDatabaseVersion() could also be included in DomotigaServer.

Any reason not to, or should I see how far I can get in Gambas? :)
User avatar
RDNZL
Forum Moderator
Forum Moderator
Posts: 1008
Joined: Sun Sep 24, 2006 1:45 pm
Location: Dordrecht, The Netherlands
Contact:

Re: Development Status

Post by RDNZL »

RDNZL wrote:
luria wrote:Any News on pclbus support? Is there any code I can implement to get it going? Or do you need more pclbus stuff? I'll be happy to donate some if you need, just pm me your address. I have a pt dimmer that responds to commands and status requests, unfortunately it's ability to dim or switch any lights is broken.
I have PLCBUS code running, there was one issue to fix that I forgot about :| , will fire it up to test and release a basic version soon.
@luria: I have just uploaded version 0.1.185 with PLCBUS support for lights and appliances (tested with PLC2026, PLC2027 and PLC1141 interface)
Would be nice if you could test it.
Regards, Ron.
Post Reply

Return to “DomotiGa Forum”