Search found 6 matches
- Tue Jan 05, 2010 4:31 pm
- Forum: Plugwise Forum
- Topic: Firmware version 2 Plugwise protocol and POL 2.0
- Replies: 57
- Views: 71887
Re: Firmware version 2 protocol and POL 2.0
Maarten, sure no problem. I was just wondering. If you need help maybe i can give you some assistance. I know my way around the old dlls quite a bit. Anyways it would really help me when you release the protocol info because then I wouldn't need to reverse engineer the protocol. But for now i'll wai...
- Tue Jan 05, 2010 10:45 am
- Forum: Plugwise Forum
- Topic: Firmware version 2 Plugwise protocol and POL 2.0
- Replies: 57
- Views: 71887
Re: Firmware version 2 protocol and POL 2.0
Maarten,
Would it be possible for you to share those changes to the protocol, that way I can also easily incorporate those changes in my dll. If you want you can reach me at:schilder85[AT]hotmail[Dot]com. Thanks!
Would it be possible for you to share those changes to the protocol, that way I can also easily incorporate those changes in my dll. If you want you can reach me at:schilder85[AT]hotmail[Dot]com. Thanks!
- Sat Jan 02, 2010 10:42 am
- Forum: Plugwise Forum
- Topic: Plugwise protocol question
- Replies: 7
- Views: 7020
Re: Plugwise protocol question
Maarten, it's good to hear that your are reverse engineering the protocol again. I tried to contact you before but I didn't know an email address where I could reach you.
- Thu Dec 31, 2009 1:53 am
- Forum: Plugwise Forum
- Topic: Plugwise protocol question
- Replies: 7
- Views: 7020
Re: Plugwise protocol question
To be honest i haven't updated yet... The .Net driver I made can be found on http://plugwiselib.codeplex.com . But it's a very very very early version of the library. I'm currently also building my own Source software. So maybe i run into issues with it and need to fix some things. But for now it wo...
- Wed Dec 30, 2009 11:28 pm
- Forum: Plugwise Forum
- Topic: Plugwise protocol question
- Replies: 7
- Views: 7020
Re: Plugwise protocol question
Okay, i'll answer my own question. When looking at the source I discovered some magic numbers. The so called plugwise Epoch time.. i made function to calculate the time of a history request: public static DateTime CalculatePlugwiseDate(Int64 hours) { DateTime output = new DateTime(2007, 6, 1, 0, 0, ...
- Tue Dec 22, 2009 8:22 pm
- Forum: Plugwise Forum
- Topic: Plugwise protocol question
- Replies: 7
- Views: 7020
Plugwise protocol question
I'm currently in the process of developing a .Net library that can communicate with plugwise devices. I'm using the protocol description maarten made which can be found here: http://www.domotiga.nl/projects/domotiga/attachment/wiki/Domotiga/Plugwise/Protocol.txt The only problem i need to solve is t...