@akbooer Thanks for yr quick support suggestion. However, none is applicable since the ethernet shield 2 is working fine. I even connect to the Vera using HTTP GET request to get data into the variable container plug in. The problem remains that I can't fine a proper sketch to interface the ethernet shield board with the Arduino VERA plug in. THis would have many advantages for me by virtue of having individual device nr's.
Posts made by Bergerie
-
RE: Ethernet Shield 2
-
RE: Ethernet Shield 2
I can't imagine I'm the only one trying to interface an Arduino UNO with Ethernet Shield 2 (Wiznet W5500) and hardwired sensors on pin 2 with Vera Lite UI5. I'm still lost with VERA lite Plugin reporting "Cannot send command-communication error". Any guidance please!
-
RE: Can't ping Ethernet Gateway
@mscott I'm struckling getting my Ethernet shield to work with the VERA lite UI5 plugin. It looks like you were in teh same boot. Is it possible you summarize the sketch and library used to solve your problem?
-
RE: Ethernet Shield 2
I have only hardwired dallas temp devices connected to pin 2.
-
RE: Ethernet Shield 2
@akbooer What refers to the V1.5 library? Do you mean the EthernetGateway library? I'm using the Arduino-development.zip from GitHub. What should I do with soft SPI since I'm not using a radio. If this need to be changed, does this involve editing Myconfig.h? I'm still running UI5 on my Vera Lite. The VERA Lite Arduino Plugin indeed is holding the same IP address and port number as referred to in the EthernetGateway.ino.
-
RE: Ethernet Shield 2
@akboer Thanks for attending to my issue which is highly appreciated. Yes indeed, I compiled with ether.h, reboot vera. Likewise, I changed to ethernet2.h and reboot the Vera too. In both cases. the end result on the VERA lite Plugin is "Cannot send command-communication error".
Am I correct in using this sketch in a ethernet shield 2 with hardwired dallas temp devices? I have no wireless ethernet links installed.
Any further guidance would be appreciated. -
Ethernet Shield 2
I'm running an Arduino UNO with Ethernet shield 2 using Wiznet W5500. I'm trying to setup a connection with my Vera Lite. It would suggest that the Vera plugin installed correctly with Plugin Version 1.4 but No indication of Lib version yet. I presume that this field will only be filled in once a successfull connection has been established with the ethernet gateway. The plugin currently shows: "Cannot send command-communication error"
For the ethernet gateway, I used the mysensors http://www.mysensors.org/build/ethernet_gateway example. In edit mode I changed the IP address and MAC leaving port 5003. (matched with Vera plugin Advanced tab). If I use "Run on Arduino", I get "There was an error compiling". If I cut and paste EthernetGateway.ino into the IDE (1.7.6), it compiles without any error. However, despite the "apparent" successfull compilation, the VERA plugin continues to display "Cannot send command-communication error". I have also tried to change #include <Ethernet.h> to #include <Ethernet2.h>, though still no connection.
Is the sketch compatible with the Arduino shield 2 with just hardwired Dallas Temperature sensors? If so, any suggestions where to look for remedying the current lack of comm with VERA?
Appreciate any feedback.