Navigation

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

    Topics created by pvoj

    • pvoj

      New sensor ID-s when changing network
      Home Assistant • • pvoj  

      8
      0
      Votes
      8
      Posts
      55
      Views

      JeeLet

      yes HA or (Hassio ) and not very friendly with MySensors. the "Persistence" function of the sensors and the rewriting of the sketches ( for the validation of the messages) and a constraint. Persistance No MyS is not dead, we are La! and for "Do I have to rewrite all my scripts, automations, models, etc..." ... it is perhaps the safest, cleanest... give us the result! Ask on the HA/Hassio forum for a solution? you are in mode #define MY_NODE_ID "static" for the nodes??
    • pvoj

      Setting up the 2nd RF24 network..
      Hardware • nrf24l01 rf24 nrf24network • • pvoj  

      5
      0
      Votes
      5
      Posts
      850
      Views

      pvoj

      @yveaux thank you for letting me know about this great project! The thread is also very useful. I managed to find a relatively quiet range in channels.
    • pvoj

      Multiple virtual nodes on a gateway
      Troubleshooting • gateway serial gateway temperature & humidity sensor node id • • pvoj  

      10
      0
      Votes
      10
      Posts
      1047
      Views

      pvoj

      @nca78 about my gateways: an old gateway running on MySensors 1.5 for years now. There are several nodes and sensors connected through it like temperature sensors, relays, switches. It controls my heating system with heat pump, buffering, 18 circles of floor heating, garden irrigation, alarm system, and some lights just for fun. the new gateway is a gateway to a Bluetooth network. Since MySensors has a great serial API and I have some experience with it I preferred to use it without a radio. I also think that it will be an interesting way of development and it could help to make MySensors even more popular. I had an idea to fork the library but unfortunately I don't have the experience and time to make it in good quality. But I'm sure letting developers to build connectors to different protocols is a very good idea. Catching Bluetooth messages from the air and decode them (with some reverse engineering) to send it through the MySensors gateway is relatively simple compared to the bidirectional communications. Processing some simple sensor data is a good first step.
    • pvoj

      Data collection
      My Project • gateway sql data • • pvoj  

      2
      0
      Votes
      2
      Posts
      1388
      Views

      mikeones

      You may look at the node js controller. It has database support. https://github.com/mysensors/Arduino/tree/master/NodeJsController Also check out the controller section of the form. http://forum.mysensors.org/category/3/controllers