Skip to content

Application for controlling Lamp connected to ESP8266 via Wifi

License

Notifications You must be signed in to change notification settings

georgik/LampAndroidApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lamp Control

Android application for controlling Lamp Relay connected to ESP8266

More information about the project:

Related project

#Version 0.2

Communication is based on MQTT (Mosquitto server).

Version 0.1

Direct communication based on GET API (local network only). See branch v0.1.

Customize application

Values of server and rooms are hardcoded. You can change them to suit yout configuration.

  • MainActivity.serverUri - set to your MQTT server
  • LampMqttService.subscriptionTopic - MQTT topic where state of relay is being broadcasted
  • LampMqttService.publishTopic - MQTT topic where client can send request to change state of relay

About

Application for controlling Lamp connected to ESP8266 via Wifi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages