VictronMPPT-ESPHOME
VictronMPPT-ESPHOME copied to clipboard
Some values are not displayed Victron MPPT 150/45 and 100/20
Hello, I have the problem that some values are not supplied by the Victron. Please help. What is needed?
`sensor:
- platform: victron
victron_id: victron150
max_power_yesterday:
name: "${device0} max power yesterday"
max_power_today:
name: "${device0} max power today"
panel_voltage: name: "${device0} panel voltage" panel_power: name: "${device0} panel power" battery_current: name: "${device0} panel current" load_current: name: "${device0} load current" battery_voltage: name: "${device0} battery voltage" min_battery_voltage: name: "${device0} min battery voltage" max_battery_voltage: name: "${device0} max battery voltage" number_of_charge_cycles:
name: "${device0} number of charge circles" number_of_full_discharges: name: "${device0} number of full discharges" amount_of_discharged_energy: name: "${device0} amount of discharged energy" amount_of_charged_energy: name: "${device0} amount of charged energy"
`
Have an ESP32
Please enable the debug output of the uart component and provide some logs.
uart:
id: uart_0
baud_rate: 19200
tx_pin: ${tx_pin}
rx_pin: ${rx_pin}
debug:
direction: BOTH
dummy_receiver: false
after:
delimiter: "\n"
sequence:
- lambda: UARTDebug::log_string(direction, bytes);
I assume your Victron device doesn't provide the missing measurements above and you have to simply remove the sensors from the YAML to get rid of the useless sensors without measurements.
Hi , sorry for delayed response. All values with N/A corespond for smartshunt or BVM these values are not available for MPPT's