jagheterfredrik / esphome-rego1000

ESPHome custom component for IVT Rego1000 heat pump controller
12 stars 5 forks source link

Added 3.7.0 specific file #7

Closed cjonhammar closed 1 year ago

jagheterfredrik commented 1 year ago

Thanks @cjonhammar! I made a more generic PR in #8. Quick Q; does your compressor binary sensor work and if so did you make changes to the rego_listen_can_id? I think the v3.x.x use 0xxxxxx270 rather than 0xxxxxx260

cjonhammar commented 1 year ago

Thanks @cjonhammar! I made a more generic PR in #8. Quick Q; does your compressor binary sensor work and if so did you make changes to the rego_listen_can_id? I think the v3.x.x use 0xxxxxx270 rather than 0xxxxxx260

Yes, the binary sensor is working. See picture:

image

I did the changes that you mentioned earlier:

rego1000-3.7.0.yaml- name: "Heat carrier pump" rego1000-3.7.0.yaml: rego_listen_can_id: 0x00028270

rego1000-3.7.0.yaml- name: "Heat fluid pump" rego1000-3.7.0.yaml: rego_listen_can_id: 0x0002c270

rego1000-3.7.0.yaml- name: "Three-way valve" rego1000-3.7.0.yaml: rego_listen_can_id: 0x00038270

rego1000-3.7.0.yaml- name: "Additional heat" rego1000-3.7.0.yaml: rego_listen_can_id: 0x0003c270

rego1000-3.7.0.yaml- name: "Compressor" rego1000-3.7.0.yaml: rego_listen_can_id: 0x00048270

rego1000-3.7.0.yaml- name: "Cold fluid pump" rego1000-3.7.0.yaml: rego_listen_can_id: 0x00054270

jagheterfredrik commented 1 year ago

Great, thanks!