Skip to content

using an esp32 as a server recieving commands from any client

Notifications You must be signed in to change notification settings

smart-led-suite/esp32-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esp32-server

Software for receiving commands via MQTT from the Home Assistant (https://www.home-assistant.io) Framework. You have to add to the configurations.yaml in the ~/.homeassistant/configurations.yaml:

mqtt:
  port: 1883 (standart)
  username: homeassistant(standart)
  password: hello(standart)

light:
  platform: mqtt
  name: "LED Stripe"
  state_topic: "homeassistant/rgb1/light/status"
  command_topic: "homeassistant/rgb1/light/switch"
  brightness_state_topic: "homeassistant/rgb1/brightness/status"
  brightness_command_topic: "homeassistant/rgb1/brightness/set"
  rgb_state_topic: "homeassistant/rgb1/rgb/status"
  rgb_command_topic: "homeassistant/rgb1/rgb/set"
  brightness_scale: 100
  optimistic: false

About

using an esp32 as a server recieving commands from any client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published