DIY Environment Monitoring
-
@gjacobse said in DIY Environment Monitoring:
@travisdh1 said in DIY Environment Monitoring:
@gjacobse said in DIY Environment Monitoring:
@travisdh1 said in DIY Environment Monitoring:
@gjacobse said in DIY Environment Monitoring:
@travisdh1 said in DIY Environment Monitoring:
@gjacobse said in DIY Environment Monitoring:
@hobbit666 said in DIY Environment Monitoring:
Thinking maybe having 2-3 sensors for different parts of the room then feed them into zabbix and alert if 1 goes over x. hmmmm see if I can get some cheap now and the sensors and some cables.
you should be able to do that with no issues... have a look at the ESP8266 chip as an option for that.
You made me look, Adafruit is at it again. HUZZAH ESP8266 Wifi, enough pins to make a useful control module, and can use the Arduino IDE to program the thing. So much win with that one.
They are something I have been looking at, but have no idea how to use.. I have no issue with concocting things,.. but seemingly no ability to program it.... I want to so some work with them,.. and replace the (self moderated) job of an alarm system and have a hybrid system.
Well, if you go with a Raspberry Pi with an i2c temperature and humidity sensor, and door/window alarm, I've already got all the code you need right here.
That will be a good start,... but the number if windows and doors,.. i really need something smaller,..
If you can run wires to each window/door, a single Pi Zero will be able to run ~10 of those sensors. It could have up to 17 connected, but it would never be able to supply enough power for all of them.
Side note, if I remember correctly, those sensors only draw power when they are open (the two pieces of the sensor are separated). Still, wouldn't want a security system that could be burned out just by opening all the doors and windows.
There lies the rub.. That is how the guy wired the sensors to begin with. There are 8 zones in the alarm panel zone one is a continuous run to three different doors on two different floors. Zone four is every window (14) and door (3) in the rest of the first floor. And there is a break some where in that line...
Gag me. Every window in the same "zone"? I'd throw a hissy fit if it was supposed to be a professional install.
I'd probably have a different "controller" in each room with the logs shipped to a central location.
-
@thwr said in DIY Environment Monitoring:
@gjacobse said in DIY Environment Monitoring:
I'd like to run window/door with temp motion and glass in each room.
But - Sometimes I don't get what I want...
So human body tracking / detection or do I get you wrong?
LOL - nothing that serious. Temp is for just how the house is heated / cooled. Motion and glass for entry detetction, as a option to the windows.
-
@gjacobse said in DIY Environment Monitoring:
@thwr said in DIY Environment Monitoring:
@gjacobse said in DIY Environment Monitoring:
I'd like to run window/door with temp motion and glass in each room.
But - Sometimes I don't get what I want...
So human body tracking / detection or do I get you wrong?
LOL - nothing that serious. Temp is for just how the house is heated / cooled. Motion and glass for entry detetction, as a option to the windows.
Ah ok
There are (ultra)sonic based sensors avaliable. They are able to detect a breaking window. For many sensors, mh, why not go for a meshed solution? Like a few cheap Arduino Nano ($1-1.5 via Ali) and maybe Bluetooth LE or Zigbee for reporting to a central instance.
-
@thwr said in DIY Environment Monitoring:
@gjacobse said in DIY Environment Monitoring:
@thwr said in DIY Environment Monitoring:
@gjacobse said in DIY Environment Monitoring:
I'd like to run window/door with temp motion and glass in each room.
But - Sometimes I don't get what I want...
So human body tracking / detection or do I get you wrong?
LOL - nothing that serious. Temp is for just how the house is heated / cooled. Motion and glass for entry detetction, as a option to the windows.
Ah ok
There are (ultra)sonic based sensors avaliable. They are able to detect a breaking window. For many sensors, mh, why not go for a meshed solution? Like a few cheap Arduino Nano ($1-1.5 via Ali) and maybe Bluetooth LE or Zigbee for reporting to a central instance.
Yup - that would do it. Hardware isn't so much the issue.... save the need to be as small as possible so it didn't stand out and a huge item hung on the wall. It's the programming... I'm clueless on programming.