Skip to content

mqtt based node, which provides environment information and an interface to 433 MHz devices

Notifications You must be signed in to change notification settings

mattes-bru/hk-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firmware for an ESP based home automation node

Configuration

The node is configured by an json file named config.jsonstored in root of the spiffs.

{
  "hostname" : "hostname_for_this_node",
  "mqtt_server": "<mqtt_server_or_ip",
  "ssid": "wifi_ssid",
  "psk": "wifi_secret",
  "dht": 5,
  "elro_sender": 4
}

About

mqtt based node, which provides environment information and an interface to 433 MHz devices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages