esphome / feature-requests

ESPHome Feature Request Tracker
https://esphome.io/
413 stars 26 forks source link

Add support for climate component, platform: modbus #2687

Open ionutgogu opened 5 months ago

ionutgogu commented 5 months ago

Describe the problem you have/What new integration you would like

Possibility to create a climate component using platform: modbus to be able to write/read directly to registry addresses or to an already defined sensor:

Example:

Please describe your use case for this integration and alternatives you've tried:

Integrate a heatpump into homeassistant using modbus rtu and esphome

Additional context

ssieb commented 5 months ago

Does the modbus device actually have climate controls? Do you have documentation? I remember you asking about this on discord, but you didn't respond when I asked for more information.

ionutgogu commented 5 months ago

Hi, unfortunately I did not saw your question on discord, it is not related to one device, almost all hvac devices with modbus have climate option, see homeassiatant core modbus integration:

https://www.home-assistant.io/integrations/modbus/

Now I am using an USB_RS485 adapter, the above integration and will be nice to use ESPHome.