Thanks @manutremo . Will give it a try, and use your sample sktetch. Just to get things right, you mean just keep the "fork"? Any documentation on the HW setup, or just a 10k resistor?
Teknor
@Teknor
Best posts made by Teknor
Latest posts made by Teknor
-
RE: Soil moisture sensor - strange readings
-
RE: Soil moisture sensor - strange readings
Thanks for the answers, not sure if I am closer to a solution. I am using digital output from the sensor according the the Mysensors description. Is it recommended to use analog output, if so, are there any sketches I can use "out-of-the-box"?
I have a FC28 sensor, not a YL-sensor mentioned above.
-
Soil moisture sensor - strange readings
Hi all,
I have a straight forward MySensor setup with a soil moisture sensor. I am currently at a trail and error stage, but plan to impement this in my green house for seasoning plants.Problem is I get strange readings in Domoticz. Very little difference in the readings between the dry and wet soil. Also the readings varies a lot.
image url)
(I have not tried to tune the knob on the sensor board.)
Is it normal with this variation and little difference between wet and dry?
The sketch is the standard MySensor code described in the build-section of this site.
All help is highly appreciated.
-
RE: Move MySensor nodes between controllers?
Will not connect to gateway. MySensor configuration btw is standard, no changes to standard config.
-
Move MySensor nodes between controllers?
Hi all. I have a Raspberry / Domoticz setup at home and one at my summer house. I have used the home set up as a test lab. When the MySensors nodes work as intended I take them to the summer house, I don't have that much time for programming, soldering and trial and error during weekends. However, few nodes seem to connect to the MySensors network at my summer house.
I'm using the same versions of MySensors, Domoticz etc both places. Are there any IDs or something which is "hard linked" to the home setup somehow and therefore refuses them to connect to the other installation?
All thoughts are welcome
-
RE: 💬 Building a Raspberry Pi Gateway
@macvictor Thanks. My RPI 2 is running Domoticz, RFXcom GW and 2x 3MP cameras with motion detection using Motioneye. Might be something wrong with my MySensors GW setup...
-
RE: 💬 Building a Raspberry Pi Gateway
When using RPI as a GW for MySensors, the CPU load increases from 18% to around 80 %. I am using a RPI II model B. I'd love the have the GW running on the Raspberry, and avoid a USB connected Arduino.
Does somebody else experience the same?
-
RE: Error with Atmospheric Pressure Sensor - TSP:CHKUPL:FAIL (hops=255)
@sundberg84 Thanks for your response. I am using an Arduino Nano connected to a RPI II (serial gateway). Using the sketch and have followed the guidelines in the build section here. No modifications in the serial sketch settings or configuration - using standard setup. I have a few other nodes up and running (light sensors, temp and humidity sensors) working perfectly.
-
Error with Atmospheric Pressure Sensor - TSP:CHKUPL:FAIL (hops=255)
Hi All,
Thanks for a great community.I try to get a atm pressure sensor to work together with a 2.0 gateway. I use the standard sketch in the demo site (https://www.mysensors.org/build/pressure) but get error messages. Is this sketch not compatible with MyS 2.0?
This is the error log from the sensor, please see the last few lines with errors:
Starting sensor (RNNNA-, 2.0.0)
TSM:INIT
TSM:RADIO:OK
TSP:ASSIGNID:OK (ID=5)
TSM:FPAR
TSP:MSG:SEND 5-5-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc:
TSP:MSG:READ 0-0-5 s=255,c=3,t=8,pt=1,l=1,sg=0:0
TSP:MSG:FPAR RES (ID=0, dist=0)
TSP:MSG:PAR OK (ID=0, dist=1)
TSM:FPAR:OK
TSM:ID
TSM:CHKID:OK (ID=5)
TSM:UPL
TSP:PING:SEND (dest=0)
!TSP:MSG:SEND 5-5-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 5-5-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc:
TSP:MSG:READ 0-0-5 s=255,c=3,t=8,pt=1,l=1,sg=0:0
TSP:MSG:FPAR RES (ID=0, dist=0)
TSP:MSG:PAR OK (ID=0, dist=1)
TSM:FPAR:OK
TSM:ID
TSM:CHKID:OK (ID=5)
TSM:UPL
TSP:PING:SEND (dest=0)
TSP:MSG:SEND 5-5-0-0 s=255,c=3,t=24,pt=1,l=1,sg=0,ft=0,st=ok:1
TSP:CHKUPL:FAIL (hops=255)
!TSM:UPL:FAIL
TSM:FPARThanks for any advice!