Closed fishermanG closed 3 years ago
Can you share your code? It could be a few things
esphome: name: esp-paradox-alarm platform: ESP8266 board: nodemcuv2
logger:
api:
ota: password: "$##"
wifi: ssid: "##" password: "##"
ap: ssid: "Esp-Paradox-Alarm" password: "VVmFOWBb7OXs"
captive_portal:
external_components:
uart: id: uart_bus baud_rate: 9600 tx_pin: GPIO1 rx_pin: GPIO3
stream_server: uart_id: uart_bus port: 23
My bad. it's working now.
Awesome, I have noticed that it not super stable unless you add a sensor and add that to HA, i just added uptime to test
I tried flashing this esphome yaml on esp8266 but it's not working. Any reason why it wouldn't work on 8266?