Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
M

mickaelh51

@mickaelh51
About
Posts
33
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • MySensors nodes with Ethernet interface only
    M mickaelh51

    Hi,
    I'm sorry. I didn't test this method yet.

    I have no time :(

    If you find the solution, please tell me.

    thanks

    My Project

  • MySensors nodes with Ethernet interface only
    M mickaelh51

    It's very good @hek !
    thanks for your answer.

    My Project

  • MySensors nodes with Ethernet interface only
    M mickaelh51

    Hi all,
    I use my arduino network with ethernet interface and MQTT protocol.
    Now, I want to use the same hardware but with MySensors + MQTT (no gateway role).

    Is it possible to use mysensors with no NRF24 or RFM69 ?

    when I test I had this issue:

    Radio init failed. Check wiring.
    

    normal ... but is there an option to do this ?

    thanks in advance

    My Project

  • livolo Glass Panel Touch Light Wall Switch + arduino 433Mhz
    M mickaelh51

    yes,
    I'm going to ask ;)

    My Project

  • livolo Glass Panel Touch Light Wall Switch + arduino 433Mhz
    M mickaelh51

    Hi @hek
    In ebay pictures you can see 433Mhz receiver...
    screenshot-www ebay fr 2016-01-10 21-02-17.png

    is it the same no ?
    433.jpeg

    My Project

  • livolo Glass Panel Touch Light Wall Switch + arduino 433Mhz
    M mickaelh51

    Hi all,
    someone has already use livolo Glass Panel Touch Light Wall Switch (or livolo like) ?
    I found a arduino library to work with it, but I'm not sure switch below is a 433Mhz compatible:

    http://www.ebay.fr/itm/1-2-Gang-Luxury-Crystal-Glass-White-Panel-Touch-Remote-LED-Home-Light-Switch-WT-/191733281508?var=&hash=item2ca431b2e4:m:m1mrBR79UU2TK5oqUF7AxrA

    My Project

  • issue with V_TEXT sensor type
    M mickaelh51

    I'm sorry for that ;)
    It works perfectly after the library update

    thank you very much @sundberg84

    Bug Reports

  • issue with V_TEXT sensor type
    M mickaelh51

    Thanks @sundberg84
    I'm going to update my library now !

    I will tell you if it works

    Bug Reports

  • issue with V_TEXT sensor type
    M mickaelh51

    Hi all,
    I'm playing with LCD screen. I want to display in my LCD a string from my mqtt broker.
    Ex:
    OpenHAB --> MQTT Broker --> MQTT Gateway --> LCD (directly connected on gateway)

    I can send a message Ex: "TEST_LCD_1_MIKA_COOL":
    Result:

    0;0;3;0;9;Message arrived on topic: mygateway1-in/0/3/1/V_TEXT/47
    Incoming msg DATA: TEST_LCD_1_MIKA_COOL
    

    but when I send a shorter message Ex: "TEST_LCD_2_SUPER"

    0;0;3;0;9;Message arrived on topic: mygateway1-in/0/3/1/V_TEXT/47
    Incoming msg DATA: TEST_LCD_2_SUPERCOOL
    

    We can see that message.getString is false. It adds the end of the last string on this new string.

    buffer not empty ?

    My conf:

    void receive(const MyMessage &message) {
      // We only expect one type of message from controller. But we better check anyway.
      if (message.type==V_TEXT && message.sensor == LCD_CHILD) {
        lcd.clear();
        Serial.print("Incoming msg DATA: ");
        lcd.print("Incoming msg DATA: ");
        lcd.setCursor ( 0, 1 );
        Serial.println(message.getString());
        lcd.print(message.getString());
       } 
    }
    

    can you help me please ?

    Thanks in advance

    Bug Reports

  • Arduino Library for Oregon sensors (433Mhz)
    M mickaelh51

    Just for fun : https://youtu.be/2Um5PQ_tZXA

    My Project

  • Arduino Library for Oregon sensors (433Mhz)
    M mickaelh51

    Arduino has accepted my library ;)
    it available in libraries manager on the arduino IDE

    My Project

  • Arduino Library for Oregon sensors (433Mhz)
    M mickaelh51

    First version of my official arduino library : https://github.com/Mickaelh51/Arduino-Oregon-Library

    I asked at Arduino software to put this new library (1.5 arduino format) in their official "libraries manager" ==> https://github.com/arduino/Arduino/issues/4371

    If they ok to include my library, the arduino IDE will be able to check the available updates.

    This 1.0.0 version has been tested with : Arduino UNO / 433Mhz receiver / Oregeon sensor THGR228N.

    I'm already working on developement github branch with many enhancements.
    Ex: Data Checksum / Others sensors (OWL Electricty Meter / WGR918 Annometer / RGR918 Rain Guage / UV138 / THGR918 Outside Temp-Hygro / BTHR918 Temp-Hygro-Baro)

    if you want to test master or developement branch, I'm free to discuss with you.

    good playing ;)

    My Project

  • How to see the sensors registered on gateway
    M mickaelh51

    hi @Sparkman
    I use Openhab.

    But "presentation" function is used for what ? Is it just for the gateway sends the correct type ID ?

    General Discussion

  • How to see the sensors registered on gateway
    M mickaelh51

    Hi list,
    I'm looking for a way to see all registered sensors on gateway.
    Ex:

    1. Sensor:0 / V_TEMP / node: 10 / ....
    2. Sensor:1 / V_HUM / node:2 / ....

    can I send a specific MQTT message (if MQTT gateway) to receive a complete list ? A local software ? A web frontend ?

    thanks in advance

    General Discussion

  • Arduino Library for Oregon sensors (433Mhz)
    M mickaelh51

    Hi, I finished my first complete library Oregon.h with 2 examples (1 with MySensors / 2 without MySensors).

    I will test it next week and I will post it here.
    After many tests I post a pool request in official mysensors project on github.

    Did you have time to test the first version ?

    thanks in advance

    My Project

  • which hardware model must to be used for ethernet gateway ?
    M mickaelh51

    ESP8266 is faster than W5100 ok thanks.
    but if I want work with ethernet only ?

    Hardware

  • which hardware model must to be used for ethernet gateway ?
    M mickaelh51

    Hi,
    No problem ;)

    I have only 3 sensors in test. But with this nodes I feel my gateway is low.
    When I send an order from MQTT (Ex "On" command to specific relay), it's not in real time (few seconds to execute this order).

    But when I shutdown 2 nodes / 3. I saw the same order seems faster.

    So, my question is: Is there a recommendation for gateway hardware ?

    thanks and happy new year 2016 ;)

    Hardware

  • which hardware model must to be used for ethernet gateway ?
    M mickaelh51

    Hi,
    Actually I'm using an Arduino UNO to be the ethernet (MQTT) gateway.
    But, I feel that Arduino UNO is too low when there is many sensors.

    Do you have an experience with UNO or MEGA to be a MQTT Gateway ?
    which hardware to choose ?

    thanks in advance

    Hardware

  • Arduino Library for Oregon sensors (433Mhz)
    M mickaelh51

    Ok thanks.
    I will do some enhancements before post my pool request.

    bye

    My Project

  • Arduino Library for Oregon sensors (433Mhz)
    M mickaelh51

    @hek thanks for your answer.

    If I understood, I can use save & load state if:

    1. I start the ID from EEPROM_LOCAL_CONFIG_ADDRESS
      Ex:
    for (i=EEPROM_LOCAL_CONFIG_ADDRESS; i<COUNT_OREGON_SENSORS; i++){
    
    1. I write <255 bytes

    is it exact ?

    thanks in advance

    PS (10 mins after):
    I don't understand, indeed with this variable:

    EEPROM_CONTROLLER_CONFIG_ADDRESS (EEPROM_ROUTES_ADDRESS+256)
    

    we are beyond the maximum ID (255) no ?

    My Project
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular