Navigation

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

    lunarok

    @lunarok

    1
    Reputation
    25
    Posts
    1445
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    lunarok Follow

    Best posts made by lunarok

    • RE: 2.0 Discussion: Units, sensor types and protocol

      Hi,

      Is there any move on the V2 ? Can we see the actual status and what it is going to look like ?
      Going to a V2 for the Jeedom controller, will like to see it coming with mySensors v2 changes.
      Precisly will like to have a status about :

      • reboot of node without needing a special bootloader (inside the lib will be the best)
      • sending libversion from presentation including for gateway (this is include for nodes, I don't know for gateway)
      • possible of sending V_type used during presentation, no need to wait to send data
      • possible of sending a short desc name for each sensors created (can be helpfull when you create many sensors with same type and the difference is not only the order)
      • possible to send the power source of node, I don't know inside battery or else. This will be very helpful with battery/plug or battery/solar source for exemple. So we can know how much the battery is full but also if the sensor is actually on battery.
      • getConfig to be used for any paramteres instead of units, like this the node can request parameters from the conrtoler (think about a global sketch for a switch that can talk to a relay node, by the controller side you set which node it's controling)

      Can we have a wiki page maybe with an actual status of where is the V2 ? And is there a dev version we can try ?

      posted in Announcements
      lunarok
      lunarok

    Latest posts made by lunarok

    • RE: Trouble after Jeedom update

      Yes please check jeedom forum (follow the link on the plugin page)
      The answer is given (I m in holidays, so no update before next week)
      This is due to core nodejs update (and you can solve it)

      posted in Troubleshooting
      lunarok
      lunarok
    • RE: Watermeter pulse sensor, mistake in the provided ino file ?

      Better to give a link to the sketch and copy the original part of code :
      https://github.com/mysensors/Arduino/blob/master/libraries/MySensors/examples/WaterMeterPulseSensor/WaterMeterPulseSensor.ino

      And yes there is only one sensor presentated to the gateway :
      // Register this device as Waterflow sensor
      gw.present(CHILD_ID, S_WATER);

      But there is 3 differents messages created on the same sensor. So there is on this node a waterflower sensor, but also a volume sensor and a counter sensor.
      Why just one sensor ?

      @GizMoCuz I see you have done the latest changes on this sketch and part of it was the declaration of 3 differents messages types with only 1 sensor. Is this volontary ?

      posted in Development
      lunarok
      lunarok
    • RE: Power emission of NRF

      Hi,

      Thank for replies. But actually, I don't need power consuption but power emission.
      This is a "health" value, able to compare the emission of waves by wifi, microwave and other RF.

      posted in Hardware
      lunarok
      lunarok
    • Power emission of NRF

      Hi,

      Anyone has informations about the power of emission of our lovely NRF ?
      I find only the maximum of the antenna one, around 100mW (like WiFi) at maximum force.

      Will be interested by the average power of a classic NRF on a sleepig node (when he wakes up of course) for exemple.
      To compare with some other chips and standards.

      Thanks if anyone see the information somewhere or has it for sharing.

      posted in Hardware
      lunarok
      lunarok
    • RE: IR Sketch

      @Terence-Faul : did you still get this issue ? around that time (1 month ago) there was a beta release of the plugin creating such error of loops, nothing about IR (my fault)

      @hek : IRLib decode the message, so it's not so long, around 12 characters. I use it myself, the node send to the controler any code received and you can store them. I have a scenario in Jeedom that is storing all codes receive until I erase it, like this pressing multiples button, I get all of them.
      After that, you can create a V_IR_SEND and as the input use any of the codes you have received.

      But must be working only for a protocole decoded by IRLib (at that time, I have try only my Sony remote) If not decoded, yes RAW message is too long to be used. And of course better to know what type of protocol it is so (but it's possible to send this value in another sensor for exemple)

      My bigger problem with this library, it's the hardcoded Sender in PIN 3 (I don't understand why, and make me impossible to use a motion sensor at same time)

      posted in Hardware
      lunarok
      lunarok
    • RE: [security] Introducing signing support to MySensors

      Hi,

      Is it possible to get a small schematics/howto for using ATSHA204 chip ? Maybe some references on the shop page for exemple.
      Maybe newbie question, but look that the best for this signing feature will be to connect Arduino with this chip. Only information is on A3, ok but I will feel more confident with some schematic for newbies 🙂

      posted in Development
      lunarok
      lunarok
    • RE: Polling mode for sensors

      Hi,

      Will be very interested in the developpment of this subject.
      As for the Jeedom controller, I'm waiting the "best" way to do this part.
      It can be done to send information/order to a node only when he wakes up as long there is a sign of it.
      But my problem is that yes, the sketchs using sleep never care about waiting for unexpecting under send when they are sleeping.

      So for me, if you have a way to implement it on the sketch part with the actual protocol untouched, I will be happy to test it (we have already some user expecting a possibility to get an order when their nodes awake)

      posted in Feature Requests
      lunarok
      lunarok
    • RE: Jeedom plugin configuration

      @Giacometti-Michele : your sensor present itself with an ID 0.
      That's not possible, the sensor must have an ID of 1 at least.
      Can you try a clear eeprom ?

      Now Jeedom is translated in english/russian and partialy in spanish/indonesian/italian. If you like Jeedom maybe you can help (for the latest one ? :)) We use transifex for translating.

      posted in Troubleshooting
      lunarok
      lunarok
    • RE: 2.0 Discussion: Units, sensor types and protocol

      Hi,

      A new wish. Possible to have the network gateway listening for nodes also on the ethernet network. Looking for ethernet nodes inside the electric panel. No RF, no security break 🙂

      posted in Announcements
      lunarok
      lunarok
    • Network Gateway with Sensors/Actuators

      Hi,

      As for now I have start using mySensors with success for rf sensors, and I'm very happy with it.
      Developping the plugin for Jeedom, I appreciate the power of the protocole and for exemple the presentation and that nothing is impossible.
      But it's wireless information going in the house.

      As I will need some central control for the relays inside the electric panel, I have look at different solutions :

      • XPL and xplduino
      • Arduidom

      Mainly wanting to keep the communication on wire for this part and not as a clear wireless message (security)
      XPL after tasting mySensors look heavy weapon for not better results. Hardware for xplduino is also complicate.
      Arduidom is a plugin avalaible for Jeedom controlling an Arduino. But it's avalaible only for the Jeedom master, and mine will not be inside the electric panel. And you can have only one.

      So, I come to an idea and want to share it here to see if it's a non-sense or interest people.
      I want to buil an ethernet gateway let say with a Mega and connected to relay boards to control light and switch from the electric panel. This inside a RAIL DIN box.
      It will be a standalone node, just reusing the mySensors plugin and mind.

      This will need a plugin able to talk to more than one gateway, what I have planned for the Jeedom controller. This will be usefull anyway if a user as a NRF24 and RFM69 network, or let say 2 NRF24 in a big property.

      So what I hope to come is a RAIL DIN box with ethernet connexion and relay boards. Talking to it in "mySensors" protocol.
      And if I need more IO, adding a RAIL DIN box etc

      posted in My Project
      lunarok
      lunarok