You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, great work on this project, but I don't seem to get any values...
When looking into the serial log, it seems to be connecting, as it is showing the inverter's serial, and its netID, however it doesn't seem to be reading any values...
I have been using SBFSpot to read the values, and that one still works ok...
2024-04-17 11:23:26.0642 W ESP32_SMA_Inverter_App Connecting SMA inverter:
2024-04-17 11:23:29.0957 W ESP32_SMA_Inverter_App BT connected
2024-04-17 11:23:29.0957 I ESP32_SMA_Inverter -> Initialize
2024-04-17 11:23:29.0920 D ESP32_SMA_Inverter L1 Rec=18 bytes pkL=0x001f=31 Cmd=0x0002
2024-04-17 11:23:29.0920 D ESP32_SMA_Inverter HasL2pckt: 0x7E?=0x00 0x656003FF?=0x07007004
2024-04-17 11:23:29.0915 D ESP32_SMA_Inverter pcktBufMax is now 31 bytes
2024-04-17 11:23:29.0909 I ESP32_SMA_Inverter SMA netID=07
...
2024-04-17 11:23:29.0674 W ESP32_SMA_Inverter Serial Nr: 210027*0
...
24-04-17 11:23:50.0324 D ESP32_SMA_Inverter *** SpotACTotalPower ***
2024-04-17 11:23:50.0318 D ESP32_SMA_Inverter isCrcValid at pcktBufPos: 1
2024-04-17 11:23:50.0229 D ESP32_SMA_Inverter L1 Rec=18 bytes pkL=0x0054=84 Cmd=0x0001
2024-04-17 11:23:50.0163 D ESP32_SMA_Inverter L1 Rec=18 bytes pkL=0x0040=64 Cmd=0x0001
2024-04-17 11:23:50.0163 D ESP32_SMA_Inverter HasL2pckt: 0x7E?=0x7E 0x656003FF?=0x656003FF
2024-04-17 11:23:50.0158 D ESP32_SMA_Inverter Packet status: 0xFFFF
2024-04-17 11:23:50.0152 I ESP32_SMA_Inverter Retrying.1
2024-04-17 11:23:50.0147 D ESP32_SMA_Inverter isCrcValid at pcktBufPos: 1
2024-04-17 11:23:50.0933 D ESP32_SMA_Inverter L1 Rec=18 bytes pkL=0x0040=64 Cmd=0x0001
2024-04-17 11:23:50.0932 D ESP32_SMA_Inverter HasL2pckt: 0x7E?=0x7E 0x656003FF?=0x656003FF
2024-04-17 11:23:50.0928 D ESP32_SMA_Inverter Packet status: 0xFFFF
2024-04-17 11:23:50.0920 W ESP32_SMA_MQTT Connecting to MQTT Broker
2024-04-17 11:23:50.0916 W ESP32_SMA_MQTT The client SMA-3FFD044C connects to the mqtt broker
2024-04-17 11:23:50.0906 W ESP32_SMA_MQTT without user/password
2024-04-17 11:23:50.0847 I ESP32_SMA_MQTT SMA-3FFD03CC-2100278992/state = { "Serial": 2100278992, "BTStrength": 7.84, "Uac": [ 0.00, 0.00, 0.00 ], "Iac": [ 0.00, 0.00, 0.00 ], "Pac": 0, "Udc": [ 0.00 , 0.00 ], "Idc": [ 0.00 , 0.00 ], "Wdc": [ 0 , 0 ], "Freq": 0.00, "EToday": 0.00, "ETotal": 0.00, "InvTemp": 0.00, "DevStatus": "0", "GridRelay": "0" }
2024-04-17 11:23:50.0819 I ESP32_SMA_MQTT Published
...
Any idea?
The text was updated successfully, but these errors were encountered:
Sorry, I didn't get a notification for this issue and only just saw it.
Did you get it working?
Did you set all the parameters through the web interface?
Hi, great work on this project, but I don't seem to get any values...
When looking into the serial log, it seems to be connecting, as it is showing the inverter's serial, and its netID, however it doesn't seem to be reading any values...
I have been using SBFSpot to read the values, and that one still works ok...
2024-04-17 11:23:26.0642 W ESP32_SMA_Inverter_App Connecting SMA inverter:
2024-04-17 11:23:29.0957 W ESP32_SMA_Inverter_App BT connected
2024-04-17 11:23:29.0957 I ESP32_SMA_Inverter -> Initialize
2024-04-17 11:23:29.0920 D ESP32_SMA_Inverter L1 Rec=18 bytes pkL=0x001f=31 Cmd=0x0002
2024-04-17 11:23:29.0920 D ESP32_SMA_Inverter HasL2pckt: 0x7E?=0x00 0x656003FF?=0x07007004
2024-04-17 11:23:29.0915 D ESP32_SMA_Inverter pcktBufMax is now 31 bytes
2024-04-17 11:23:29.0909 I ESP32_SMA_Inverter SMA netID=07
...
2024-04-17 11:23:29.0674 W ESP32_SMA_Inverter Serial Nr: 210027*0
...
24-04-17 11:23:50.0324 D ESP32_SMA_Inverter *** SpotACTotalPower ***
2024-04-17 11:23:50.0318 D ESP32_SMA_Inverter isCrcValid at pcktBufPos: 1
2024-04-17 11:23:50.0229 D ESP32_SMA_Inverter L1 Rec=18 bytes pkL=0x0054=84 Cmd=0x0001
2024-04-17 11:23:50.0163 D ESP32_SMA_Inverter L1 Rec=18 bytes pkL=0x0040=64 Cmd=0x0001
2024-04-17 11:23:50.0163 D ESP32_SMA_Inverter HasL2pckt: 0x7E?=0x7E 0x656003FF?=0x656003FF
2024-04-17 11:23:50.0158 D ESP32_SMA_Inverter Packet status: 0xFFFF
2024-04-17 11:23:50.0152 I ESP32_SMA_Inverter Retrying.1
2024-04-17 11:23:50.0147 D ESP32_SMA_Inverter isCrcValid at pcktBufPos: 1
2024-04-17 11:23:50.0933 D ESP32_SMA_Inverter L1 Rec=18 bytes pkL=0x0040=64 Cmd=0x0001
2024-04-17 11:23:50.0932 D ESP32_SMA_Inverter HasL2pckt: 0x7E?=0x7E 0x656003FF?=0x656003FF
2024-04-17 11:23:50.0928 D ESP32_SMA_Inverter Packet status: 0xFFFF
2024-04-17 11:23:50.0920 W ESP32_SMA_MQTT Connecting to MQTT Broker
2024-04-17 11:23:50.0916 W ESP32_SMA_MQTT The client SMA-3FFD044C connects to the mqtt broker
2024-04-17 11:23:50.0906 W ESP32_SMA_MQTT without user/password
2024-04-17 11:23:50.0847 I ESP32_SMA_MQTT SMA-3FFD03CC-2100278992/state = { "Serial": 2100278992, "BTStrength": 7.84, "Uac": [ 0.00, 0.00, 0.00 ], "Iac": [ 0.00, 0.00, 0.00 ], "Pac": 0, "Udc": [ 0.00 , 0.00 ], "Idc": [ 0.00 , 0.00 ], "Wdc": [ 0 , 0 ], "Freq": 0.00, "EToday": 0.00, "ETotal": 0.00, "InvTemp": 0.00, "DevStatus": "0", "GridRelay": "0" }
2024-04-17 11:23:50.0819 I ESP32_SMA_MQTT Published
...
Any idea?
The text was updated successfully, but these errors were encountered: