Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional settings for Heating Circuit 2 and Summer time settings #24

Open
kucerazdenek opened this issue Mar 19, 2023 · 11 comments
Open

Comments

@kucerazdenek
Copy link

@pail23 , excellent progress 0.8.1 !! Thanks a lot!

Would it be possible to add also settings for following parameters?

Heating Circuit 2

image

Summer mode
image

Summer time
image

Thanks!

@kucerazdenek kucerazdenek changed the title Additional settings for Heating Circuit 2 Additional settings for Heating Circuit 2 ad Summer time settings Mar 19, 2023
@kucerazdenek kucerazdenek changed the title Additional settings for Heating Circuit 2 ad Summer time settings Additional settings for Heating Circuit 2 and Summer time settings Mar 19, 2023
@pail23
Copy link
Owner

pail23 commented Mar 20, 2023

I did not find the corresponding registers in the modbus documentation: https://www.stiebel-eltron.ch/content/dam/ste/ch/de/downloads/kundenservice/smart-home/Modbus/Modbus%20Bedienungsanleitung.pdf

Do you know which ones to pick?

@xylone
Copy link

xylone commented Mar 20, 2023

Bit weird that they are in de Service Welt, but not in the Modbus....
Same as the max temperature fields in the Energy dashboard:
Scherm­afbeelding 2023-03-20 om 21 53 43

@kucerazdenek
Copy link
Author

kucerazdenek commented Mar 28, 2023 via email

@pail23
Copy link
Owner

pail23 commented Oct 10, 2023

Any news from the stiebel eltron support?

@kucerazdenek
Copy link
Author

kucerazdenek commented Oct 16, 2023 via email

@kucerazdenek
Copy link
Author

Unfortunately nothing, even I pushed them few times….

One more question, I see that my ISG was updated to version 12.2.3.
Any chance to get those two information from this?

image

@kucerazdenek
Copy link
Author

kucerazdenek commented Nov 24, 2023

Hi @pail23 , sorry for bothering, any chance to include at least those two values into integration?

Actual Compressor speed
Inverter Power
Compressor starts (count)

Not sure, could it be this?

Speed + Power
image

Probably would be good to see also register 36128 (to see if it is what percentage the pump is running at from performance point of view)

Compressor starts
image

This is how it looks like when switched to German on ISG.

image

@pail23
Copy link
Owner

pail23 commented Nov 24, 2023

@kucerazdenek The "Verdichterstarts" (modbus register 31) is already implemented. This register is only available for LWZ7LWA heatpumps and not for WMP heat pumps.
Regarding the 361XX registers: Would it be possible for to test with the standard modbus integration if you get the desired values? My heatpump does not provide those registers and therefore I can't test it. Once I get your confirmation that you can read those values and you get the correct content, I can implement it in the integration. Many thanks!

@kucerazdenek
Copy link
Author

kucerazdenek commented Mar 4, 2024

Hi @pail23 , sorry, have been stuck with some sad things last few months. Would you be able to give me some hint how to scan 361XX registers via modbus integration to test if requested values are provided through them?

@pail23
Copy link
Owner

pail23 commented Mar 8, 2024

Yes, you can used the home assistant modbus integration. There are also modbus apps available on mobile phones. Have a look in play store.

@kucerazdenek
Copy link
Author

kucerazdenek commented Mar 8, 2024

Sure, I tried below, but all three are shown as unavailable (even I tried int16 instead of float16) and for address 36118 (this one must be addressed in different way I am afraid), shows an error in HA log:
2024-03-07 06:44:08.799 ERROR (SyncWorker_3) [homeassistant.components.modbus.modbus] Pymodbus: modbus_test: Error: device: 1 address: 36118 -> pymodbus returned isError True

section in configuration.yaml

modbus:

  • name: "modbus_test"
    type: tcp
    host: 10.0.0.237
    port: 502

    sensors:

    • name: modbus_test_l1consumption
      address: 36118
      slave: 1
      scan_interval: 15
      unit_of_measurement: W
      data_type: float16
    • name: modbus_test_outside_temperature
      unit_of_measurement: °C
      address: 507
      slave: 1
      scan_interval: 15
      data_type: float16
    • name: modbus_test_actual_temperature_hk1
      unit_of_measurement: °C
      address: 508
      slave: 1
      scan_interval: 15
      data_type: float16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants