schenlap / venus_kostal_pico

plugin for victron venusos for kostal pico
GNU General Public License v3.0
9 stars 3 forks source link

Display name #13

Open knirma opened 5 months ago

knirma commented 5 months ago

Hello,

i'm using this script in Venus OS 3.30 with a Kostal Piko 5.5 NG. Means i use version 3 in the INI file. Until now it works.

Following question, how can i change the display name ? in the configuration i see the value kostal_piko_5_5 But in the front view i see only a -

Many thanks for the help

knirma commented 5 months ago

Zwischenablage01 Zwischenablage02 Zwischenablage03

centro-max commented 5 months ago

[KOSTAL] ip = http://192.168.XXX.YYY inverter_name = Carport_2_28_kWp intervall = 10 version = 2 position = 0

Am 12.04.2024 um 10:37 schrieb Marc:

Zwischenablage01.png (view on web) https://github.com/schenlap/venus_kostal_pico/assets/56926269/39533092-e87b-4ee3-a7e2-82c5d4c23df1 Zwischenablage02.png (view on web) https://github.com/schenlap/venus_kostal_pico/assets/56926269/890fb1db-84f6-40e7-92ac-067388315526 Zwischenablage03.png (view on web) https://github.com/schenlap/venus_kostal_pico/assets/56926269/057634a8-a1d4-451d-aa82-e5d62d041b90

— Reply to this email directly, view it on GitHub https://github.com/schenlap/venus_kostal_pico/issues/13#issuecomment-2051294906, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWMIUWUFKKEC4MTJJHSBI33Y46MNZAVCNFSM6AAAAABGDXCJ46VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJRGI4TIOJQGY. You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Diese E-Mail wurde von AVG-Antivirussoftware auf Viren geprüft. www.avg.com

knirma commented 5 months ago

does not qwork for version 3 the name changes in the menues, but not in the dashboard

knirma commented 5 months ago

i had found it because of another hint with /Customname It was in the file /data/venus_kostal_pico/kostal_inverter.py

the original sequence was

self.dbusservice.add_path('/CustomName', "PLC Mec meter")

Why here the " - " was shown , i dont know. Now it is "Piko55" , as i like it.

Regards