yozik04 / nibe-mqtt

Nibe MQTT integration to use with HomeAssistant MQTT Autodiscovery
GNU General Public License v3.0
26 stars 8 forks source link

SMOS40 over TCP Modbus support #9

Closed nkrepo closed 1 year ago

nkrepo commented 1 year ago

@yozik04 thank for the effort supporting NIBE protocols for mqtt. I would like to ask it is possible to add support for the S-Series SMOS40 controller over the TCP Modbus.

I am attaching the complete register dump of the SMOS40.

The csv field format of the dumped file is: Title Register type Register Division factor Unit Size of variable Min value Max value Default value The csv field format in your nibe library is: Title;Info;ID;Unit;Size;Factor;Min;Max;Default;Mode I would try to convert on my own but I am not sure how to match all fields, I am not very familiar with Modbus.

Apart from the missing register config is any other issue that would prohibit the nibe-mqtt to communicate with SMOS40 over TCP Modbus?

modbus_addresses_all_20221016-06765422020001-1.csv

yozik04 commented 1 year ago

See https://github.com/yozik04/nibe/issues/32

nkrepo commented 1 year ago

thank you I am closing the issue here.