Great, thanks.
urbanus
@urbanus
Best posts made by urbanus
-
RE: Vera Edge pi v1 ethernet gateway
Just in case anybody visits this post with the same problems - It's now sorted and working. Basic issues were:
1 - I did not set the parameters in the MyConfig.h files correctly, especially I needed to uncomment the inclusion feature!
2 - The fritz diagram for the LED 's is incorrect, if you build the gateway with the LED's you need to switch the GPIO pins to ground not to vcc as shown.
RegardsDavid
-
RE: Ethernet Gateway connection to Raspberry Pi
What do you think, should i go straight for a jumper or start with a sock pattern?
-
RE: Ethernet Gateway connection to Raspberry Pi
I have managed to get a working system by using Arduino Mega with the NRF24 (the one with the Aerial Connection) running the serial sketch - connected to a RPi2 running Domoticz and connected to the Arduino by USB.
This seems an expensive way to sort out a gateway so I will persevere with trying to find why I cannot get the other versions up and running but at least now I have a system - knitting will have to wait!!
Thanks for the help, much appreciated.
Latest posts made by urbanus
-
RE: Vera Edge pi v1 ethernet gateway
Hi again, I did not select the inverse feature as I was under the impression this just changes their behaviour ( i.e normally illuminated and turned off/on during tx/rx/error or normally not illuminated and turns on/off during tx/rx/error).
Thanks,
David -
RE: Vera Edge pi v1 ethernet gateway
Hi. Hope this link is okay, I'm not really sure how to do this.
https://www.mysensors.org/uploads/57c1a876f40891c215911e40/image/RPi3_status_led.jpg
It shows the GPIO pins routed to pin 1 on the pi - pin 1 is 3.3v. I followed the diagram withoit thinking the first tie and it was only when I had problems I started to think "how does this work"? taking it to ground sorted it.
Thanks
David -
RE: MySensors external examples (Zip file contains No valid library)
Hi, I have the same issue. Using 1.8.2. Downloaded the zip file. Tried to include it from the Arduino drop down but get the same message as above. If I manually open the xip file al the files seem to be there.
-
RE: Vera Edge pi v1 ethernet gateway
Just in case anybody visits this post with the same problems - It's now sorted and working. Basic issues were:
1 - I did not set the parameters in the MyConfig.h files correctly, especially I needed to uncomment the inclusion feature!
2 - The fritz diagram for the LED 's is incorrect, if you build the gateway with the LED's you need to switch the GPIO pins to ground not to vcc as shown.
RegardsDavid
-
RE: Vera Edge pi v1 ethernet gateway
@urbanus Just looking at the config.h file - do I have to set my SSID and password in this file before I "make" ? If do is this my VERA ssid etc. or my wifi ssid?
-
RE: Vera Edge pi v1 ethernet gateway
@urbanus this is the output from the test:
Dec 07 14:56:12 INFO Starting gateway...
Dec 07 14:56:12 INFO Protocol version - 2.3.1
Dec 07 14:56:12 DEBUG MCO:BGN:INIT GW,CP=RNNGL---,REL=255,VER=2.3.1
Dec 07 14:56:12 DEBUG TSF:LRT:OK
Dec 07 14:56:12 DEBUG TSM:INIT
Dec 07 14:56:12 DEBUG TSF:WUR:MS=0
Dec 07 14:56:12 DEBUG TSM:INIT:TSP OK
Dec 07 14:56:12 DEBUG TSM:INIT:GW MODE
Dec 07 14:56:12 DEBUG TSM:READY:ID=0,PAR=0,DIS=0
Dec 07 14:56:12 DEBUG MCO:REG:NOT NEEDED
Dec 07 14:56:12 DEBUG Listening for connections on 0.0.0.0:5003
Dec 07 14:56:12 DEBUG MCO:BGN:STP
Dec 07 14:56:12 DEBUG MCO:BGN:INIT OK,TSP=1
Dec 07 14:56:12 DEBUG TSM:READY:NWD REQ
Dec 07 14:56:12 DEBUG TSF:MSG:SEND,0-0-255-255,s=255,c=3,t=20,pt=0,l=0,sg=0,ft=0,st=OK:
Dec 07 15:02:59 DEBUG TSF:MSG:READ,1-1-255,s=255,c=3,t=7,pt=0,l=0,sg=0:
Dec 07 15:02:59 DEBUG TSF:MSG:BC
Dec 07 15:02:59 DEBUG TSF:MSG:FPAR REQ,ID=1
Dec 07 15:02:59 DEBUG TSF:PNG:SEND,TO=0
Dec 07 15:02:59 DEBUG TSF:CKU:OK
Dec 07 15:02:59 DEBUG TSF:MSG:GWL OK
Dec 07 15:03:00 DEBUG TSF:MSG:SEND,0-0-1-1,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=OK:0 -
RE: Vera Edge pi v1 ethernet gateway
@urbanus I also note that the wiring diagram for the LED's seems to be incorrect 9or I'm not reading it correctly. Doesnt the pi switch the outputs HIGH when a GPIO pin is called? The diagram seems to feed the LED's from 3.3v and then on through the limiting resistor back to the GPIO which will be at 3.3v when high.
-
Vera Edge pi v1 ethernet gateway
Hi. Anybody have the above configuration working? I have compiled as per the build instructions and run the test and all seems well, no error messages etc. Vera however doesn't seem to communicate with the gateway. I can ping the Vera.
Regards
David -
RE: Irrigation Controller with Domoticz
Hi. Okay thanks - can you point me to the 2.0 thread please I can't seem navigate my way to it.
I wondered about compatibility issues but the modified sketch and the original sketch bothe had the same version number in the header (2.0) I guess this is the version number for the arduino sketch not the Mysensors library (1.4.1)
I do find it confusing if a sketch is modified and the header remains the same.
Cheers
D