Navigation

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

    Topics created by monte

    • monte

      ATMEGA 328 Timer/Counter2 frequency problem
      Troubleshooting • • monte  

      2
      0
      Votes
      2
      Posts
      20
      Views

      eiten

      Hi Monte! May you please post your sketch? Thank you very much, edi
    • monte

      Lights on after gateway reboot
      Troubleshooting • • monte  

      6
      0
      Votes
      6
      Posts
      19
      Views

      electrik

      If the message is retained, it will show up already when you connect MQTT explorer to the broker, without HA sending a message yet
    • monte

      Modular sketch to be configured with JSON (idea)
      Development • nrf52 fota json • • monte  

      12
      0
      Votes
      12
      Posts
      124
      Views

      user2684

      @monte, I've implemented in PR https://github.com/mysensors/NodeManager/pull/517 something going in the direction you pointed out. Before explaining just a simple assumption first: NodeManager is intended to run on a number of different boards, most of them with limited memory so this capability has to take this constraint into consideration (hence no json parsing, reuse of existing communication mechanism, capability disabled by default, etc.) Apart from this, I found a sort of compromise to enable/disable sensors, even remotely and optionally persisting the status across a reboot. All the implementation details are within the PR (down below, the PR also include other enhancements) feel free to provide comments here or on Github. Hope it could be useful to avoid reimplementing the entire logic from scratch
    • monte

      Control temperature of double white LED stripes
      Development • • monte  

      9
      2
      Votes
      9
      Posts
      787
      Views

      mfalkvidd

      Yes, let’s see if we can get @martinhjelmare ’s opinion.
    • monte

      uConfig - automaticly extract component from PDF datasheet to KiCad
      KiCad • • monte  

      1
      0
      Votes
      1
      Posts
      1564
      Views

      No one has replied

    • monte

      Interactive KiCAD BoM
      KiCad • • monte  

      3
      1
      Votes
      3
      Posts
      968
      Views

      monte

      @hek it's a python script that can be runned standalone from the terminal. By the way it's the only way I could make it work on my system. Apparently some linux versions of KiCad 5 are build without scripting support, so it crashes with segfault when this script is present in kicad's plugin folder. But as a command line script it needs only *.kicad_pcb file as an argument to work.
    • monte

      Secure node encrypted communication. AES-128
      Development • domoticz security lock • • monte  

      1
      0
      Votes
      1
      Posts
      1144
      Views

      No one has replied

    • monte

      ESP8266 MQTT gateway SSL connection
      Development • • monte  

      1
      3
      Votes
      1
      Posts
      2756
      Views

      No one has replied

    • monte

      Direct pairing of two nodes implementation
      Development • • monte  

      7
      3
      Votes
      7
      Posts
      2083
      Views

      RFM69

      I updated a few things, perhaps not all working properly yet, but have put a git page up at https://github.com/dudman8/MysensorsPairNodeLocal Added registering multiply pairings, flashing led to indicate if nodes are in pairing mode etc. Still needs some work though, any feed back welcome. Id like to add some messaging so controller could query the nodes and how they are connected, and configure them also from the controller, but don't know yet how to to this with templates and custom buttons etc in mycontroller.