I have been using this set up with 5 esp8266 sensors from https://www.wemos.cc/. Tested even the update firmware OTA. working great.
Just remember to Change MQTT_MAX_PACKET_SIZE to 512 bytes on PubSubClient.h to allow for OTA
I have been using this set up with 5 esp8266 sensors from https://www.wemos.cc/. Tested even the update firmware OTA. working great.
Just remember to Change MQTT_MAX_PACKET_SIZE to 512 bytes on PubSubClient.h to allow for OTA
I created a simple Dockerfile project for mycontroller for my rpi. Clone the whole repo and follow the steps.
Why?
I created a simple Dockerfile project for mycontroller for my rpi. Clone the whole repo and follow the steps.
Why?
As the topic. Is there a way to remove/skip the login page? I do not need authentication.
I have been using this set up with 5 esp8266 sensors from https://www.wemos.cc/. Tested even the update firmware OTA. working great.
Just remember to Change MQTT_MAX_PACKET_SIZE to 512 bytes on PubSubClient.h to allow for OTA
@jkandasa I think i am talking about custom html buttons. I do use custom buttons for IR sensors. Because i am making a confirmation button, i need to use my own html.
Is there an example for sending a payload to a sensor variable? I want to create my own html button to send a payload to a sensor variable.
@jkandasa nice. I see support for standalone esp8266 sensors to use mqtt to communicate with mycontroller soon. Looking forward to some Arduino examples to use mycontroller-device library
@jkandasa what is the difference between mysensors mqtt and mycontroller mqtt gateways?
Great controller for MySensors. I used MyController for 1 day and i like it very much. Will be using it from now on.
Just a question. is it possible to set Mqtt message Qos being sent out?