Mqtt power meter

I have no data on Entities.

My HA is ver. 2022.4.1 and it is on a virtual machine.

I added Mqtt Mosquitto and it is recieving the data from the power meter, also the mqtt explorer. I added two different codes in config, entitties are there, but no data from the power meter.

PLEASE HELP.

Best Regards!
Alex

If i listen to a topic # in mqtt mosquito in HA, i get this:

Message 15 received on merilec/IH000140/status at 18:08:
{
    "version": "0.51",
    "hw_ver": "B",
    "bootloader_ver": "8",
    "ihub_modbus_addr": "34",
    "spi_flash": "UNKNOWN",
    "ip_address": "192.168.1.115",
    "uptime": "9d 08:55",
    "left_ir_type": "WM3-6",
    "left_ir_addr": "33",
    "ir_relay_description": "IR Bicom",
    "right_ir_type": "-----",
    "rs485_1_type": "-----",
    "rs485_1_addr": "",
    "rs485_description_1": "RS485 1 Bicom",
    "rs485_2_type": "-----",
    "rs485_2_addr": "",
    "rs485_description_2": "RS485 2 Bicom",
    "bicom_state": "N/A",
    "bicom_485_1_state": "N/A",
    "bicom_485_2_state": "N/A",
    "pt_1000_temp": "---",
    "dig_in_state": "OFF",
    "timestamp": "809750",
    "local_time": "10.1.1970 8:55:50"
}
QoS: 0 - Retain: false
Message 14 received on merilec/IH000140/counters at 18:08:
{
    "model": "WM3-6",
    "measurements": {
        "counter1": "4354.7 kWh",
        "counter2": "0.0 kWh",
        "counter3": "0.0 kWh",
        "counter4": "0.0 kWh",
        "counter1nr": "4354.7 kWh",
        "counter2nr": "0.0 kWh",
        "counter3nr": "0.0 kWh",
        "counter4nr": "0.0 kWh"
    },
    "settings": {
        "phase1": "Total",
        "phase2": "Total",
        "phase3": "Total",
        "phase4": "Total",
        "tariff1": "1",
        "tariff2": "2",
        "tariff3": "1",
        "tariff4": "2"
    },
    "timestamp": "809750",
    "local_time": "10.1.1970 8:55:50"
}
QoS: 0 - Retain: false
Message 13 received on merilec/IH000140/measurements at 18:08:
{
    "model": "WM3-6",
    "measurements": {
        "frequency": "50.01 Hz",
        "U1": "231.8 V",
        "U2": "241.1 V",
        "U3": "239.1 V",
        "I1": "0.071 A",
        "I2": "0.141 A",
        "I3": "1.32 A",
        "P0": "314.6 W",
        "P1": "1.5 W",
        "P2": "29.1 W",
        "P3": "284.0 W",
        "Q0": "-93.8 var",
        "Q1": "-15.6 var",
        "Q2": "-7.3 var",
        "Q3": "-70.6 var",
        "S0": "365.8 VA",
        "S1": "16.3 VA",
        "S2": "33.9 VA",
        "S3": "315.6 VA",
        "PF0": "0.8599 Cap",
        "PF1": "0.915 Cap",
        "PF2": "0.8571 Cap",
        "PF3": "0.9000 Cap",
        "PA0": "-16.62",
        "PA1": "-84.58",
        "PA2": "-14.34",
        "PA3": "-14.00",
        "Tint": "38.50 deg",
        "I1%": "27.12%",
        "I2%": "51.83%",
        "I3%": "39.32%",
        "U1%": "2.56%",
        "U2%": "1.85%",
        "U3%": "2.17%",
        "tariff": "1"
    },
    "timestamp": "809750",
    "local_time": "10.1.1970 8:55:50"
}