Navigation

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

    Topics created by willemx

    • willemx

      Need advice on solar powering with LiFePo4 battery
      General Discussion • • willemx  

      17
      0
      Votes
      17
      Posts
      171
      Views

      TerkumOsber

      LiFePO4 batteries are a great choice because they have a long life cycle and are much safer than other lithium-based batteries. However, you need a solar charge controller that’s compatible with LiFePO4 to prevent overcharging and maintain efficiency. A good MPPT controller can significantly boost energy harvest from your panels. Also, ensure your solar panel output matches your power needs. If you're in solar ireland, you might find some local companies that offer tailored solutions for maximizing solar efficiency in lower light conditions.
    • willemx

      Need help with ethernet/RFM95 gateway
      Troubleshooting • • willemx  

      6
      0
      Votes
      6
      Posts
      87
      Views

      mfalkvidd

      Thanks for the info @willemx I have added a note to https://www.mysensors.org/build/ethernet_gateway Feel free to suggest changes if you think the information can be presented in a better way.
    • willemx

      MQTT gateway sends duplicate messages to controller?
      Troubleshooting • • willemx  

      16
      0
      Votes
      16
      Posts
      124
      Views

      hlehoux

      @hlehoux BTW, in my case this seems to be related to the battery being very low.
    • willemx

      [SOLVED] Need help with ESP8266 MQTT Gateway (RFM69HW radio)
      Troubleshooting • • willemx  

      18
      0
      Votes
      18
      Posts
      109
      Views

      tekka

      @willemx Excellent! Have fun!
    • willemx

      [SOLVED] Error building ESP32 node: multiple definition of `app_main'
      Development • • willemx  

      9
      0
      Votes
      9
      Posts
      2216
      Views

      dsiee

      Just to add for those using Arduino IDE, downloading the latest development version of MySensors fixes the same issue. Just go to https://github.com/mysensors/MySensors and hit "Clone/Download Zip", Download the zip then add to Arduino (Sketch -> Include Library -> Add .Zip Library then select the zip you downloaded). You may need to delete the old library folder from Documents\Arduino\libraries to ensure the new version is used. This will be fixed with MySensors 2.3.2.
    • willemx

      compile error 'MY_ESP8266_SSID' was not declared in this scope
      Troubleshooting • • willemx  

      6
      0
      Votes
      6
      Posts
      995
      Views

      mfalkvidd

      @willemx I don't understand all the details, but here is how I have understood the situation: MySensors needed to override some internal esp8266 functions to seamlessly (for the sketch developer) provide the same features that MySensors offers for other microcontrollers. The esp team changed those functions in the 2.4.2 release, which caused compile errors for sketch developers if they upgraded the board definitions. MySensors development version was modified to handle the new functions. By doing this, it was no longer possible to compile MySensors with the old (and still widely used, most people don't upgrade their board definitions) esp8266board definitions. So when a new release of MySensors is done, everyone who hasn't upgraded their board definition but have upgraded the MySensors library will be unable to compile their code. On the upside, everyone who has upgraded their board definitions will be able to compile without trouble. The only "safe" way (for future upgrades) is to remove important functionality, eliminating the need to override internal esp functions. But that will also get a lot of people into trouble. So what we've got is that whatever we do, people will get into trouble. There are no warnings in the esp8266 release notes because the esp team is not responsible for keeping compatibility with internal functions. There are no warnings in the MySensors release notes because the latest MySensors release was made before the esp8266 changes were present. There will be a note in the release notes for the next MySensors release.
    • willemx

      Need help to connect gateway to Node-RED
      Node-RED • • willemx  

      5
      0
      Votes
      5
      Posts
      1992
      Views

      willemx

      I have the wireless gateway and Mosquitto running and now I can see the temperature readings coming into node-RED, nicely decoded through mysdecode. Thanks everyone for these amazing frameworks!