tjhowse/modbus4mqtt

Value maps with "on" and "off" human-readable values are published to MQTT as "True" and "False"

Closed this issue · 1 comments

  - pub_topic: "load_control/on_off"
    value_map:
      on: 170
      off: 85
    address: 13010

modbus4mqtt/load_control/on_off False

Fixed by #17.