Page 2 of 3

Re: Open source .Net domotica application

Posted: Fri Sep 17, 2010 5:05 pm
by ERottier
Looks good allready. And interesting :)

But why not use MySQL instead of MS SQL? If you want to make it open source, try using a more widely spread database! Much easier to read from websites that MS SQL because most people have knowledge of MySQL and not of MS SQL.

Re: Open source .Net domotica application

Posted: Sat Sep 18, 2010 12:20 am
by Noel
And.. Why asp and not php?

Re: Open source .Net domotica application

Posted: Sat Sep 18, 2010 12:38 am
by Digit
Oh-oh... i foresee that maybe this topic will go slightly Off Topic from now on :lol:

Re: Open source .Net domotica application

Posted: Sat Sep 18, 2010 12:51 am
by erisan500
what is wrong with combining MS and Open Source ???

Re: Open source .Net domotica application

Posted: Sat Sep 18, 2010 8:48 am
by Noel
For me the problem is MS as I'm using Linux as server OS making your project unusable for my setup.

Re: Open source .Net domotica application

Posted: Sat Sep 18, 2010 10:55 am
by AshaiRey
The topic states .NET domotica already.
I am not aware that this would run on Linux to start with.

Re: Open source .Net domotica application

Posted: Sat Sep 18, 2010 12:44 pm
by j.hoekstra
Besides, open-source doesn't mean it can't be build on closed-source. I like this project, especially the 'cost-calculator'. I'm using domotiga and would love to see something like it there, either in the program or even on the web interface.
Keep up the good work :)

Re: Open source .Net domotica application

Posted: Sun Sep 19, 2010 8:46 pm
by erisan500
Ok, made a overview of the setup.
I'm moving away from Arduino to a more powerfull board:
FEZ PANDA http://www.tinyclr.com/hardware/16/fez-panda/
and
FEZ COBRA http://www.tinyclr.com/hardware/12/fez-cobra/

Image

Greetings
EriSan500

PS, forgot to add the heating part in the drawing.

Re: Open source .Net domotica application

Posted: Wed Sep 22, 2010 5:46 pm
by ERottier
AshaiRey wrote:The topic states .NET domotica already.
I am not aware that this would run on Linux to start with.
Yes, .NET I got. The database is a different story. If it was MySQL the DB could be anywhere which would be exponentially more widespread usable. For example have a MS webserver, but a linux DB server. Or maybe my DB is (don't know why...) on a webserver at my hosting partner and my .NET runs at home.

Re: Open source .Net domotica application

Posted: Tue Dec 21, 2010 11:43 am
by mishoboss
What's the status of this project? Can I read more about it anywhere?

Re: Open source .Net domotica application

Posted: Tue Dec 21, 2010 11:48 am
by erisan500
No status as of yet...

Nobody seems interested in collaborating so it's a one-man show. Besides precious family time I also lost a HD with 70% of my work, so I have to re-code allot of stuff.

EriSan500

Re: Open source .Net domotica application

Posted: Tue Dec 21, 2010 3:16 pm
by mishoboss
erisan500,
why not join one of the great projects started recently - OpenRemote, this project and others?

I'm also interested in starting or joining a software project. I really miss a good, powerful, multi-platform, open source HA software with HTML5 web interface. I think HTML5 is the future. All major browsers already support most of the specification and are the perfect "home" for powerful web-apps. The developer's work is minimized too, because it has to be written only one client - the web-based client. You don't have to write a separate client for Android OS, iOS, Windows Phone 7, Symbian OS, Samsung's Bada OS, WebOS, MeeGo, Desktop Windows, Desktop Linux, Apple's OSX... the list is endless.

Also you can login, configure and control from anywhere in the world, from any device with a browser. Think about this :)

Re: Open source .Net domotica application

Posted: Sun Jul 17, 2011 1:37 pm
by WooTz
Hi Erisan,

Can you give an update on your current progress?
I've started last week to create a domotics package in .NET. I'm using a windows service as communication deamon that loads driver plugins to relay the messages and store everything in an SQL database. On top of that an MVC website to display.

I've also looked at the FEZ platforms, how is your experience with those? Did you have any problems with the Arduino?

Re: Open source .Net domotica application

Posted: Tue Jul 26, 2011 1:40 pm
by erisan500
Wootz, are you interested in joining forces?

Re: Open source .Net domotica application

Posted: Tue Jul 26, 2011 3:03 pm
by WooTz
hi Erisan,
Have a look at the other topic, in my opinion there should be a generic open platform in .NET what everyone can use.
I'm also looking at the .NET micro framework, but havent seen any real solutions yet that people are using it actively.