see solution above. Delete your dallas library and replace with the one above in the master zip file. That was the solution for me.
stingone
@stingone
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...
Latest posts made by stingone
-
RE: 💬 Temperature Sensor
see solution above. Delete your dallas library and replace with the one above in the master zip file. That was the solution for me.
-
RE: How to build a repeater
@mfalkvidd said:
@stingone what does the serial debug output say?
TSM:UPL TSP:PING:SEND (dest=0) !TSP:MSG:SEND 6-6-0-0 s=255,c=3,t=24,pt=1,l=1,sg=0,ft=0,st=fail:1 TSP:CHKUPL:FAIL (hops=255) !TSM:UPL:FAIL TSM:FPAR TSP:MSG:SEND 6-6-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc: !TSP:SEND:TNR TSP:MSG:READ 5-5-6 s=255,c=3,t=8,pt=1,l=1,sg=0:1 TSP:MSG:FPAR RES (ID=5, dist=1) TSP:MSG:PAR OK (ID=5, dist=2) !TSP:SEND:TNR TSM:FPAR:OK TSM:ID TSM:CHKID:OK (ID=6) TSM:UPL TSP:PING:SEND (dest=0) !TSP:MSG:SEND 6-6-5-0 s=255,c=3,t=24,pt=1,l=1,sg=0,ft=0,st=fail:1 TSP:CHKUPL:FAIL (hops=255) !TSM:UPL:FAIL TSM:FPAR TSP:MSG:SEND 6-6-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc: Init complete, id=6, parent=255, distance=255, registration=1 !TSP:SEND:TNR```
Starting sensor (RNNNA-, 2.0.0) TSM:INIT TSM:RADIO:OK TSP:ASSIGNID:OK (ID=6) TSM:FPAR TSP:MSG:SEND 6-6-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc: TSM:FPAR TSP:MSG:SEND 6-6-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc: TSM:FPAR TSP:MSG:SEND 6-6-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc: TSM:FPAR TSP:MSG:SEND 6-6-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc: !TSM:FPAR:FAIL !TSM:FAILURE TSM:PDT TSM:INIT TSM:RADIO:OK TSP:ASSIGNID:OK (ID=6) TSM:FPAR TSP:MSG:SEND 6-6-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc: TSM:FPAR TSP:MSG:SEND 6-6-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc: TSM:FPAR TSP:MSG:SEND 6-6-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc: TSM:FPAR TSP:MSG:SEND 6-6-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc: !TSM:FPAR:FAIL !TSM:FAILURE TSM:PDT TSM:INIT TSM:RADIO:OK TSP:ASSIGNID:OK (ID=6) TSM:FPAR TSP:MSG:SEND 6-6-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc: TSM:FPAR TSP:MSG:SEND 6-6-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc: TSM:FPAR TSP:MSG:SEND 6-6-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc: TSM:FPAR TSP:MSG:SEND 6-6-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc: !TSM:FPAR:FAIL !TSM:FAILURE TSM:PDT
-
RE: How to build a repeater
Now testing for few day's and i see that one of my sensors stops working after few minutes.. the one that is most close to the gateway... after resetting it sends af few minutes and then stops working again...
-
RE: How to build a repeater
@ramoncarranza said:
no need to change anything on your original sensors and and yes it will relay signals from multiple sensors to your gateway/controller. Just our of curiosity, what controller are you using???
Just build the repeater today..how can i see check if it is working properly??
Nevermind its working :):) just received the information on the repeater... great support thanks
-
RE: How to build a repeater
@ramoncarranza said:
no need to change anything on your original sensors and and yes it will relay signals from multiple sensors to your gateway/controller. Just our of curiosity, what controller are you using???
Using pimatic v9. on a raspberry pi 3. I already build a mysensors combined temp/ph sensor. But had to change the code in mysensors v2.0. I'm using lot of 433mhz over more then 25 devices.. but im now changing also towards mysensors :). so the mysensors is a little bit new to me.
-
RE: How to build a repeater
Ok so no need to change any code in my original sensor? and will it send multiple values from more sensors if picked-up?
-
RE: How to build a repeater
@scalz said:
Hello,
Here it is https://www.mysensors.org/download/sensor_api_20#create-repeating-nodes
lot of great docs on main site thoughso do i need to use for each sensor a repeater? copy the sensor code and add the #define MY_REPEATER_FEATURE in the top of the code?
-
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...
-
How to build a repeater
Hello everyone.
I cant find a clear solution how to build a repeater. i have a tempsensor on 40m distance from my gateway and want to build a repeater in between.
Can anyone tell me what to do achieving this e.g. sample code etc..
Thanks..