cybertza / PAI-ESP32

ESp32 Eg for Serial -> wifi
8 stars 1 forks source link

Compatibility with ESP8266 #1

Closed fishermanG closed 3 years ago

fishermanG commented 3 years ago

I tried flashing this esphome yaml on esp8266 but it's not working. Any reason why it wouldn't work on 8266?

cybertza commented 3 years ago

Can you share your code? It could be a few things

fishermanG commented 3 years ago

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

fishermanG commented 3 years ago

My bad. it's working now.

cybertza commented 3 years ago

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