Search found 6 matches

by vintozver
Sat Jan 13, 2024 10:07 am
Forum: Developers Sandbox - Meter Data
Topic: Send data without a Push
Replies: 4
Views: 24150

Re: Send data without a Push

My current setup has meter, 24V ACDC converter, andino pi with rpi4 inside. That's pretty much it. Enclosure is full. andino pi has the RS422/485 serial interface. Meter is hooked up to that interface. A significant benefit is to be able to access this system remotely by ssh using various interfaces...
by vintozver
Wed Jan 10, 2024 10:00 pm
Forum: Developers Sandbox - Meter Data
Topic: Send data without a Push
Replies: 4
Views: 24150

Re: Send data without a Push

I was going to ask the same question ... I looked at push3 and it does seem like a nice pretty box, but I already have a setup which would work without an extra box. Is it possible to push the data from the v4 meter using a simple script? I assume it would need some API key or certificate or somethi...
by vintozver
Tue Jan 02, 2024 7:25 pm
Forum: General Discussions
Topic: EKM Dash iSerial IPv6 connectivity
Replies: 3
Views: 3811

Re: EKM Dash iSerial IPv6 connectivity

I ran socat with -v (debug mode) to see the traffic going in and out to the socket. Turns out, when IPv6 socket is listened, no traffic is flowing. IPv4 socket - traffic flows normally. I have set the "meter-home" DNS name in the iSerial address field. When I assign a v4 address - things w...
by vintozver
Wed Dec 27, 2023 8:37 pm
Forum: General Discussions
Topic: EKM Dash iSerial IPv6 connectivity
Replies: 3
Views: 3811

EKM Dash iSerial IPv6 connectivity

Hi, I would like to ask about possibility of using IPv6 stack for the iSerial emulation. Script (for IPv4): socat TCP-LISTEN:50000,reuseaddr,fork,max-children=1 file:/dev/ttySC0,raw,b9600,csize=2,nonblock,echo=0 Script (for IPv6): socat TCP6-LISTEN:50000,reuseaddr,fork,max-children=1 file:/dev/ttySC...
by vintozver
Wed Dec 27, 2023 7:34 pm
Forum: Developers Sandbox - Meter Data
Topic: iSerial emulation
Replies: 1
Views: 51083

Re: iSerial emulation

socat TCP-LISTEN:50000,reuseaddr,fork,max-children=1 file:/dev/ttySC0,raw,b9600,csize=2,nonblock,echo=0 * number of threads connecting to the serial must be limited to 1, otherwise simultaneous connections will result in garbage. EKM dash hooked up over the networks, without this option - messes up...
by vintozver
Tue Oct 23, 2018 3:58 pm
Forum: Developers Sandbox - Meter Data
Topic: Raspberry Pi and FTDI USB (or Serial)
Replies: 14
Views: 66260

Re: Raspberry Pi and FTDI USB (or Serial)

I have a production setup. I used Andino Pi (Raspberry Pi 3 B+ inside, plus RTC, plus RS485 converter, plus Atmel chip). Currently access the meter using RS485 but atmel chip is also capable of counting the impulses. Andino Pi is powered by 12V 2A DC power source, everything is on DIN rail ... I als...