Navigation

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

    Topics created by afeno

    • afeno

      pymysensors specific forum?
      Home Assistant • • afeno  

      2
      0
      Votes
      2
      Posts
      1148
      Views

      martinhjelmare

      @afeno There's no specific forum for pymysensors that I know. Home Assistant uses pymysensors, so maybe that's the closest? Regarding sending an internal message: Create a Message instance and use the copy method to set the types and child, internal, I_VERSION, 255 etc. You can look at other places in the code for how that is done, eg: https://github.com/theolind/pymysensors/blob/master/mysensors/mysensors.py#L83-L85 Then you want to encode the message and add it to the Gateway queue, for subsequent sending to gateway. There's the Gateway.fill_queue method for this. But you actually have to add a function with optional arguments/keyword arguments, where the return value of the function is the encoded message, to the queue. So you can add a reference to the encode method of the Message instance. See for example: https://github.com/theolind/pymysensors/blob/master/mysensors/mysensors.py#L325
    • afeno

      Reconnect MySensors Ethernet Gateway when it is back
      Home Assistant • • afeno  

      2
      0
      Votes
      2
      Posts
      1096
      Views

      afeno

      If you want more information about this known issue, please follow this thread on the HA forum: https://community.home-assistant.io/t/reconnect-mysensors-ethernet-gateway-when-it-is-back/3724
    • afeno

      What is the difference between the NRF24L01 and NRF2401?
      Hardware • • afeno  

      4
      0
      Votes
      4
      Posts
      1980
      Views

      afeno

      @flopp said: https://forum.mysensors.org/topic/666/debug-faq-and-how-ask-for-help Sorry. I don't understand the answer. I'm looking for some information that I can't find on the web or Nordic's webpage and maybe someone in this form with enough experience already know the answer. I'm not looking for help or troubleshooting instructions. I only would like to know the difference between the two chips. It is not clear for me from what I found on Nordics... Thanks four your understanding. Regards, Alfredo.
    • afeno

      Pushbullet subscription not working
      Feature Requests • • afeno  

      3
      1
      Votes
      3
      Posts
      1228
      Views

      afeno

      Thank you! It is working again Have a nice rest of the day.