I installed Ubuntu 22.04 LTS on a RPi4. Installed Ser2net.
Instead of a ser2met.conf file a ser2net.yaml file was created.
I did the configuration as follows:
define: &banner \r\nser2net port \p device \d [\B] (Debian GNU/Linux)\r\n\r\n
connection: &con0096
accepter: tcp,2000
enable: on
options:
banner: *banner
kickolduser: true
telnet: 600
connector: serialdev,
/dev/ttyS0,
115200n81,local
In the HomeSeer log there is the following:
Smart Meter P1
Trace
SAP:
Smart Meter P1
Info
SAP: Connected to 192.168.1.210:2000
Smart Meter P1
Info
Initialization of Smart Meter P1 version 4.0.16.0 complete
Smart Meter P1
Info
mono version detected: 6.12.0.182 (tarball Tue Jun 14 22:35:00 UTC 2022)
Although the connection is established I will not retreive any data.
Any idea what to change in the yaml file?
---
John
Instead of a ser2met.conf file a ser2net.yaml file was created.
I did the configuration as follows:
define: &banner \r\nser2net port \p device \d [\B] (Debian GNU/Linux)\r\n\r\n
connection: &con0096
accepter: tcp,2000
enable: on
options:
banner: *banner
kickolduser: true
telnet: 600
connector: serialdev,
/dev/ttyS0,
115200n81,local
In the HomeSeer log there is the following:
5/24/2023 9:23:06 PM
Smart Meter P1
Trace
SAP:
5/24/2023 9:23:06 PM
Smart Meter P1
Info
SAP: Connected to 192.168.1.210:2000
5/24/2023 9:23:06 PM
Smart Meter P1
Info
Initialization of Smart Meter P1 version 4.0.16.0 complete
5/24/2023 9:23:06 PM
Smart Meter P1
Info
mono version detected: 6.12.0.182 (tarball Tue Jun 14 22:35:00 UTC 2022)
Although the connection is established I will not retreive any data.
Any idea what to change in the yaml file?
---
John
Comment