Navigation

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

    Totche

    @Totche

    0
    Reputation
    29
    Posts
    768
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online
    Website http:// Location France Age 55

    Totche Follow

    Best posts made by Totche

    This user hasn't posted anything yet.

    Latest posts made by Totche

    • RE: IoT Techdays (14 april in Utrecht) - only for Duthmen

      Hello,

      I'm living in Belgium, so I will stay at home 😞

      posted in General Discussion
      Totche
      Totche
    • Improve DS18B20 resolution

      Hello everybody.

      I would like to know if it was possible to improve the resolution for the DS18B20 sensors.

      The goal is to have a reading of XX.XX degrees instead of XX.X.

      In the DallasTemperature.CPP, i have seen "DallasTemperature::setResolution", but i don't know how to use it in the sketch, certainly in the setup(), i think.

      Thanks for answers

      posted in Hardware
      Totche
      Totche
    • RE: Hum temp rain sensor help

      @floris said:

      > Serial.println("Failed reading humidity from DHT");
      > } else if (humidity != lastHum) {
      > lastHum = humidity;
      > gw.send(msgHum.set(humidity, 1));
      > Serial.print("H: ");
      > Serial.println(humidity);
      
      

      Hello, have you a message on the serial print ? Failed reading humidity from DHT or the value ?

      If you want to send every 2 mns, you have to "sleep" 2601000 milllseconds - the processing time for your code (near 0 compared to 2 mns)

      posted in Troubleshooting
      Totche
      Totche
    • RE: My 1AA battery sensor

      @klim Nice integration.

      Do you have a schematic of your board ?
      especially for the pins with the jumper.

      As I can see, the blue jumper is for open/closed current loop, but for the other pins ?

      Thanks

      posted in My Project
      Totche
      Totche
    • RE: unable to compile for ATmega168 16M 5v

      @pjeterinfo Hello, maybe here [remove debug]](http://www.mysensors.org/build/debug)

      posted in Troubleshooting
      Totche
      Totche
    • MQTT gateway and freedomotic

      Hello,

      I saw on the freedomotic page, it was possible to use the serial gateway with freedomotic, but also a MQTT Broker.

      Has anybody used this framework with the MQTT gateway with success ?

      Thanks

      posted in Hardware
      Totche
      Totche
    • RE: MQTT & openhab

      @tekka Ah OK, it's better to know it, thanks; 😉

      And I found the error this morning and it works great......

      To create the configuration file for openHAB, I made a copy/paste of the Mysensors example., and I haven't seen it was a space character at the beginning of each lines.

      I removed it, and it's working fine.now

      So be carefull with the spaces, it was a stupid mistake and boring to find.

      I have done this test 5 times, so I'm sure that it's the problem.

      Thank you everybody....

      posted in OpenHAB
      Totche
      Totche
    • RE: MQTT & openhab

      And tonight, the weird is back

      C:\Users\Totche>netstat -an|find "1883"
        TCP    0.0.0.0:1883           0.0.0.0:0              LISTENING
      

      In openHAB.fx, I can see the msgs from the node, so I suppose that the ethernet connection is working

      With MYSController, nothing displayed, no node network

      Sans titre.jpg

      With the serial, I can see the exchanges between node and the MQTTgateway

      So what's wrong ? The Gateway, a port redirection ????

      posted in OpenHAB
      Totche
      Totche
    • RE: MQTT & openhab

      @GuyP Now I can see that

      C:\Users\Totche>netstat -an|find "1883"
        TCP    192.168.1.13:25638     192.168.1.134:1883     ESTABLISHED
        UDP    0.0.0.0:61883          *:*
      

      The last Ip 192.168.1.234 was out of range with the router definitions

      Sans titre.jpg

      But no more values in openHAB, pfff

      posted in OpenHAB
      Totche
      Totche