• Categories
    • Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. Emmanuel
    3. Posts
    E
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 6
    • Groups 0

    Posts

    Recent Best Controversial
    • Compile Error with esp8266/Arduino 2.4.0

      Hello,

      When compiling with esp8266/Arduino 2.4.0, I've got:

      C:\Users\john\Documents\Arduino\libraries\MyControllerDevice\McMessage.cpp: In member function 'char* McMessage::getString(char*) const':
      
      C:\Users\john\Documents\Arduino\libraries\MyControllerDevice\McMessage.cpp:112:41: error: no matching function for call to 'min(const uint8_t&, int)'
      
             dtostrf(fValue,2,min(fPrecision, 8),buffer);
      

      From 2.4.0 release notes:
      Remove min, max, isnan, isinf macros, use tempmlates from std:: instead.

      posted in MyControllerDevice (ESP8266)
      E
      Emmanuel
    • RE: MyControllerDevice and OTA Firmware device update , should it work ?

      OK, my mistake there. The Node // Firmware Name was empty. (It has been discarded when node has been deleted)

      0_1491227787168_Capture.JPG

      Now it works like a charm.
      Thanks for you attention.

      posted in MyControllerDevice (ESP8266)
      E
      Emmanuel
    • RE: MyControllerDevice and OTA Firmware device update , should it work ?

      @jkandasa Yes, I've got #define MQTT_MAX_PACKET_SIZE 512

      posted in MyControllerDevice (ESP8266)
      E
      Emmanuel
    • RE: MyControllerDevice and OTA Firmware device update , should it work ?

      Hello,

      I've got exactly the same issue : nothing happen when uploading a firmware.

      0_1491203889916_Picture1.png

      0_1491203916083_Picture4.png

      No output on serial port neither on Logs.

      Any idea ?

      posted in MyControllerDevice (ESP8266)
      E
      Emmanuel
    • RE: MyController MQTT Gateway Creation - 400: Bad request

      @Emmanuel OK need to select QoS

      0_1489415068638_QoS.JPG
      Then this is saving fine.

      posted in Getting Started
      E
      Emmanuel
    • MyController MQTT Gateway Creation - 400: Bad request

      Hello,

      I've downloaded & installed the SNAPSHOT version from here.

      When I'm trying to add a Gateway, I'm getting 400: Bad request error message when saving the config.

      0_1489414496048_Config.JPG

      0_1489413551508_Error.JPG

      Below is MyController version:
      0_1489413642547_image.png

      Any clue ?

      posted in Getting Started
      E
      Emmanuel