Ga naar hoofdinhoud
Taylor

Supported devices

Device Type
Taylor hybrid inverter (MQTT)
Taylor hybrid inverter

Configuration steps

Prerequisite: the MQTT broker that publishes the Taylor topics is reachable by the controller (default ports 1883 or 8883 for TLS).

  1. Find the site filter
    In your Taylor portal / documentation locate the topic prefix
    (e.g. site_123/…). Use this as Site filter.

  2. (Optional) create a broker user
    Create a dedicated MQTT username / password — or leave empty if the broker is open.

  3. Add the device in SmartgridOne

    • Integrations → Add device

    • Choose Taylor MQTT Hybrid Inverter Protocol

    • Fill in the fields:

      FieldExample / note
      Host : Portmqtt.example.lan : 1883
      Site filtersite_123
      Battery nominal power [kW]5 (optional)
      Solar nominal power [kW]8 (optional)
      Capacity [kWh]11 (optional)
      Grid / consumption meter topicsleave empty unless needed
      MQTT usernameleave empty if broker is open

    After saving, the inverter and its children (battery, PV, meters) appear.


Metrics exposed

KeyDescriptionUnit
actualPowerTot_WInstantaneous grid power (positive = import)W
stateOfCharge_fracBattery state-of-charge (0 – 1)
importedEnergyDeltaTot_WhImported energy since previous read-out¹Wh
exportedEnergyDeltaTot_WhExported energy since previous read-out¹Wh

¹ Calculated by the driver when absolute kWh counters are unavailable.


Troubleshooting

  • No measurements – ensure topic …/raw_data/latest returns JSON with soc and active_power_in.
  • Command ignored – smart-grid mode must be on and the new set-point must differ by at least ±100 W from the previous one.
  • Multiple Taylor sites – run one driver instance per Site filter to avoid topic collisions.

Useful resources