Navigation

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

    Topics created by soif

    • soif

      MYS Library Startup Control ? After()? OnRegistration()?
      General Discussion • • soif  

      8
      0
      Votes
      8
      Posts
      2464
      Views

      DavidZH

      @tekka Found it! I added a #ifndef so I do not have to change it every time I program a node (and forget at what setting it is the next time....).
    • soif

      S_HSV_LIGHT + V_HSV Sensor type
      Feature Requests • • soif  

      5
      0
      Votes
      5
      Posts
      2704
      Views

      soif

      The problem is not really concerning RGB to HSV or vice-versa (BTW if you have a working-well RGB to HSV code, i'm interested. I'm currently using the FastLED one ...) The idea (and this is the main reason why HSV ever existed) is to get a easy and natural way to describe colors. For anyone in the world it is easyer to say "I want a red, pale, not so bright" light, instead of a" #FFAA11" light! When you are from a controller point of view, talking directly in HSV, allows to easily set a dim level (which is a major feature for a light, isn't it?), and a color (Hue). Devs like the Domoticz ones even dropped the Saturation at this time, but they are currently receiving (and could easily send) H(S)V values. Also most (if not all) javascript color pickers are natively talking HSV. About HSL vs HSV I think this not really important because it is just a story of different gamma correction / color space (if i understand well), and for devices intended as a Light (not as screen), color deviation is not a big issue. I just vote for the most used in related software (arduino lib + Javascripts color pickers), to try to match the requested color as accuratly as possible.
    • soif

      Other Controller get disconnected when sending any command to the Eth. Gateway (v2.0)
      Troubleshooting • • soif  

      13
      1
      Votes
      13
      Posts
      3541
      Views

      petewill

      @soif said: My GW don't crash while the second controller get a connection, it just throw away the previous connection. Interesting. My Vera and Node-red must constantly be disconnecting each other. This could be a great clue as to what's going on with my gateway crashing. The strange thing is the myscontroller worked so well before...
    • soif

      MySensors Php API class + command line script + Form
      My Project • • soif  

      9
      4
      Votes
      9
      Posts
      3717
      Views

      Ivan Z

      There is my php module for MajorDomo https://github.com/Shagrat2/majordomo-mysensor His contain library for MYSensor phpMS.php, and to extend classes for Serrial & TCP (phpMSCom.php, phpMSTcp.php)
    • soif

      RFC : Lazy Submission to OpenHardware.io using GitHub
      Feature Requests • • soif  

      10
      4
      Votes
      10
      Posts
      3135
      Views

      soif

      Except adding a little bit more work to maintain changes in version, date, description, adding photos, etc... So as it is not used I this time , I will remove it. Anyway, It would be really easy to revert the (clean-up) commit, whenever you'd decide to use this suggested (or another similar) standard.
    • soif

      Nodes on the Gateway or connected via I2C
      Feature Requests • • soif  

      5
      0
      Votes
      5
      Posts
      3007
      Views

      soif

      @mfalkvidd Thank you very much for pointing me to the dev branch which now implements nodes on the gateway. Things are evolving really fast here I'm certainly gonna wait until it reach the master branch to use it "in production". While this is just an excellent news solving the sensor-on-gateway issues, it don't solve/standardize multiple arduinos communication. But maybe this feature is outside of the scope od MySensors, and should be developped independently by extending the Wire.h methods. Any other thoughts?