Rocket-Boy Posted April 20, 2019 Author Posted April 20, 2019 More info please. I would love to do some fiddling but just can't see any practical project inside the house... Unless there are some projects for working with the Amazon echoIm going to put together some tutorials on stuff I have done and future ones I will be doing. Most of what I have done integrates into the echo, my wife loves being able to turn on and off lamps by asking Alexa to do it. I will also list some kit that I use and some links on where to get it at reasonable prices. Wayne Potgieter, Capricorn and Stretch 3
kosmonooit Posted April 20, 2019 Posted April 20, 2019 I use Arduinos a lot in my energy controllers I build and install for clients - a lot of automation: sensors and timers, I/O boards etc, been at it for a few years now, and come a long way. I am heavily into the electronic interfacing and coding side of things, its actually my core profession if I can call it that, so yeah its a great world all this open source stuff and the all the on line resources. I also have a boutique online shop going to share the love of all the goodies i bring in, with a emphasis on useful sensors and controllers. Capricorn and Rocket-Boy 2
Capricorn Posted April 20, 2019 Posted April 20, 2019 I use Arduinos a lot in my energy controllers I build and install for clients - a lot of automation: sensors and timers, I/O boards etc, been at it for a few years now, and come a long way. I am heavily into the electronic interfacing and coding side of things, its actually my core profession if I can call it that, so yeah its a great world all this open source stuff and the all the on line resources. I also have a boutique online shop going to share the love of all the goodies i bring in, with a emphasis on useful sensors and controllers.is it so boutique visiting this online establishment is by invite and appointment only? mecheng89 1
kosmonooit Posted April 20, 2019 Posted April 20, 2019 is it so boutique visiting this online establishment is by invite and appointment only? Just saying ... I advertise elsewhere. But let me know if any of you are looking for anything or have questions about the Arduino range although I am more into the legacy stuph not so much the latest MKR range or the Python thing.
BaGearA Posted April 20, 2019 Posted April 20, 2019 this is the best thing I've done with arduino , I just dislike them have had reliability issues with them forever I'd like to automate some stuff in our house , the question is just what ? Lights on and off is cool but the novelty will wear off in A day i think
Rocket-Boy Posted April 20, 2019 Author Posted April 20, 2019 this is the best thing I've done with arduino , I just dislike them have had reliability issues with them forever I'd like to automate some stuff in our house , the question is just what ? Lights on and off is cool but the novelty will wear off in A day i think Are you using a DHT11/22 on that?Automating stuff is great and all but I want to automate stuff that makes life easier for me rather than doing it for the sake of it being automated. Like for instance I have certain lamps that read the weather from yr.no and turn on at sunset, its handy because sunset is a different time every day but yr.no always knows what that time is. I also like having my outside spotlights controlled by my phone because if I hear a noise at night I cant turn them all on as a group and take a look quick. Arduinos can be a bit unreliable if they arent monitored by something which is where Home Assistant comes in, it talks constantly via MQTT so its pretty good at letting you know if something goes down.
BaGearA Posted April 20, 2019 Posted April 20, 2019 Are you using a DHT11/22 on that?Automating stuff is great and all but I want to automate stuff that makes life easier for me rather than doing it for the sake of it being automated. Like for instance I have certain lamps that read the weather from yr.no and turn on at sunset, its handy because sunset is a different time every day but yr.no always knows what that time is. I also like having my outside spotlights controlled by my phone because if I hear a noise at night I cant turn them all on as a group and take a look quick. Arduinos can be a bit unreliable if they arent monitored by something which is where Home Assistant comes in, it talks constantly via MQTT so its pretty good at letting you know if something goes down.DHT11 yes I fully agree , the automation has to somehow make my life easier or serve A purpose other than entertaining the kid inside me I've thought about parking sensors but they'd have to live in my car as the stuff in our garage moves around alot jip I'm over arduino bought 5 and only one still works ( 1 orginial 4 clones , the working one is A clone)
Stretch Posted April 20, 2019 Posted April 20, 2019 this is the best thing I've done with arduino , I just dislike them have had reliability issues with them forever I'd like to automate some stuff in our house , the question is just what ? Lights on and off is cool but the novelty will wear off in A day i thinkI have one connected plug that our lounge lamp is connected to. I have set it to come on at a certain time and switch off at a time. It's also integrated with my echo so I can say light on and light off. Trust me... As arb as it sounds.. It's pretty cool BaGearA and Rocket-Boy 2
Rocket-Boy Posted April 20, 2019 Author Posted April 20, 2019 I have one connected plug that our lounge lamp is connected to. I have set it to come on at a certain time and switch off at a time. It's also integrated with my echo so I can say light on and light off. Trust me... As arb as it sounds.. It's pretty coolNothing arb about that, the echo makes everything better.My garage, front gate, a lamp and one of the outside spotlights are all controllable via Alexa. My wife loves using them by yelling at Alexa. The cool thing about the gate is that the distance is over 100m to it from the house and if you press a remote from inside it doesnt reach. I have another remote in the garage which is a lot closer and a single arduino controls the gate and garage so if I ask Alexa to open then its close enough for the remote to work properly. Vetplant and Stretch 2
Rocket-Boy Posted April 20, 2019 Author Posted April 20, 2019 This has been my most useful automation yet, I often have to open everything up and take a walk through to the garage to see if I actually closed the door or not.Often I forget that its open overnight which is really bad because its visible from the street and my bikes are in there. This way the icon changes depending on the position of the hall sensor and magnet on the door. I have also built an automation which tells me if the door is open past 9pm so I can close it. BaGearA, Capricorn, Stretch and 1 other 4
BaGearA Posted April 20, 2019 Posted April 20, 2019 Nothing arb about that, the echo makes everything better.My garage, front gate, a lamp and one of the outside spotlights are all controllable via Alexa. My wife loves using them by yelling at Alexa. The cool thing about the gate is that the distance is over 100m to it from the house and if you press a remote from inside it doesnt reach. I have another remote in the garage which is a lot closer and a single arduino controls the gate and garage so if I ask Alexa to open then its close enough for the remote to work properly.Hold the remote agianst your head and try again , it will probably work I Sh#t you not Rocket-Boy, mecheng89 and Vetplant 2 1
BaGearA Posted April 20, 2019 Posted April 20, 2019 I have some dcent experience with Siemans PLC's and their Logo program and recon i could do alot of stuff easy with that , but jus I could probably auto mate out whole house for what an 8 input PLC would cost #facepalm
kosmonooit Posted April 20, 2019 Posted April 20, 2019 (edited) this is the best thing I've done with arduino , I just dislike them have had reliability issues with them forever I'd like to automate some stuff in our house , the question is just what ? Lights on and off is cool but the novelty will wear off in A day i think You would need to round to and displaying integers there on that environmental sensor given the accuracy which is often only around 5%. Handling chars and formatting them for display can be challenging in C/C++ but its one of those hurdles. I've given up on the DHT11/22 env sensors, wildly disparate and non-linear readings even after calibration. The Bosch BME/BMP sensors much more reliable although one can get more accurate temp / pressure / humidity if you are prepared to throw more money at the issue, there are other options say for a weather station. I have not had Arduino hardware reliability issues, I have several clones running control systems 24/7. Reliability issues tend to be code issues and one of the great skills to acquire in this field is problem identification and resolution aka fault finding aka debugging. Edited April 20, 2019 by kosmonooit BaGearA 1
kosmonooit Posted April 20, 2019 Posted April 20, 2019 One unsolicited tip here in this regard is don't use that String object in your code - its a hungry for dynamic memory and cause many problems (and much agony) in the very limited memory space of the Arduino (Uno and Nano especially) You had to use the char arrays and format / process character by character. I've also done Arduino based controllers for pools and irrigation / pump controls / water tank management. BaGearA 1
Rocket-Boy Posted April 20, 2019 Author Posted April 20, 2019 One unsolicited tip here in this regard is don't use that String object in your code - its a hungry for dynamic memory and cause many problems (and much agony) in the very limited memory space of the Arduino (Uno and Nano especially) You had to use the char arrays and format / process character by character. I've also done Arduino based controllers for pools and irrigation / pump controls / water tank management.Memory management is the fundamental core of C++ its definitely something you need to get comfortable to write good code. There are easier ways for people that dont want to learn coding like Tasmota and ESPHome which allow graphical configuration of a lot of simple functions, they are limited with writing more intricate automation though.
Rocket-Boy Posted April 20, 2019 Author Posted April 20, 2019 You would need to round to and displaying integers there on that environmental sensor given the accuracy which is often only around 5%. Handling chars and formatting them for display can be challenging in C/C++ but its one of those hurdles. I've given up on the DHT11/22 env sensors, wildly disparate and non-linear readings even after calibration. The Bosch BME/BMP sensors much more reliable although one can get more accurate temp / pressure / humidity if you are prepared to throw more money at the issue, there are other options say for a weather station. I have not had Arduino hardware reliability issues, I have several clones running control systems 24/7. Reliability issues tend to be code issues and one of the great skills to acquire in this field is problem identification and resolution aka fault finding aka debugging.Yup Im definitely not a fan of the DHT11/22 I use BME280's for most things but the weather station Im building has a DS18B20 in addition to the BME280 because then I can expose it to ambient temp where I wouldnt want to expose the chipset of the BME280. BaGearA 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now