Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. DerTomm
    3. Topics
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by DerTomm

    • DerTomm

      MySensors protocol page improvement recommendation
      General Discussion • • DerTomm  

      5
      1
      Votes
      5
      Posts
      1058
      Views

      flopp

      also found typo V_STATUS missing S_BINARY, S_WATER_QUALITY V_LIGHT missing S_BINARY V_WATT missing S_BINARY, S_RGB_LIGHT, S_RGBW_LIGHT V_PERCENTAGE missing S_COVER V_TEMP missing S_WATER_QUALITY S_HEATER missing V_STATUS, V_HVAC_SETPOINT_HEAT S_HVAC missing V_STATUS, V_TEMP, V_HVAC_SPEED V_HVAC_SETPOINT_COLD is missing
    • DerTomm

      [Solved] Undefined reference to own class used in Arduino sketch .cpp
      Troubleshooting • • DerTomm  

      2
      0
      Votes
      2
      Posts
      4629
      Views

      DerTomm

      Finally I found a solution for the described situation. PlatformIO did not compile all dependend files in a library due to a wrong folder layout. After correcting this it works now. For people experiencing the same issue I recommend visiting the connected PlatformIO community thread: https://community.platformio.org/t/pio-does-not-compile-all-included-library-classes-which-leads-to-linker-errors/1034
    • DerTomm

      [SOLVED] GatewayESP8266MQTTClient node reboots permanently as soon as MyController activates it as gateway
      Troubleshooting • • DerTomm  

      3
      0
      Votes
      3
      Posts
      1415
      Views

      DerTomm

      Thanks - that solved the problem!