see solution above. Delete your dallas library and replace with the one above in the master zip file. That was the solution for me.
Best posts made by stingone
-
RE: 💬 Temperature Sensor
-
PH and Temp controller
Re: PH and Temp controller with arduino
Hi everyone... couple of months ago i started working on a PH controller and temp controller. I finally got it working including in Pimatic.
You can find the whole how-to, part-list and combined sketch in here.
-
RE: Help on code for Mysensors 2.0
@mfalkvidd said:
It depends on how much work you are prepared to do and how much flexibility you want in the code.
If you only use one temperature sensor and don't have any plans to add more, change
gw.send(msg.setSensor(i).set(temperature,1));
gw.send(msg.set(temperature,1));
Only using the ph sensor and 1 temperatuur sensor no need for more temp sensors.
-
RE: Problems dallas tempsensor
@Boots33 said:
@stingone That is a known issue with the latest dallas library. See this post for the fix
Many thanks.. works all fine now had indeed the wrong datasheet...