KinDR007 / Victron-MPPT-ve.direct-to-MQTT

Read data from victron mppt and transport to mqtt server
MIT License
41 stars 10 forks source link

please add SmartShunt product :) #4

Closed bodforss closed 3 years ago

KinDR007 commented 3 years ago

Hi unfortunately i don't have this product so i have no way to tune it. therefore, I do not plan to add it yet

bodforss commented 3 years ago

hi! i actually found the PID while tinkering with the raw output from the SmartShunt. added the following line, and.. SUCCESS! :)

    case 0xA389 : client.publish("Victron/PID", "SmartShunt");  break;

The SmartShunt now deliver Voltage, Current, Firmware and PID via MQTT over to my HA :)

best regards

bodforss commented 3 years ago

case closed, from my point of view. its up to you if you want to merge it. ;)

KinDR007 commented 3 years ago

hi! i actually found the PID while tinkering with the raw output from the SmartShunt. added the following line, and.. SUCCESS! :)

    case 0xA389 : client.publish("Victron/PID", "SmartShunt");  break;

The SmartShunt now deliver Voltage, Current, Firmware and PID via MQTT over to my HA :)

best regards

Nice work

KinDR007 commented 3 years ago

case closed, from my point of view. its up to you if you want to merge it. ;)

Done!

KinDR007 commented 3 years ago

hi! i actually found the PID while tinkering with the raw output from the SmartShunt. added the following line, and.. SUCCESS! :)

    case 0xA389 : client.publish("Victron/PID", "SmartShunt");  break;

The SmartShunt now deliver Voltage, Current, Firmware and PID via MQTT over to my HA :)

best regards

Hi, I now testing SmartShunt (for esphome) image