tjhowse / modbus4mqtt

Modbus TCP <-> MQTT glue. YAML configuration. Robust.
Other
75 stars 34 forks source link

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

Closed tjhowse closed 3 years ago

tjhowse commented 3 years ago
  - pub_topic: "load_control/on_off"
    value_map:
      on: 170
      off: 85
    address: 13010

modbus4mqtt/load_control/on_off False

tjhowse commented 3 years ago

Fixed by #17.