Hello,
I'm living in Belgium, so I will stay at home
Hello,
I'm living in Belgium, so I will stay at home
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
@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)
@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
@pjeterinfo Hello, maybe here [remove debug]](http://www.mysensors.org/build/debug)
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
@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....
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
With the serial, I can see the exchanges between node and the MQTTgateway
So what's wrong ? The Gateway, a port redirection ????
@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
But no more values in openHAB, pfff