There's one issue I cannot work out. The status of the movmentsensor (PIR) keeps giving me the value '1=move'. Eventhough there is no movement anymore. This goes on for hours. When I use the roomboard sketch of JCW/Jeelabs This doesn't happen, the respons is immediate. In the 'low-power' sketch I changed the value for reseting the value back to 0 seconds to get immediate meassurings. So I guess the delay time isn't the issue that causes this error.
The 'normal (not 'low-power') sketch also works fine. So these two other sketches give the value '0-nomv'. When I use the lowpower-sketch, the value stays '1-move'. This happens in Homeseer and in the COM-port monitor of the Arduino software. When I restart the COM-port monitor, the value resets back to '0-nomv'.
When I look at the Jeelabs website I see that the Roomboard they sell now has a different PIR than when the sketch was made. I thought this might be the cause of the problem. A different way of reporting movement on the third pin-out? But when I start the com-port again the PIR status is '0-nomv', so I can probably rule this out?
My next guess is that because of the different PIR the sketch still has to be altered? I found some more informatie about this new PIR on the Jeelabs forum:http://forum.jeelabs.net/node/574, but I cannot find out what to change in the sketch. I'm thought maybe the Pull-UP part of the sketch, but that doesn't seem to work. Maybe thats because I'm a newby in this Jeenode thing, so thats not so weird

Can you help me on the way? Is the problem caused by the new PIR and do I have to change something? Maybe you can point me in the good direction?