veista / nilan

Nilan integration for Home Assistant
Apache License 2.0
46 stars 11 forks source link

Add support for VGU180 EK #105

Closed jyrkij closed 8 months ago

jyrkij commented 10 months ago

Hi,

Would it be possible to add support for VGU180 EK? The error in debug log is:

2023-12-04 13:47:17.881 DEBUG (MainThread) [custom_components.nilan.config_flow] Device Type 38 not found in supported devices list

Here's the device type plate:

23-11-13 13-55-37 3803 (kopio)

And I suppose this is the device info page:

23-12-04 13-48-35 3865 (kopio)

veista commented 10 months ago

Sure thing. I will add this ASAP.

veista commented 9 months ago

Should be working in the latest release.

jyrkij commented 9 months ago

Thank you! The integration works, the device is recognised and communicates correctly. There are missing registries though (and possibly some extra registries as well). 2021-01-Modbus_CTS602_w_HMI350T_Modbus.pdf lists at least central heating registries as supported (registry group 1800). I haven't gone through the whole document so there might be some other registries missing as well.

veista commented 9 months ago

As I don't have access to your device:

  1. Add your device number to the device_map.py on the registries you think your device supports
  2. Cross-check from your HMI panel that the registries actually work as intended
  3. Create a pull request so that everybody can benefit from your work

Thanks!