MatterVN / ModbusTCP2MQTT

Sungrow & SMA Solar Inverter addon for Home Assistant using mobusTCP
MIT License
68 stars 50 forks source link

Setup help #25

Closed Marshalldog closed 2 years ago

Marshalldog commented 2 years ago

I'm trying to setup my sg5k-d in home assistant and it's connected. the logs in ModbusTCP2MQTT addons are saying

INFO:root:{'daily_power_yield': 42700.0, 'total_power_yield': 71.3, 'internal_temp': 39.9, 'pv1_voltage': 321.2, 'pv1_current': 0.6, 'pv2_voltage': 338.9, 'pv2_current': 0.4, 'total_pv_power': 359, 'grid_voltage': 238.4, 'inverter_current': 1.4, 'total_active_power': 346, 'grid_frequency': 50.1, 'export_power': 65535, 'export_power_indicator': 32767, 'power_meter': 65535, 'daily_purchased_energy': 6553.5, 'daily_energy_consumption': 6553500.0, 'total_energy_consumption': 6553.5, 'timestamp': '2022-02-11T18:18:27'} INFO:root:Published to MQTT

so im assuming that works so how do i get it to display the data on the dashboard?

Marshalldog commented 2 years ago

self solved