-
Notifications
You must be signed in to change notification settings - Fork 289
Enhancement Request: MQTT Control #22
Comments
Hi, I think there is already a way to implement this with Home Assistant using the REST API, but I don't know HomeAssisant in detail. Nevertheless MQTT would be nice to have and I definitely will look into this when I find time. The PubSub library uses some additional RAM and memory, so I will have to try out if it's working with all libraries enabled. If you or someone else will do the first step on the integration I would definitely integrate this into McLighting. Regards |
+1 for home assistant integration with MQTT. I will maybe buy another esp to test this :) |
i just added MQTT to MCLighting.ino. |
Awesome! It's already in master branch ? Wanna check this out |
Would it be possible to add a short manual how to integrate those in home
assistant ?
Am 21.06.2017 22:04 schrieb "LeonVos" <[email protected]>:
… i just added MQTT to MCLighting.ino.
Page is in request
master...LeonVos:patch-1
<master...LeonVos:patch-1>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMtAf-GlVvQSWUHmtc6Fr0Fx4ngZBTuKks5sGXdVgaJpZM4NmpSE>
.
|
I overflew the file and couldn't locate mqtt username and password . Neither topic .I might have read a bit too fast and on the phone but I was just wondering if I miss something ? |
User&Passw is not needed for this , topics are at the end (ws2812-set/mode, ws2812-set/state ) Remind you that the control for mode does not work yet. I use io-broker, for H.A.. integration search for " mqtt home assistant" lots off sources for it. |
when u talk about mode. are those effects?
2017-06-22 9:51 GMT+02:00 LeonVos <[email protected]>:
… User&Passw is not needed for this , topics are at the end
(ws2812-set/mode, ws2812-set/state )
Remind you that the control for mode does not work yet.
I use io-broker, for H.A.. integration search for " mqtt home assistant"
lots off sources for it.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMtAf-eXcv1Nu9tJpkQLMgyBZyQTVu-aks5sGhzlgaJpZM4NmpSE>
.
|
@LeonVos Great! I will have a look at it as soon as I'm back from holidays and find time. Could you file this as a pull request in the McLIghting repo? Then I will create a standalone branch where we can test and do enhancements. Regards |
Plese have a look here: #26 (comment) |
First off, thanks for the great repo. I have two things to mention in reference to this new MQTT functionality that was added to the master branch.
It seems that the pubsubclient doesn't respect redefining of MQTT_MAX_PACKET_SIZE, as you have in definitions.h. So any message over 128 bytes won't be sent. You can change this as a build option if using PlatformIO, but not with the Arduino IDE. See this issue knolleary/pubsubclient#110 Hope this info helps, and I'm not posting this into the wrong place. Thanks for the excellent software. |
Thank you @nimbl. I will have a look at it as soon I find time. |
why do i get
and it just wont connect and how is the wifimanager supposed to work? which address do i have to type in? |
Hi, you need to connect your wifi with the esp (ssid looks like "espxxxx") default ip is 192.168.1.4 |
IP should be: 192.168.4.1 I think |
how would i reset it then ? will try this again now |
i reset it by uncommenting .. commted it again and it runs as accesspoint now .. strange |
Dear @thundergreen, |
Hello,
Thank you for this project, I have been trying to reliably control a NeoPixel with an ESP8266 and you made it very easy. Ultimately I would like to control this light via my home automation platform Home Assistant. MQTT control of the lights would make this integration very easy.
Thoughts?
The text was updated successfully, but these errors were encountered: