#*********************************************************************************************** # # M-TEC- Wizard5kW # #*********************************************************************************************** - name: M-TEC Wizard type: rtuovertcp host: 192.xxx.xxx.47 # IP-Adresse des 5kW-Wizard port: 502 #M-TEC changed their Modbus to Port 502 with firmware V27.52.4.0! OLD 5743 timeout: 5 # type: serial # baudrate: 9600 # bytesize: 8 # method: rtu # parity: N # port: /dev/ttyUSB1 # stopbits: 1 # # Abschnitt der Sensor-Templates sensors: - name: Total PV Generation Wizard unique_id: total_pv_generation_wizard slave: 252 address: 31112 scale: 0.1 precision: 1 input_type: holding unit_of_measurement: kWh state_class: total_increasing device_class: energy data_type: int32 scan_interval: 600 # - name: Inverter SN Wizard5kW unique_id: inverter_sn_wizard5kw slave: 252 address: 10000 input_type: holding count: 10 data_type: string scan_interval: 86400 .... .... .... # # #*********************************************************************************************** # # M-TEC- Butler 15kW und Akku # #*********************************************************************************************** - name: M-TEC type: rtuovertcp host: 192.xxx.xxx.48 port: 502 #M-TEC changed their Modbus to Port 502 with firmware V27.52.4.0! OLD 5743 timeout: 5 # type: serial # baudrate: 9600 # bytesize: 8 # method: rtu # parity: N # port: /dev/ttyUSB1 # stopbits: 1 # switches: - name: Grid Injection Power Limit Switch #0:Off;1:ON unique_id: grid_injection_power_limit_switch #RW slave: 252 address: 25100 write_type: holding scan_interval: 360 command_on: 1 command_off: 0 verify: input_type: holding address: 25100 state_on: 1 state_off: 0 - name: Off-grid Battery SOC Protection Switch #0:Off;1:ON unique_id: off_grid_battery_soc_protection_switch #RW slave: 252 address: 52504 write_type: holding scan_interval: 360 command_on: 1 command_off: 0 verify: input_type: holding address: 52504 state_on: 1 state_off: 0