[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

Why don't you believe in home automation?

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 48
Thread images: 3

Why don't you believe in home automation?
>>
BOTNET
O
T
N
E
T
>>
>>61314186
dis^
>>
>>61314186
>>61314291
diy fgts
>>
i am able bodied
>>
>>61314186
Yea this
I'm not falling for it unless I make the whole system myself
>>
>>61314169
>Why don't you believe in home automation?
I dont trust any service who does that.
Building your own is fine and fun, but stuff doesnt have to be reachable from outside.
>>
>>61314169
what are you gonna do when some faggot hacks all your shit and sets up appliances to overheat and burn your house down while you're sleeping?

only clueless idiots buy IoT shit. it's literally garbage.
>>
Building your own system would probably be worse in regards to security, especially if you're programming stuff yourself. Sure, companies tend to have shit security in their products but at least they actually have people who are trained in compsec.

I suppose you could probably also just pay to have your shit audited every so often.
>>
>>61315302
You still could use separate solutions for servers that will be available on the internet and either allow or deny you access to the system
>>
>>61315396
The problem is though even if they don't attack your system directly, they could attack the servers.

That said reducing the attack surface would be smarter, even if it means tunnelling it through a vpn and ssh if you absolutely needed to.
>>
>>61315239
>Diy-ing home automation
>using home automation in the first place
Have fun having your lights turned on by Ivan at 3 o clock
>>
Because I work in IT-security.
I know that shit will be hacked.
>>
>>61314169
i got 4 wemo bulbs, shit is FUCKING horrible, the whole system needs resetting, the app take a solid 20 seconds to launch before you can turn your fucking light on, its horrible terminal cancer
>>
>>61314169
Because it's expensive to set up, it's in its infancy, and its pretty much entirely to keep me from having to take 2 seconds to do it myself.
>>
ok, reposting my question now:
just got my ESP8266-01 today. What firmware should I use? I'm planning to install a small webserver on it to control an electronic door
>>
>>61316753
espeasy
>>
>>61316758
cool, thanks
>>
>>61316767
btw dont actually install a webserver
install espeasy, you can just hit an http endpoint to turn a gpio on or off, transistor to relay if the door needs some current
>>
>>61316788
well, I'm trying to create my own webserver with login page, index page, and all that jazz, does the firmware support that?
>>
My apartment is not nearly big enough to warrant home automation.
>>
>>61314169
I can't think of a single thing I'd even want in my house automated. Maybe some way to shoo my dogs out if they're gonna shit while I'm asleep but that'd take magic or 500 years as it would need
>a way to sense when a dog needs out
>a mechanism for unlocking and opening the door
>a method of herding or training the dog to go out even if he would rather just dump on the floor

Nah, I'll just clean it up when it happens while I secretly hope they kick the bucket because I refuse to euthanize them
>>
>>61314186
Came here to post exactly this in this exact way.

Thanks anon.
>>
>>61316804
nope, espeasy just adds a web interface which you can use to control the IO on the esp which just makes it easy to control things connected to it without having to write code.

i have written a webserver for it but its not really in good enough condition to release but I can post code if you want, its written in c++, i havent been maintaining it since espeasy 2.0 came out since that does everything i want
>>
>>61314169
I'll jump on the bandwagon as soon as it shows more reliability, security, and functionality.

It's currently in it's infancy, and I'm not willing to take the chance just yet.
>>
>>61316842
cool, can I see yours? Is it arduino C++, yes?
>>
>>61315260
>>61315299
>>61315302
>>61315396
>>61315432
Idiots.

Clearly what you need is a kill/access switch.
Every time you want to turn the lights on a physical switch needs to be flipped to allow you access to the system.

Seeing as you don't need your light switches any more, just repurpose those as the switch.
>>
>>61314169
>letting some neckbeard hack into your house
>>
>>61316866
arduino is c
but you should be able to port this to c without too much trouble
basically configure the thing for server mode "AT+CIPSERVER=1,80"
and call this function in main loop or on serial interrupt and check the return payload length
if the length is > 0you have incoming request
HttpPayload TryReadRequest()
{
HttpPayload r;
r.Length = 0;
char *buffer;

if (buffer = _radio->CheckFor("+IPD"))
{
strtok(buffer, ",");
r.Length = strtok(NULL, ":");
r.Method = strtok(NULL, " ");
r.Path = strtok(NULL, " ");
strtok(NULL, "\r\n");
r.Headers = strtok(NULL, "\r\n");
r.Body = strtok(NULL, "}");

if (strstr(r.Path, "favicon.ico"))
{
HttpPayload response;
response.Code = "404";
SendResponse(&response);
return HttpPayload();
}
}
return r;
}
>>
>>61317023
actually this is useless. it calls too many other functions
well rip until I can get motivation to properly refactor and commend this shit
>>
I wanted to post
>home *surveillance
But the regular botnetposting works too.
>>
>>61314169
The juice will know about me more.
>>
>>61317023
>arduino is c

Post disregarded. Why do people allowed to have opinions about the they don't know?
>>
File: 1498637579118.png (145KB, 366x275px) Image search: [Google]
1498637579118.png
145KB, 366x275px
>>61317023
Ok thanks for the code, anon.
>>
>>61314169
Because I'm developing for it, and it's sketchy as fuck.
I don't want that shit in my home.
I'll probably end up programming my own automated home.
>>
>>61314169
Nothing wrong with it if self hosted
>>
I don't have a home. The apartment I live in is temporary.
>>
I would spend more time setting up, coding, and maintaining the system than getting up and do the things manually.
>>
If i could do it without subscribing to a third parties web services and doing it through them rather than using my own servers with standard alone software that never phones hime... i'm all for it.
>>
>>61317560
>>61317849
these

no way in fuck am i trusting this to someone else, and doing it myself is just not worth the effort, the seconds saved won't ever make up for the weeks of getting it all made and tweaked
>>
>>61317869
you've always been able to do it yourself, people have been doing some amount of it themselves for a long time
>>
Because it's a gimmick meme just like smartwatches. Centralized/remote controls for lights and AC/heating have been around since forever and nothing else is particularly useful or important.
>>
>>61314169
There is literally not a single fucking thing that is made "easier" through internet of things meme shit. The only thing you're doing is creating a bunch of breaches that can be exploited and adding points of failure where there wouldn't be any otherwise.
>>
>>61314169
>Russian hackers open your garage and turn up the furnace to cook all your shit

Yeah nah
>>
>>61314186
literally this
>>
File: 1494447211496.jpg (9KB, 248x233px) Image search: [Google]
1494447211496.jpg
9KB, 248x233px
>people hack your shit then control your house

no thanks
>>
>>61314169
>Why don't you believe in home automation?
Since when is home automation a belief system.
>>
>>61314169
There's a good reason it was nick-named the Internet of Shit.
Thread posts: 48
Thread images: 3


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.