Hi all
I've just posted in the plumbing forum and noticed the home automation one so thought I'd come and say hello.
I'm really addicted to all this home automation stuff and thought I'd start with my current setup.
I use IFTTT for certain things as well. The cameras, for example, use motion detection and I have a webhook set up so that the lights in the garage go on if the camera detects motion. I could put a Hive sensor in there but this works just as well and hasn't cost me anything.
Lastly, and this is the bit I'm really pleased with, is the Raspberry Pi in the house that does some of the heating automation grunt work.
There's 4 people in the house and Hive don't offer proper geo-fencing. Ok, if you all have the app then it'll ask you if you want to adjust the heating but that's rubbish. I'm talking about a system that will automatically turn the heating down when the house is empty and back on when there's at least one person at home.
So, I've written some scripts in Python to do it myself. One script sniffs for Bluetooth connections to see if certain Bluetooth devices are in the house, i.e. our mobile phones. If I'm in, it sets the heating to 21 degrees as I like it quite warm. If I'm not in but anyone else is then it sets it to 18 degrees. If the house is completely empty, it waits 30 minutes to check it's not a glitch or that they haven't popped down to Tesco and then it turns the heating off.
This is all done through the (badly documented) Hive API.
So, that's me. I'll try and check in more. There's a few old, unanswered questions that I could have helped with. Don't know if there's a PM system on here but, if there is, feel free to drop me a line. This is just a hobby so I'm not touting for business or looking for payment. I work full time for the National Trust and I'm quite happy keeping the gadgets as something I do for fun.
Cheers all
Andy
I've just posted in the plumbing forum and noticed the home automation one so thought I'd come and say hello.
I'm really addicted to all this home automation stuff and thought I'd start with my current setup.
- Amazon Dots in the kitchen, garage and car
- Amazon Echo in the lounge
- Amazon Spot in the bedroom
- Lightwave RF sockets around the house
- Lightwave RF plugins around the house
- Hive Thermostat
- Hive bulbs in various places around the house
- Hive plugins in various places
- Hive sensors on various doors
- Ikea Tradfri bulbs around the house <<< These are the best thing I've bought for bulbs
- Sonoff relays running an outside light and a couple of LED panels in the garage <<< These are the best thing I've bought for controlling other stuff where you don't want/need a physical switch.
I use IFTTT for certain things as well. The cameras, for example, use motion detection and I have a webhook set up so that the lights in the garage go on if the camera detects motion. I could put a Hive sensor in there but this works just as well and hasn't cost me anything.
Lastly, and this is the bit I'm really pleased with, is the Raspberry Pi in the house that does some of the heating automation grunt work.
There's 4 people in the house and Hive don't offer proper geo-fencing. Ok, if you all have the app then it'll ask you if you want to adjust the heating but that's rubbish. I'm talking about a system that will automatically turn the heating down when the house is empty and back on when there's at least one person at home.
So, I've written some scripts in Python to do it myself. One script sniffs for Bluetooth connections to see if certain Bluetooth devices are in the house, i.e. our mobile phones. If I'm in, it sets the heating to 21 degrees as I like it quite warm. If I'm not in but anyone else is then it sets it to 18 degrees. If the house is completely empty, it waits 30 minutes to check it's not a glitch or that they haven't popped down to Tesco and then it turns the heating off.
This is all done through the (badly documented) Hive API.
So, that's me. I'll try and check in more. There's a few old, unanswered questions that I could have helped with. Don't know if there's a PM system on here but, if there is, feel free to drop me a line. This is just a hobby so I'm not touting for business or looking for payment. I work full time for the National Trust and I'm quite happy keeping the gadgets as something I do for fun.
Cheers all
Andy