Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. V8Turbo

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    V
    • Profile
    • Following 2
    • Followers 0
    • Topics 4
    • Posts 66
    • Best 1
    • Groups 1

    V8Turbo

    @V8Turbo

    0
    Reputation
    11
    Profile views
    66
    Posts
    0
    Followers
    2
    Following
    Joined Last Online

    V8Turbo Follow
    Starter

    Best posts made by V8Turbo

    • RE: Sofar Solar HYD10 KTL Wechselrichter an modbus Adapter

      @wendy2702
      Einstellungen sind so gesetzt... Bis auf den Haken bei "Adressen nicht auf 16bit...." der muss rein. (bzw. habe es auch gerade ohne probiert passiert das gleiche)

      Sicherstellen das der WR die gleichen Kommunikationseinstellungen verwendet die im Adapter eingestellt sind. > Baudrate, Data Bits, Stop Bits, Parität, Geräte ID <- Wie soll ich das machen ? Es gibt nur eine Einstellung im WR und da kann man die BAUD eintragen. Anleitung steht auch nichts...

      Holding Register, Eingangsregister kommt die gleiche Meldung im Log (siehe unten)...

      
      modbus.0
      2023-01-13 08:37:42.765	debug	Plugin sentry Initialize Plugin (enabled=true)
      
      modbus.0
      2023-01-13 08:40:01.661	debug	Cleaning up request fifo.
      
      modbus.0
      2023-01-13 08:40:01.660	debug	Clearing timeout of the current request.
      
      modbus.0
      2023-01-13 08:40:01.657	info	Disconnected from slave
      
      modbus.0
      2023-01-13 08:40:00.659	warn	Poll error count: 3 code: {"err":"timeout","timeout":5000}
      
      modbus.0
      2023-01-13 08:40:00.656	error	Request timed out.
      
      modbus.0
      2023-01-13 08:40:00.655	warn	Error: undefined
      
      modbus.0
      2023-01-13 08:39:55.652	debug	[DevID_2/inputRegs] Poll address 1412 - 1 registers
      
      modbus.0
      2023-01-13 08:39:55.651	debug	[DevID_2] Poll start ---------------------
      
      modbus.0
      2023-01-13 08:39:55.650	info	Connected to slave
      
      modbus.0
      2023-01-13 08:39:55.643	debug	connect to serial /dev/ttyUSB0 with 9600
      
      modbus.0
      2023-01-13 08:38:55.646	debug	Cleaning up request fifo.
      
      modbus.0
      2023-01-13 08:38:55.644	debug	Clearing timeout of the current request.
      
      modbus.0
      2023-01-13 08:38:55.641	info	Disconnected from slave
      
      modbus.0
      2023-01-13 08:38:54.641	warn	Poll error count: 2 code: {"err":"timeout","timeout":5000}
      
      modbus.0
      2023-01-13 08:38:54.639	error	Request timed out.
      
      modbus.0
      2023-01-13 08:38:54.638	warn	Error: undefined
      
      modbus.0
      2023-01-13 08:38:49.634	debug	[DevID_2/inputRegs] Poll address 1412 - 1 registers
      
      modbus.0
      2023-01-13 08:38:49.633	debug	[DevID_2] Poll start ---------------------
      
      modbus.0
      2023-01-13 08:38:49.632	info	Connected to slave
      
      modbus.0
      2023-01-13 08:38:49.623	debug	connect to serial /dev/ttyUSB0 with 9600
      
      modbus.0
      2023-01-13 08:37:49.627	debug	Cleaning up request fifo.
      
      modbus.0
      2023-01-13 08:37:49.626	debug	Clearing timeout of the current request.
      
      modbus.0
      2023-01-13 08:37:49.621	info	Disconnected from slave
      
      modbus.0
      2023-01-13 08:37:48.620	warn	Poll error count: 1 code: {"err":"timeout","timeout":5000}
      
      modbus.0
      2023-01-13 08:37:48.617	error	Request timed out.
      
      modbus.0
      2023-01-13 08:37:48.616	warn	Error: undefined
      
      modbus.0
      2023-01-13 08:37:43.609	debug	[DevID_2/inputRegs] Poll address 1412 - 1 registers
      
      modbus.0
      2023-01-13 08:37:43.608	debug	Initialization of scale factors done!
      
      modbus.0
      2023-01-13 08:37:43.606	debug	[DevID_2] Poll start ---------------------
      
      modbus.0
      2023-01-13 08:37:43.605	info	Connected to slave
      
      modbus.0
      2023-01-13 08:37:43.586	debug	connect to serial /dev/ttyUSB0 with 9600
      
      posted in Einsteigerfragen
      V
      V8Turbo

    Latest posts made by V8Turbo

    • RE: GoodWe Wechselrichter und ioBroker

      @v8turbo

      So nachdem ich nun alle 3min den Cron laufen lasse kommt

      javascript.0
      	2024-03-06 09:15:37.993	warn	script.js.pv-1: Fehler Python: ERROR:root:Failed to call GoodWe API url='https://eu.semsportal.com/api/v2/PowerStation/GetMonitorDetailByPowerstationId' ERROR:root:no inverter data, try 1, trying again in 30 seconds Traceback (most recent call last): File "/opt/pygoodsems/pygoodwe-main1/allinone.py", line 8, in <module> gw = SingleInverter( File "/usr/local/lib/python3.9/dist-packages/pygoodwe/__init__.py", line 432, in __init__ super().__init__( File "/usr/local/lib/python3.9/dist-packages/pygoodwe/__init__.py", line 75, in __init__ self.getCurrentReadings(raw=True) File "/usr/local/lib/python3.9/dist-packages/pygoodwe/__init__.py", line 457, in get_current_readings self.data["inverter"] = self.data["inverter"][0] KeyError: 0
      javascript.0
      	2024-03-06 09:15:36.967	info	State value to set for "0_userdata.0.Bauer_PV_2.PV_Strom_Gesamt" has to be type "string" but received type "object"
      javascript.0
      	2024-03-06 09:15:36.966	info	State value to set for "0_userdata.0.Bauer_PV_2.PV_Strom_Heute" has to be type "string" but received type "object" 
      
      posted in Praktische Anwendungen (Showcase)
      V
      V8Turbo
    • RE: GoodWe Wechselrichter und ioBroker

      Jetzt wäre nur noch mein Problem... Ich habe 2 WR einen GW30K-ET und einen GW30K-MT. Der ET ist klar, der MT hat einiges nicht was ausgelesen werden kann. z.b. Strom gesamt und Strom heute, da kommt als Wert {"ack":true} was bedeutet das ?

      posted in Praktische Anwendungen (Showcase)
      V
      V8Turbo
    • RE: GoodWe Wechselrichter und ioBroker

      @chr-hu
      Danke, es war zwar drin aber vor dem # war ein leerzeichen ^^

      posted in Praktische Anwendungen (Showcase)
      V
      V8Turbo
    • RE: GoodWe Wechselrichter und ioBroker

      @v8turbo
      Ah ok exec in der Instanz war Deaktiviert... Nun kommt....

      	javascript.0 (3826) script.js.pv-1: Fehler Python: /opt/pygoodsems/pygoodwe-main1/allinone.py: 3: import: not found /opt/pygoodsems/pygoodwe-main1/allinone.py: 4: from: not found /opt/pygoodsems/pygoodwe-main1/allinone.py: 5: from: not found /opt/pygoodsems/pygoodwe-main1/allinone.py: 8: Syntax error: "(" unexpected 
      
      posted in Praktische Anwendungen (Showcase)
      V
      V8Turbo
    • RE: GoodWe Wechselrichter und ioBroker

      Hallo, habe mich heut mal wieder dran versucht und alles gemacht wie hier im Thread... In der Console holt er alle Daten wenn ich allinone.py starte...

      Aber iobroker meint :

      javascript.0 (553) script.js.pv-1: Fehler Python: undefined
      

      Mein Script sieht so aus....

      exec('/opt/pygoodsems/pygoodwe-main1/allinone.py', function (error, stdout, stderr) {
      
         if(error) log('Fehler Python: ' + stderr, 'warn');
      
         else if(stdout) {
      
            let arr = stdout.split('\n');
      
         setState('0_userdata.0.Bauer_PV_1.PV-Power', arr[0], true); 
      
         setState('0_userdata.0.Bauer_PV_1.PV_Haus_Last', arr[3], true);
      
         setState('0_userdata.0.Bauer_PV_1.PV_Strom_zu_Stadtwerken', arr[4], true);
      
         setState('0_userdata.0.Bauer_PV_1.PV_Strom_Heute', arr[5], true);
      
         setState('0_userdata.0.Bauer_PV_1.PV_Strom_Gesamt', arr[6], true);
      
         }
      
      }); 
      
      posted in Praktische Anwendungen (Showcase)
      V
      V8Turbo
    • RE: GoodWe Wechselrichter und ioBroker

      @v8turbo

      xxx@raspberrypi:/etc/pygoodwe-main $ sudo ./allinone.py
      ./allinone.py: 3: import: not found
      ./allinone.py: 4: from: not found
      ./allinone.py: 5: from: not found
      ./allinone.py: 8: Syntax error: "(" unexpected
      
      

      EDIT:

      Ahh mit "python3 allinone.py" geht es.

      posted in Praktische Anwendungen (Showcase)
      V
      V8Turbo
    • RE: GoodWe Wechselrichter und ioBroker

      @sushiquatro

      Hallo, habe das gleiche Problem... Im aktuellen Paket auf Github ist die allinone.py nicht drin... Was tun ?

      Wenn ich die Werte vom 1. Post reinkopiere kommen haufen Fehler.

      Es muss doch eine aktuelle geben ?!?

      posted in Praktische Anwendungen (Showcase)
      V
      V8Turbo
    • RE: Sofar Solar HYD10 KTL Wechselrichter an modbus Adapter

      @klassisch ja das ist schon immer so. Hatte ich auch schon geschrieben.

      posted in Einsteigerfragen
      V
      V8Turbo
    • RE: Sofar Solar HYD10 KTL Wechselrichter an modbus Adapter

      @klassisch Kann ich versuchen bzw hatte ich schonmal gemacht aber es geht ja per USB zumindest eins... Hab das Grad nochmal getestet. Wenn ich ein 2. Register dazu mach geht es auch noch aber sobald ein 3. kommt geht es nicht mehr...

      odbus.0
      	2023-01-23 17:28:51.308	debug	Cleaning up request fifo.
      modbus.0
      	2023-01-23 17:28:51.307	debug	Clearing timeout of the current request.
      modbus.0
      	2023-01-23 17:28:51.302	info	Disconnected from slave
      modbus.0
      	2023-01-23 17:28:50.303	warn	Poll error count: 1 code: {"err":"timeout","timeout":5000}
      modbus.0
      	2023-01-23 17:28:50.301	error	Request timed out.
      modbus.0
      	2023-01-23 17:28:50.301	warn	Error: undefined
      modbus.0
      	2023-01-23 17:28:45.379	error	Wrong CRC for frame: 2,3,44,0,0,0,122,0,0,3,99,0,0,1,157,0,0,4,192,192,0,0,1,51,0,0,2,158,0,0,0,0,0,0,0,174,0,0,0,14,0,0,2,120,0,0,0,24,135
      modbus.0
      	2023-01-23 17:28:45.292	debug	[DevID_2/holdingRegs] Poll address 1157 - 1 registers
      modbus.0
      	2023-01-23 17:28:45.292	debug	Initialization of scale factors done!
      modbus.0
      	2023-01-23 17:28:45.290	debug	[DevID_2] Poll start ---------------------
      modbus.0
      	2023-01-23 17:28:45.289	info	Connected to slave
      modbus.0
      	2023-01-23 17:28:45.280	debug	connect to serial /dev/ttyUSB0 with 9600
      modbus.0
      	2023-01-23 17:28:44.932	debug	Add holdingRegisters.2.41689_Bat_Discharge_Today: {"_id":"holdingRegisters.2.41689_Bat_Discharge_Today","type":"state","common":{"name":"","role":"value","type":"number","read":true,"write":true,"def":0,"unit":"kWh"},"native":{"regType":"holdingRegs","address":1688,"deviceId":2,"type":"uint32be","len":2,"offset":0,"factor":0.01,"poll":true}}
      modbus.0
      	2023-01-23 17:28:44.931	debug	Add holdingRegisters.2.41685_Bat_Charge_Today: {"_id":"holdingRegisters.2.41685_Bat_Charge_Today","type":"state","common":{"name":"","role":"value","type":"number","read":true,"write":true,"def":0,"unit":"kWh"},"native":{"regType":"holdingRegs","address":1684,"deviceId":2,"type":"uint32be","len":2,"offset":0,"factor":0.01,"poll":true}}
      modbus.0
      	2023-01-23 17:28:44.931	debug	Add holdingRegisters.2.41681_Energy_Selling_Today: {"_id":"holdingRegisters.2.41681_Energy_Selling_Today","type":"state","common":{"name":"","role":"value","type":"number","read":true,"write":true,"def":0,"unit":"kWh"},"native":{"regType":"holdingRegs","address":1680,"deviceId":2,"type":"uint32be","len":2,"offset":0,"factor":0.01,"poll":true}}
      modbus.0
      	2023-01-23 17:28:44.930	debug	Add holdingRegisters.2.41677_Energy_Purchase_Today: {"_id":"holdingRegisters.2.41677_Energy_Purchase_Today","type":"state","common":{"name":"","role":"value","type":"number","read":true,"write":true,"def":0,"unit":"kWh"},"native":{"regType":"holdingRegs","address":1676,"deviceId":2,"type":"uint32be","len":2,"offset":0,"factor":0.01,"poll":true}}
      modbus.0
      	2023-01-23 17:28:44.929	debug	Add holdingRegisters.2.41673_Load_Consumption_Today: {"_id":"holdingRegisters.2.41673_Load_Consumption_Today","type":"state","common":{"name":"","role":"value","type":"number","read":true,"write":true,"def":0,"unit":"kWh"},"native":{"regType":"holdingRegs","address":1672,"deviceId":2,"type":"uint32be","len":2,"offset":0,"factor":0.01,"poll":true}}
      modbus.0
      	2023-01-23 17:28:44.929	debug	Add holdingRegisters.2.41669_PV_Generation_Today: {"_id":"holdingRegisters.2.41669_PV_Generation_Today","type":"state","common":{"name":"","role":"value","type":"number","read":true,"write":true,"def":0,"unit":"kWh"},"native":{"regType":"holdingRegs","address":1668,"deviceId":2,"type":"uint32be","len":2,"offset":0,"factor":0.01,"poll":true}}
      modbus.0
      	2023-01-23 17:28:44.928	debug	Add holdingRegisters.2.41477_Power_PV_Total: {"_id":"holdingRegisters.2.41477_Power_PV_Total","type":"state","common":{"name":"","role":"value","type":"number","read":true,"write":true,"def":0,"unit":"kW"},"native":{"regType":"holdingRegs","address":1476,"deviceId":2,"type":"uint16be","len":1,"offset":0,"factor":0.1,"poll":true}}
      modbus.0
      	2023-01-23 17:28:44.928	debug	Add holdingRegisters.2.41158_Active_Power_Output_Total: {"_id":"holdingRegisters.2.41158_Active_Power_Output_Total","type":"state","common":{"name":"","role":"value","type":"number","read":true,"write":true,"def":0,"unit":"kW"},"native":{"regType":"holdingRegs","address":1157,"deviceId":2,"type":"int16be","len":1,"offset":0,"factor":0.01,"poll":true}}
      modbus.0
      	2023-01-23 17:28:44.927	debug	Initialize Objects for holdingRegs: [{"_address":41158,"deviceId":2,"name":"Active_Power_Output_Total","description":"","unit":"kW","type":"int16be","len":1,"factor":0.01,"offset":0,"formula":"","role":"value","room":"","poll":true,"wp":false,"cw":false,"isScale":false,"address":1157,"id":"holdingRegisters.2.41158_Active_Power_Output_Total"},{"_address":41477,"deviceId":2,"name":"Power_PV_Total","description":"","unit":"kW","type":"uint16be","len":1,"factor":0.1,"offset":0,"formula":"","role":"value","room":"","poll":true,"wp":false,"cw":false,"isScale":false,"address":1476,"id":"holdingRegisters.2.41477_Power_PV_Total"},{"_address":41669,"name":"PV_Generation_Today","description":"","unit":"kWh","type":"uint32be","len":2,"factor":0.01,"offset":0,"formula":"","role":"value","room":"","poll":true,"wp":false,"cw":false,"isScale":false,"deviceId":2,"address":1668,"id":"holdingRegisters.2.41669_PV_Generation_Today"},{"_address":41673,"name":"Load_Consumption_Today","description":"","unit":"kWh","type":"uint32be","len":2,"factor":0.01,"offset":0,"formula":"","role":"value","room":"","poll":true,"wp":false,"cw":false,"isScale":false,"deviceId":2,"address":1672,"id":"holdingRegisters.2.41673_Load_Consumption_Today"},{"_address":41677,"name":"Energy_Purchase_Today","description":"","unit":"kWh","type":"uint32be","len":2,"factor":0.01,"offset":0,"formula":"","role":"value","room":"","poll":true,"wp":false,"cw":false,"isScale":false,"deviceId":2,"address":1676,"id":"holdingRegisters.2.41677_Energy_Purchase_Today"},{"_address":41681,"name":"Energy_Selling_Today","description":"","unit":"kWh","type":"uint32be","len":2,"factor":0.01,"offset":0,"formula":"","role":"value","room":"","poll":true,"wp":false,"cw":false,"isScale":false,"deviceId":2,"address":1680,"id":"holdingRegisters.2.41681_Energy_Selling_Today"},{"_address":41685,"name":"Bat_Charge_Today","description":"","unit":"kWh","type":"uint32be","len":2,"factor":0.01,"offset":0,"formula":"","role":"value","room":"","poll":true,"wp":false,"cw":false,"isScale":false,"deviceId":2,"address":1684,"id":"holdingRegisters.2.41685_Bat_Charge_Today"},{"_address":41689,"name":"Bat_Discharge_Today","description":"","unit":"kWh","type":"uint32be","len":2,"factor":0.01,"offset":0,"formula":"","role":"value","room":"","poll":true,"wp":false,"cw":false,"isScale":false,"deviceId":2,"address":1688,"id":"holdingRegisters.2.41689_Bat_Discharge_Today"}]
      modbus.0
      	2023-01-23 17:28:44.926	debug	Initialize Objects for inputRegs: []
      modbus.0
      	2023-01-23 17:28:44.925	debug	Initialize Objects for coils: []
      modbus.0
      	2023-01-23 17:28:44.925	debug	Initialize Objects for disInputs: []
      modbus.0
      	2023-01-23 17:28:44.775	info	starting. Version 5.0.11 (non-npm: ioBroker/ioBroker.modbus) in /opt/iobroker/node_modules/iobroker.modbus, node: v16.19.0, js-controller: 4.0.24
      modbus.0
      	2023-01-23 17:28:44.419	debug	Plugin sentry Initialize Plugin (enabled=true)
      modbus.0
      	2023-01-23 17:28:44.348	debug	States connected to redis: 127.0.0.1:9000
      modbus.0
      	2023-01-23 17:28:44.284	debug	States create User PubSub Client
      modbus.0
      	2023-01-23 17:28:44.282	debug	States create System PubSub Client
      modbus.0
      	2023-01-23 17:28:44.271	debug	Redis States: Use Redis connection: 127.0.0.1:9000
      modbus.0
      	2023-01-23 17:28:44.248	debug	Objects connected to redis: 127.0.0.1:9001
      modbus.0
      	2023-01-23 17:28:44.241	debug	Objects client initialize lua scripts
      modbus.0
      	2023-01-23 17:28:44.214	debug	Objects create User PubSub Client
      modbus.0
      	2023-01-23 17:28:44.213	debug	Objects create System PubSub Client
      modbus.0
      	2023-01-23 17:28:44.210	debug	Objects client ready ... initialize now
      modbus.0
      	2023-01-23 17:28:44.174	debug	Redis Objects: Use Redis connection: 127.0.0.1:9001
      admin.0
      	2023-01-23 17:28:43.533	info	<== Disconnect system.user.admin from ::ffff:192.168.178.203 modbus
      host.raspberrypi
      	2023-01-23 17:28:42.914	info	instance system.adapter.modbus.0 started with pid 7562
      host.raspberrypi
      	2023-01-23 17:28:40.250	info	instance system.adapter.modbus.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
      host.raspberrypi
      	2023-01-23 17:28:39.757	info	stopInstance system.adapter.modbus.0 send kill signal
      modbus.0
      	2023-01-23 17:28:39.684	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
      modbus.0
      	2023-01-23 17:28:39.683	debug	Plugin sentry destroyed
      modbus.0
      	2023-01-23 17:28:39.681	info	terminating
      modbus.0
      	2023-01-23 17:28:39.678	info	Got terminate signal TERMINATE_YOURSELF
      host.raspberrypi
      	2023-01-23 17:28:39.670	info	stopInstance system.adapter.modbus.0 (force=false, process=true)
      modbus.0
      	2023-01-23 17:28:22.542	debug	Cleaning up request fifo.
      modbus.0
      	2023-01-23 17:28:22.541	debug	Clearing timeout of the current request.
      modbus.0
      	2023-01-23 17:28:22.537	info	Disconnected from slave
      modbus.0
      	2023-01-23 17:28:21.534	warn	Poll error count: 1 code: {"err":"timeout","timeout":5000}
      modbus.0
      	2023-01-23 17:28:21.533	error	Request timed out.
      modbus.0
      	2023-01-23 17:28:21.532	warn	Error: undefined
      modbus.0
      	2023-01-23 17:28:16.530	debug	[DevID_2/holdingRegs] Poll address 1668 - 22 registers
      modbus.0
      	2023-01-23 17:28:16.527	debug	[DevID_2/holdingRegs] Poll address 1476 DONE
      modbus.0
      	2023-01-23 17:28:16.493	debug	[DevID_2/holdingRegs] Poll address 1476 - 1 registers
      modbus.0
      	2023-01-23 17:28:16.492	debug	[DevID_2] Poll start ---------------------
      admin.0
      	2023-01-23 17:27:57.689	info	==> Connected system.user.admin from ::ffff:192.168.178.203
      modbus.0
      	2023-01-23 17:27:46.437	debug	[DevID_2/holdingRegs] Poll address 1668 DONE
      modbus.0
      	2023-01-23 17:27:46.360	debug	[DevID_2/holdingRegs] Poll address 1668 - 22 registers
      modbus.0
      	2023-01-23 17:27:46.358	debug	[DevID_2/holdingRegs] Poll address 1476 DONE
      modbus.0
      	2023-01-23 17:27:46.323	debug	[DevID_2/holdingRegs] Poll address 1476 - 1 registers
      modbus.0
      	2023-01-23 17:27:46.321	debug	[DevID_2] Poll start ---------------------
      modbus.0
      	2023-01-23 17:27:16.266	debug	[DevID_2/holdingRegs] Poll address 1668 DONE
      modbus.0
      	2023-01-23 17:27:16.189	debug	[DevID_2/holdingRegs] Poll address 1668 - 22 registers
      modbus.0
      	2023-01-23 17:27:16.187	debug	[DevID_2/holdingRegs] Poll address 1476 DONE
      modbus.0
      	2023-01-23 17:27:16.154	debug	[DevID_2/holdingRegs] Poll address 1476 - 1 registers
      
      posted in Einsteigerfragen
      V
      V8Turbo
    • RE: Sofar Solar HYD10 KTL Wechselrichter an modbus Adapter

      @klassisch Habe ich gerade erst probiert da du es so hast. Hab natürlich überall Slave ID 2 eingetragen. Geht aber auch nicht. Es kommt ständig Timeout im Log.

      modbus.0
      	2023-01-21 16:29:06.303	debug	Socket closed with error
      modbus.0
      	2023-01-21 16:29:06.297	warn	Poll error count: 1 code: {"err":"timeout","timeout":5000}
      modbus.0
      	2023-01-21 16:29:06.294	error	Client in error state.
      modbus.0
      	2023-01-21 16:29:06.292	error	Request timed out.
      modbus.0
      	2023-01-21 16:29:06.291	warn	Error: undefined
      modbus.0
      	2023-01-21 16:29:01.283	debug	[DevID_2/holdingRegs] Poll address 1668 - 22 registers
      modbus.0
      	2023-01-21 16:29:01.283	debug	Initialization of scale factors done!
      modbus.0
      	2023-01-21 16:29:01.281	debug	[DevID_2] Poll start ---------------------
      modbus.0
      	2023-01-21 16:29:01.280	info	Connected to slave 192.168.178.190
      
      posted in Einsteigerfragen
      V
      V8Turbo
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo