Skip to content
flashg1 edited this page May 1, 2026 · 23 revisions

General

Which inverter brand and charger API you are using with SolarCharger?

To help the community, please let people know your inverter brand and charger API you got working with SolarCharger.

Interesting discussion from PVi1 on 3 phase charger voltage

See this thread.

Working with battery

Please see this and this for reference.

Tesla BLE MQTT

How to work-around limits with number of Tesla API calls?

Use Bluetooth Low Energy (BLE) device for local control of Tesla without cloud. See tesla-local-control/tesla_ble_mqtt_docker installation note. Similar suggestion from this thread. See note from pkuehnel on Bluetooth device placement. Try SolarCharger, select Tesla BLE device.

Tesla BLE MQTT device missing "Force update charge" button

Please enable the hidden entity in device diagnostic section. It is more efficient to use "Force update charge" instead of "Force update all". Reference

Charger not ready when using "Tesla BLE MQTT" device

Set "Wait update HA" to 25 seconds if using "Tesla BLE MQTT" device.

ESPHome Tesla BLE

PedroKTFC's ESPHome Tesla BLE plug-in trigger is not working

Please use esphome-tesla-ble v2026.2.1 or above, and then enable following hidden sensor,

sensor.[name]_charge_port_latch_state

Tesla Fleet

How to change Tesla Fleet API update frequency?

Please try turning on the "Poll charger update" switch.

See vehicle sleep for polling and cost. See suggestion.

Should I install Tesla Fleet, Tessie and Teslemetry all at once on the same HA instance?

No. Choose only one of them because they create entities with the same names, ie. *, *_2, *_3. Please delete all these integrations and then reinstall only one of them. See this discussion for more info.

Tesla general

What are valid values for Tesla car charge limit?

Between 50% and 100% inclusive.

Tesla 12V battery

See here.

OCPP

How to adjust current if using OCPP charger?

Please read this.

Working with multiple OCPP chargers

Easiest way is to use single instance of OCPP central server to manage all charger instances (see screenshot). If using one instance of central server per charger, most likely will need separate key files for each instance of central server, otherwise OCPP will only send change current commands to the last created charger instance.

image

Enphase

How to change Enphase update frequency?

See this.