API for setting binary packet destination

Ask questions about the GEM here.
Post Reply
randominseattle
Posts: 5
Joined: Mon Jul 09, 2018 11:43 pm

API for setting binary packet destination

Post by randominseattle » Sun Oct 31, 2021 7:09 pm

Can someone share the API commands for setting the host/port destination for binary packets (the "Network" tab in the GEM UI, see attached). I don't see anything in v11 of the CMD docs (I see the "SYSURL" command, but that's HTTP POST, which is different). A friend points out that the GEM app can do it, though, so there must be some undocumented command that I'm hoping someone can share.

Background: I maintain the GreenEye Monitor integration for Home Assistant, and I'd like to give it the ability to auto-configure the GEM to send packets to it.
Attachments
Screen Shot 2021-10-31 at 5.08.54 PM.png
Screen Shot 2021-10-31 at 5.08.54 PM.png (135.66 KiB) Viewed 696 times
ben
Site Admin
Posts: 4262
Joined: Fri Jun 04, 2010 9:39 am

Re: API for setting binary packet destination

Post by ben » Tue Nov 02, 2021 2:34 pm

That data is stored on the WiFi/Ethernet module and requires a direct serial connection to the module to use its AT+ commands. We currently don't have those exposed via GEM commands.

I'll talk to Paul about adding commands for that.

You may right now be able to push them via URL using the following:

http://192.168.2.122:8000/1?DNS=192.168.0.102&PTH=8000
Ben
Brultech Research Inc.
E: ben(at)brultech.com
Post Reply