xibriz / ESP8266_TV_Stand

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP8266_TV_stand

Hacking the remote control of iiglo motorisert TV-stativ TVL1002

Project info: https://www.hjemmeautomasjon.no/forums/topic/7285-automatisert-motorisert-tv-stativ-via-mqtt/

Copy config and fill out variables

cp secrets_dist.h secrets.h
nano secrets.h

Update firmware

mosquitto_pub -t 'esp/tvstand/fw/update' -m 'http://webserver.localdomain/ESP8266_TV_Stand.ino.bin'

Control TV Stand

mosquitto_pub -t 'esp/tvstand/control' -m 'ON'
mosquitto_pub -t 'esp/tvstand/control' -m 'OFF'

About

License:GNU General Public License v3.0


Languages

Language:C++ 93.2%Language:C 6.8%