tjhowse / modbus4mqtt

Modbus TCP <-> MQTT glue. YAML configuration. Robust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support setting mobus values via JSON messages using set_topic and json_key

tjhowse opened this issue · comments

Currently an error is thrown upon parsing the YAML if a register has both a set_topic and a json_key. In the future I would like to be able to set registers via a JSON message published to a set_topic however I have no immediate need for this functionality. Related to #9.