Search found 34 matches
- Tue May 28, 2013 2:41 pm
- Forum: Questions & Discussions Forum
- Topic: Sensor Electricity/Gas usage
- Replies: 1
- Views: 4048
Re: Sensor Electricity/Gas usage
I use a CM119 - http://www.amazon.co.uk/Owl-Cm119-Wireless-Electricity-Monitor/dp/B001JJCLS0 I had to modify mine to extend the range (it lives in the cellar) and the device doesn't measure the mains voltage so the results are inaccurate and of course it doesn't measure gas at all. Hopefully somebod...
- Sun Dec 18, 2011 11:49 am
- Forum: X10, A10 Xanura Marmitek Forum
- Topic: Off-the-shelf light intensity and colour sensors?
- Replies: 7
- Views: 8585
Re: Off-the-shelf light intensity and colour sensors?
All five of my MS13s send an X10 off at dawn and on at dusk!
Steve
Steve
- Sat Dec 17, 2011 4:09 pm
- Forum: X10, A10 Xanura Marmitek Forum
- Topic: Off-the-shelf light intensity and colour sensors?
- Replies: 7
- Views: 8585
Re: Off-the-shelf light intensity and colour sensors?
The X10 motion sensor MS13 will tell you roughly when it's dusk or dawn but that's about it as far as I know. You are probably going to have to make your own.
Steve
Steve
- Sat Jul 23, 2011 9:09 pm
- Forum: Miscellaneous Home Automation topics
- Topic: Panorama of Space Shuttle Discovery's flight deck
- Replies: 1
- Views: 2971
Re: Panorama of Space Shuttle Discovery's flight deck
Look at the number of manual controls. More than 256, so that rules out X10!
- Sun Jun 19, 2011 5:11 pm
- Forum: 1-Wire Forum
- Topic: Temp sensor drop out / network stability
- Replies: 6
- Views: 17198
Re: Temp sensor drop out / network stability
They're supposed to have an accuracy of 0.5C, so yes, 1.8C is a bit too far apart.
- Fri Jun 17, 2011 8:09 pm
- Forum: 1-Wire Forum
- Topic: Temp sensor drop out / network stability
- Replies: 6
- Views: 17198
Re: Temp senor drop out / network stability
Are your temperature sensors calibrated?
I've noticed that if you read them frequently, the temperature can go up a tiny bit.
Steve
I've noticed that if you read them frequently, the temperature can go up a tiny bit.
Steve
- Sun Mar 06, 2011 7:58 pm
- Forum: Miscellaneous Home Automation topics
- Topic: Sonar
- Replies: 5
- Views: 4733
Re: Sonar
What size of objects can it follow / does it react to? It can certainly detect the reflection from something 1cm x 1cm at a distance of over a metre. The maximum distance I've seen so far is just under 4 metres. I'm currently doing a sonar ping every four seconds but I could do it a lot more often;...
- Sun Mar 06, 2011 8:36 am
- Forum: Miscellaneous Home Automation topics
- Topic: Sonar
- Replies: 5
- Views: 4733
Sonar
I've got one of these robot-electronics.co.uk/acatalog/Ultras ... ngers.html abd I've put it on a pan-tilt camera connected though a PIC to my system.
It works just fine, I'm just not quite sure what to do with it now - if I can't think of anything, I'll just add some more different sensors!
Steve
It works just fine, I'm just not quite sure what to do with it now - if I can't think of anything, I'll just add some more different sensors!
Steve
- Fri Feb 11, 2011 3:57 am
- Forum: Miscellaneous Home Automation topics
- Topic: Is there a european FCC
- Replies: 3
- Views: 8142
- Thu Feb 10, 2011 2:57 am
- Forum: Rfxcom Receivers & Transmitters Forum
- Topic: RFXCOM TX error
- Replies: 8
- Views: 7208
Re: RFXCOM TX error
There is certainly one FTDI parameter which has changed in the last few kernel revisions. The FTDI serial devices have an adjustable receive buffer timeout exposed in the /sys filesystem (whatever/ttyUSBx/latency_timer) which used to be set to 16ms by default. The last few kernels have it set to 1ms...
- Mon Jan 31, 2011 12:24 am
- Forum: X10, A10 Xanura Marmitek Forum
- Topic: Something strange with MS 13
- Replies: 12
- Views: 9427
Re: Something strange with MS 13
It's good to change MS13 batteries before they are empty; otherwise they start jamming everything! This started to happen to one of mine this morning, it's repeatedly sending its motion code and making it difficult for anything else on 433MHz to get though. I would much rather it just stopped trans...
- Thu Dec 23, 2010 2:10 am
- Forum: 1-Wire Forum
- Topic: 1 Wire temperature measurement with ds1820
- Replies: 1
- Views: 9664
Re: 1 Wire temperatuur meting ds1820
I have 14 1-wire devices on two 1-wire networks using DS2490 USB bus masters. I have temperature sensors in every room but they are just shrink-wrapped and hidden at the edge of the carpet. All the sensors are in parallel, so I guess that's a star network!
Steve
Steve
- Thu Dec 23, 2010 1:53 am
- Forum: DomotiGa Forum
- Topic: How to deal with the lack of acknowledgement
- Replies: 3
- Views: 4734
Re: How to deal with the lack of acknowledgement
In my case i use an RF based system, often an order could be missed due to collisions. This order can be an important order when i control a heating system for example. I use RF too, with 4 different protocols on 433MHz. I have an RFXCOM receiver permanently listening. The system knows what it's tr...
- Fri Dec 17, 2010 3:17 pm
- Forum: 1-Wire Forum
- Topic: Domotiga / 1wire Walkthrough ?
- Replies: 5
- Views: 15077
Re: Domotiga / 1wire Walkthrough ?
The Linux kernel currently doesn't have support for a 2405 slave, though it's probably a simple one to add (I've done the 2450 and 2438), so it looks like OWFS is the way to go. I've not tried it, can you just 'cat' a file to read the 1-wire device registers, or do you need an OWFS application to do...
- Wed Dec 15, 2010 12:36 am
- Forum: 1-Wire Forum
- Topic: Domotiga / 1wire Walkthrough ?
- Replies: 5
- Views: 15077
Re: Domotiga / 1wire Walkthrough ?
There is support for some 1-wire devices in the Linux kernel, here are some of mine: /sys/bus/w1/devices/20-0000000dcfb7 /sys/bus/w1/devices/26-000000cbd8e8 /sys/bus/w1/devices/28-00000154b806 /sys/bus/w1/devices/28-0000023a5c77 /sys/bus/w1/devices/81-000000295bd1 /sys/bus/w1/devices/w1 bus master T...