Development Status
Moderator: RDNZL
- RDNZL
- Forum Moderator
- Posts: 1008
- Joined: Sun Sep 24, 2006 1:45 pm
- Location: Dordrecht, The Netherlands
- Contact:
Re: Development Status
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.
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.
-
- Member
- Posts: 255
- Joined: Thu Jun 25, 2009 2:09 pm
- Location: Enschede, The Netherlands
Re: Development Status
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
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

Re: Development Status
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
Once I have that done, I'll get to work on the interface again

-
- Member
- Posts: 255
- Joined: Thu Jun 25, 2009 2:09 pm
- Location: Enschede, The Netherlands
Re: Development Status
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?
I guess the consensus is on using Codeigniter?
I read that wwolkers already has something crude working? Would you have examples? or screenshots?
Re: Development Status
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.
I can give you a copy of the sources if you want.
-
- Member
- Posts: 255
- Joined: Thu Jun 25, 2009 2:09 pm
- Location: Enschede, The Netherlands
Re: Development Status
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

I'm known with the same username at gmail

Re: Development Status
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've started on a iPhone interface which should be integrated to the CI client.
Re: Development Status
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.
Re: Development Status
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
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

- RDNZL
- Forum Moderator
- Posts: 1008
- Joined: Sun Sep 24, 2006 1:45 pm
- Location: Dordrecht, The Netherlands
- Contact:
Re: Development Status
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.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.
Regards, Ron.
- RDNZL
- Forum Moderator
- Posts: 1008
- Joined: Sun Sep 24, 2006 1:45 pm
- Location: Dordrecht, The Netherlands
- Contact:
Re: Development Status
Just visited the chat but the chance to find someone online is rather small I guess.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
I had some thoughts on creating an DomotiGa IRC channel, but have no idea if there is demand for it.
Regards, Ron.
- RDNZL
- Forum Moderator
- Posts: 1008
- Joined: Sun Sep 24, 2006 1:45 pm
- Location: Dordrecht, The Netherlands
- Contact:
Re: Development Status
I have PLCBUS code running, there was one issue to fix that I forgot aboutluria 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.

Regards, Ron.
Re: Development Status
Outstanding!
Re: Development Status
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?
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?

- RDNZL
- Forum Moderator
- Posts: 1008
- Joined: Sun Sep 24, 2006 1:45 pm
- Location: Dordrecht, The Netherlands
- Contact:
Re: Development Status
@luria: I have just uploaded version 0.1.185 with PLCBUS support for lights and appliances (tested with PLC2026, PLC2027 and PLC1141 interface)RDNZL wrote:I have PLCBUS code running, there was one issue to fix that I forgot aboutluria 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., will fire it up to test and release a basic version soon.
Would be nice if you could test it.
Regards, Ron.