bruxy70 / Home-Assistant-ESPHome-Weather-Station

Nextion display with ESP8266 microcontroller (Wemos D1 mini) showing Home Assistant temperature sensors and weather forecast
MIT License
171 stars 30 forks source link

no ACK was received #11

Open projectdimpreza opened 3 years ago

projectdimpreza commented 3 years ago

I tried to copy your weather station.. and i would like a button on the nextion display to show the real world state of a light.. when it is turned ON by the physical switch.. like when its ON then the button on the nextion display would change too... I manage to turn the lights ON or OFF via nextion display button.. but i had no luck in changing its actual state if i turn the light ON using the physical switch... it shows OFF on the nextion display button.. and i have a error log on esphome like this...

Sending command 'lightlamp.pic = 1' failed because no ACK was received

here is part of my esphome config..

display:

Do you know what am i missing here? thanks !