You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.
I just started using McLighting today figured I would spare myself the programming for the esp01s.
I've enabled MQTT_HOME_ASSISTANT_SUPPORT so that I can use this to catch the mqtt messages with HAPNodeJS and also send messages to it.
What I did so far is test this all by monitoring my mqtt and sending commands on the home/<hostname>_ha/state/in channel. This works fine when I install the code on a clean esp01s (or whip everything from a esp incl WiFi settings). I'll connect to the esp wifi setup my wifi connection and mqtt connection (for which i use a local ip address for example: 192.168.1.20).
When I do this i see that what i push on the mqtt channel changes the LED. but if i then disconnect the esp from power and power it up again. none of the MQTT stuff is working other then the messages that are being persisted at startup. nothing is coming in and whatever i publish isn't handled.
does anyone know what could be going on?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I just started using McLighting today figured I would spare myself the programming for the esp01s.
I've enabled
MQTT_HOME_ASSISTANT_SUPPORT
so that I can use this to catch the mqtt messages with HAPNodeJS and also send messages to it.What I did so far is test this all by monitoring my mqtt and sending commands on the
home/<hostname>_ha/state/in
channel. This works fine when I install the code on a clean esp01s (or whip everything from a esp incl WiFi settings). I'll connect to the esp wifi setup my wifi connection and mqtt connection (for which i use a local ip address for example: 192.168.1.20).When I do this i see that what i push on the mqtt channel changes the LED. but if i then disconnect the esp from power and power it up again. none of the MQTT stuff is working other then the messages that are being persisted at startup. nothing is coming in and whatever i publish isn't handled.
does anyone know what could be going on?
The text was updated successfully, but these errors were encountered: