SeByDocKy

Results 75 comments of SeByDocKy

I think the custom select written by @andreashergert1984 could be modified to add the PBATCD with something like ```select: - platform: pipsolar pipsolar_id: pip8048 charging_discharging_controls: id: charging_discharging_controls_select name: charging_discharging_controls_select optionsmap:...

I will try to modify the custom select in order to add & test the chargin/discharging options... Not sure it will work.....

> This implementation uses the read-only ve.direct ASCII protocol right now. I assume we have to switch to the binary version to control the device. And even the BLE version...

Hi I wonder if it does not add too much extra time in the polling sequence with such new commands ?

> Didn't compare time before and after changes, sorry. > > Something useful could be to find a way to execute a command only if configured, and skip if not...

> > Didn't compare time before and after changes, sorry. > > Something useful could be to find a way to execute a command only if configured, and skip if...

For example in your cpp code, you can use some ``` #ifdef OPTION1 some code #endif ``` then in your yaml ``` esphome: platformio_options: build_flags: - -DOPTION1 ``` Hope can...

> > BMS is a pretty generic name. Does this use a specific protocol, or can it really read all BMSes? > > Obviously not all, but it seems there...

I don't advise to use the builtin statistics capacities of these inverter. There are not really accurate and you can only log infos up to the 01/01 of the current...

I ordered this one also in modbus/RS485.... : https://fr.aliexpress.com/item/1005006174404179.html?spm=a2g0o.order_list.order_list_main.50.188a5e5b1rIDLR&gatewayAdapt=glo2fra The precision seems better. I will write a native ESPhome conponent for ... even if it's 2 simple modbus sensors.