• Categories
    • Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. paul
    P
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 8
    • Groups 0

    paul

    @paul

    2
    Reputation
    681
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    paul Unfollow Follow

    Best posts made by paul

    • RE: MQTT sample setup on ESP8266

      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

      posted in MyControllerDevice (ESP8266)
      P
      paul
    • MyController docker for RPI

      I created a simple Dockerfile project for mycontroller for my rpi. Clone the whole repo and follow the steps.
      Why?

      1. Docker helps me to handle porting mycontroller to a new rpi. ie works on a clean rpi without any java installed or other dependencies.
      2. Docker helps me to handle auto startup on boot.
      3. All other docker advantages.

      https://github.com/wengjjpaul/dockers-rpi-mycontroller

      posted in General Discussion
      P
      paul

    Latest posts made by paul

    • MyController docker for RPI

      I created a simple Dockerfile project for mycontroller for my rpi. Clone the whole repo and follow the steps.
      Why?

      1. Docker helps me to handle porting mycontroller to a new rpi. ie works on a clean rpi without any java installed or other dependencies.
      2. Docker helps me to handle auto startup on boot.
      3. All other docker advantages.

      https://github.com/wengjjpaul/dockers-rpi-mycontroller

      posted in General Discussion
      P
      paul
    • Removing login page

      As the topic. Is there a way to remove/skip the login page? I do not need authentication.

      posted in General Discussion
      P
      paul
    • RE: MQTT sample setup on ESP8266

      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

      posted in MyControllerDevice (ESP8266)
      P
      paul
    • RE: Custom Widget to send payload to sensor variable

      @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.

      posted in General Discussion
      P
      paul
    • Custom Widget to send payload to sensor variable

      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.

      posted in General Discussion
      P
      paul
    • RE: MQTT sensors support?

      @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

      posted in General Discussion
      P
      paul
    • RE: MQTT sensors support?

      @jkandasa what is the difference between mysensors mqtt and mycontroller mqtt gateways?

      posted in General Discussion
      P
      paul
    • Mqtt qos.

      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?

      posted in General Discussion
      P
      paul