Navigation

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

    mickaelh51

    @mickaelh51

    I'm VoIP Engineer and domotic addict !

    12
    Reputation
    33
    Posts
    827
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online
    Website github.com/Mickaelh51 Location France

    mickaelh51 Follow

    Best posts made by mickaelh51

    • Arduino Library for Oregon sensors (433Mhz)

      Hi,
      I developed (modify) the originale Oregon library to be able to decode these sensors and send results in MySensors.
      Tested with : THGR228N and THGN132N
      It's a beta version ... many enhancements must be necessary, but it works
      https://goo.gl/x4ifu4

      your comments are welcome 😉

      posted in My Project
      mickaelh51
      mickaelh51
    • RE: Arduino Library for Oregon sensors (433Mhz)

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

      posted in My Project
      mickaelh51
      mickaelh51
    • RE: issue with V_TEXT sensor type

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

      thank you very much @sundberg84

      posted in Bug Reports
      mickaelh51
      mickaelh51
    • RE: Publish --> MQTT Gateway very slow

      HAAAAAAAAAAAAAAAAAA !!!!!! pffffffffffff !!!!
      so noob I am 😞

      it's work now !

      I have a lot of arduino in my network, and there are diffrent MAc address => normal !
      But in arduino with my sensor there wasn't MY_MAC_ADDRESS defined.
      and... two arduino with the same MAC (default MAC) ... pffff ==> doesn't work fine!!!!

      now it's work perfectly ! I'm sorry for you waste time !

      thanks !

      posted in Troubleshooting
      mickaelh51
      mickaelh51
    • RE: Arduino Library for Oregon sensors (433Mhz)

      Just before my vacations, I added some features 😉

      • Auto discover Oregon sensors ID
      • Save ID on Arduino EEPROM
      • Add battery level to MySensors

      My GitHub: https://goo.gl/x4ifu4

      Results on My OpenHAB
      oregon_openhab.png

      posted in My Project
      mickaelh51
      mickaelh51
    • RE: Arduino Library for Oregon sensors (433Mhz)

      there is this issue when I want "verify code" in codebender (see below), but with arduino soft 1.6.7 it works fine

      MySensors_433Mhz_Oregon.ino:66:19: error: use of undeclared identifier 'digitalPinToInterrupt'
      

      CodeBender version

      posted in My Project
      mickaelh51
      mickaelh51
    • RE: Arduino Library for Oregon sensors (433Mhz)

      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 😉

      posted in My Project
      mickaelh51
      mickaelh51

    Latest posts made by mickaelh51

    • RE: MySensors nodes with Ethernet interface only

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

      I have no time 😞

      If you find the solution, please tell me.

      thanks

      posted in My Project
      mickaelh51
      mickaelh51
    • RE: MySensors nodes with Ethernet interface only

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

      posted in My Project
      mickaelh51
      mickaelh51
    • MySensors nodes with Ethernet interface only

      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

      posted in My Project
      mickaelh51
      mickaelh51
    • RE: livolo Glass Panel Touch Light Wall Switch + arduino 433Mhz

      yes,
      I'm going to ask 😉

      posted in My Project
      mickaelh51
      mickaelh51
    • RE: livolo Glass Panel Touch Light Wall Switch + arduino 433Mhz

      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

      posted in My Project
      mickaelh51
      mickaelh51
    • livolo Glass Panel Touch Light Wall Switch + arduino 433Mhz

      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â“‚m1mrBR79UU2TK5oqUF7AxrA

      posted in My Project
      mickaelh51
      mickaelh51
    • RE: issue with V_TEXT sensor type

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

      thank you very much @sundberg84

      posted in Bug Reports
      mickaelh51
      mickaelh51
    • RE: issue with V_TEXT sensor type

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

      I will tell you if it works

      posted in Bug Reports
      mickaelh51
      mickaelh51
    • issue with V_TEXT sensor type

      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

      posted in Bug Reports
      mickaelh51
      mickaelh51
    • RE: Arduino Library for Oregon sensors (433Mhz)

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

      posted in My Project
      mickaelh51
      mickaelh51