Hi community,
I am using Venus V2.93 (updated today).
I have a hard time to get the ET340 energy meter shown under Settings -> Energy Meters in CerboGX remote console.
I can communicate with the meter via pymodbus and the same USB RS485 adapter and read some registers.
The USB RS485 adapter I use is the following:
Bus 003 Device 002: ID 0403:6001 Future Technology Devices International, Ltd FT232 Serial (UART) IC
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 8
idVendor 0x0403 Future Technology Devices International, Ltd
idProduct 0x6001 FT232 Serial (UART) IC
bcdDevice 6.00
iManufacturer 1 FTDI
iProduct 2 USB-RS485-WE
iSerial 3 FT65QB7R
I am kinda confused that the CerboGX tries to use the serial device (/dev/ttyUSB0) as gps?
root@einstein:~# ps | grep ttyUSB
1370 root 1612 S supervise gps-dbus.ttyUSB0
1645 root 1624 S multilog t s25000 n4 /var/log/gps-dbus.ttyUSB0
2749 root 2692 S grep ttyUSB
If anyone can give me pointers to what might be going on, it would be highly appreciated.