This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Connecting JSON from Ethernet device
#1
Hi all
i have a Ethernet device called DEAnetIP4 to control my relays in the boat.
I'm trying to control it with the freeboard. First i tryet in NodeRED, but i'm not good at coding. Then I found out that the relayboard send and recieve by JSON, so i tryet to connect with that. The board is connected with wire to the router where my PI is connected to with a wifidoungle named wlan1. OpenPlotter is transmitted by wlan0, and I think the problem lies here.

When I go to the browser and type this address: http://192.168.1.100/current_state.json?pw=admin

I get this:
Code:
{
 "CurrentState": {
   "DigitalInput": [
     {"Name": "DI1", "Value": "0", "Count": "0"},
     {"Name": "DI2", "Value": "0", "Count": "0"},
     {"Name": "DI3", "Value": "0", "Count": "0"},
     {"Name": "DI4", "Value": "0", "Count": "0"},
     {"Name": "DI5", "Value": "0", "Count": "0"},
     {"Name": "DI6", "Value": "0", "Count": "0"},
     {"Name": "DI7", "Value": "0", "Count": "0"},
     {"Name": "DI8", "Value": "0", "Count": "0"}
   ],
   "AnalogInput": [
     {"Name": "AI1", "Value": "0", "Measure": "0.0 mV"},
     {"Name": "AI2", "Value": "0", "Measure": "0.0 mV"},
     {"Name": "AI3", "Value": "0", "Measure": "0.0 mV"},
     {"Name": "AI4", "Value": "0", "Measure": "0.0 mV"},
     {"Name": "AI5", "Value": "0", "Measure": "0.0 mV"},
     {"Name": "AI6", "Value": "0", "Measure": "0.0 mV"},
     {"Name": "AI7", "Value": "0", "Measure": "0.0 mV"},
     {"Name": "AI8", "Value": "0", "Measure": "0.0 mV"}
   ],
   "Output": [
     {"Name": "Lights", "Value": "1"},
     {"Name": "VHF", "Value": "0"},
     {"Name": "Radar", "Value": "0"},
     {"Name": "Toilet", "Value": "0"},
     {"Name": "Fridge", "Value": "0"},
     {"Name": "Nav", "Value": "0"},
     {"Name": "Anchor", "Value": "0"},
     {"Name": "Steam", "Value": "0"},
     {"Name": "Electro", "Value": "0"},
     {"Name": "Bilge", "Value": "0"},
     {"Name": "Water", "Value": "0"},
     {"Name": "Engine", "Value": "1"},
     {"Name": "DO13", "Value": "0"},
     {"Name": "DO14", "Value": "0"},
     {"Name": "DO15", "Value": "0"},
     {"Name": "DO16", "Value": "0"}
   ],
   "PWM": [
     {"Name": "PWM1", "Value": "0"},
     {"Name": "PWM2", "Value": "0"}
   ]
 }
}
As you can see the lights in the boat and in the engineroom is now turn on.

I tryet to put the address line in freeboard->add sourse->JSON, but it would not update...

I would like it to be connected directly to the PI with eth0, but i cant change the address and netmask on eth0...
I have to change IP to 192.168.1.5 and netmask to 255.255.255.0 to control the relays....

Please... if anybody could help. I'm happy to give access thru VNC, if that is easier...

/Benjamin
Reply


Messages In This Thread
Connecting JSON from Ethernet device - by benjamingotke - 2017-06-26, 09:35 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)