Skip to content

Latest commit

 

History

History
78 lines (63 loc) · 1.68 KB

README.md

File metadata and controls

78 lines (63 loc) · 1.68 KB

   


Table of Contents

description

Easy and simple interface to a 8x32 RGB LED Matrix with touch ( +/- and on/off ).

web interface

irsta interface

mqtt interface

mqtt stat

{
  "id": "defaultIoT_d1fd28",
  "ip": "192.168.2.26",
  "time": "2023-04-07 18:28.27",
  "uptime": 71,
  "version": "2023033001; firmware: Apr  7 2023 18:25:46; GCC-Version: 5.2.0",
  "reset_reason": "ESP_RST_POWERON",
  "reset_time": "1970-01-01 00:00.00",
  "interval": 5,
  "irsta": {
    "state": 0,
    "max": 112,
    "max_led": 192,
    "red": 208,
    "green": 112,
    "blue": 32,
    "button": 0
  }
}

mqtt cmnd

{"set_level":192}
{"set_led":true}

mqtt tele

{
  "id": "sensor_f62ca8",
  "ip": "192.168.2.85",
  "time": "2023-04-03 11:23.55",
  "uptime": 1,
  "reset_reason": "ESP_RST_SW",
  "reset_time": "2023-04-03 11:23.54",
  "mac": "24:62:AB:F6:2C:A8",
  "channel": 10,
  "ssid": "karlshorst_BGN",
  "rssi": -60
}