라이프온룸 Blog

Normal air conditioner to Iot air conditioner

The other day I did a heated explanation about the IR Library Lirc… So I tried to register with the LG air conditioner remote to write Irrecord… The IR signal is solitary…. So it was impossible to create a conf file…. Frantically pressing "." The only… The moment I think of it as a ruined life, thanks to the example provided by the Pigpio library. 

Let's find out how I use the silver pigpio of my summer life!! Very nice

LG에어컨 Iot 에어컨으로 만들기

저번 시간에 IR 라이브러리 lirc에 대해서 열띤 설명을 했었죠 .. 그래서 제가 쓰는 LG 에어컨 리모컨을 irrecord로 등록하려고 하는데 .. IR 신호가 단발성이더라고요 …. 그래서 conf 파일을 만드는게 불가능 했습니다…. 미친듯이 눌러도 “.”이 안늘어 나요 ㅜㅜ …망함이라고 생각하는 순간 pigpio 라이브러리 에서 제공하는 예제 덕택에 살아 났습니다. 

저의 썸머 라이프의 은인 pigpio 어떻게 사용하는지 알아 볼게요 !! ㅎㅎ

How to get stock data (Pandas)

Let’s start with getting stock data first.

There are three ways to receive stock price.

Using brokerage API
crawl webpages
Using APIs provided by Google, Yahoo, Morningstar, etc.

First of all, in this post, we will try to import stock price data in third ways which is most simple.

라즈베리파이 3 B+ IR 센서로 에어컨 켜기 (lirc 사용법)

안녕하세요 라이프온룸입니다. 

자 오늘은 여름 맞이 DIY 집밬에서 에어컨 켜기 입니다.  !!!

에어컨에 IOT 기능이 달려 있다면 굳이 안해도 되겠지만 저의 에어컨은 LG 휘센 .. 거의 이제 중년의 나이라서 IR 리모컨이 유일한 제어 수단입니다. ㅠㅜ

하지만 중년파워 보여 줘야죠 !! 라즈베리파이에 IR Transmitter 모듈을 달아서 Alexa 앱으로 IR 신호로 전송해 에어컨을 켜보겠습니다. 혹시 이해가 안가시는 분들은 아래 포스팅을 보고오면 좋을 것 같아요 ㅎ 

Python development environment (Virtualenv)

Once you’ve finished installing Pycharm, you should now set up a virtual environment for your development.

A virtual environment is a clone of the Python Interpreter installed on your system so that it can be used only for desired projects.
You have to go into that path and run python, or else you have to catch the environment variable differently.

Python development environment (Python install)

Python is an intuitive and easy-to-develop language. There are lots of libraries and it’s easy to get help from Google.

It is also an interpreter language, so you do not have to compile like C, C ++, or JAVA, so you can see the results quickly.

There are various versions of Python, but I will use Python3.6 32bit version.

The reason I use this version is to link API of Kiwoom Securities. It seems to work only with 32bit Python. 

And we will proceed with development in Windows environment.

키움증권 API 를 통해 주가 가져오기

안녕하세요 라이프온룸 입니다. ㅎㅎ 할로할로 오늘은 저번 시간에 이어서 키움증권 API를 이용해 주가를 한번 가져와 보겠습니다. 일단 설명을 위해 기존 프로젝트에서 빼서 간단하게 만들었어요 .. ㅎㅎ 일단 이번에 간단히 만든 코드는 삼성전자의 2019/05/16 일 부터 600 거래일 전날의 주가데이터 가져오는 코드입니다. 결과는 아래와 같이 출력되요 !!