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

[FEATURE] Ability to use own temperature sensors #10

Open
sneekerzzz opened this issue Aug 11, 2024 · 6 comments · May be fixed by #67
Open

[FEATURE] Ability to use own temperature sensors #10

sneekerzzz opened this issue Aug 11, 2024 · 6 comments · May be fixed by #67
Assignees
Labels
enhancement New feature or request

Comments

@sneekerzzz
Copy link

Add support for custom sensors, such as temperature sensors, for integration with Solvis systems.

In our case, we use our own sensors in Home Assistant rather than the thermostats provided by Solvis.

@LarsK1
Copy link
Owner

LarsK1 commented Aug 15, 2024

Hi,
sorry. This is currently not supported by Solvis.

So unfortunately not doable.

@LarsK1 LarsK1 added enhancement New feature or request wontfix This will not be worked on and removed not verified labels Aug 15, 2024
@LarsK1 LarsK1 closed this as not planned Won't fix, can't repro, duplicate, stale Aug 15, 2024
@sneekerzzz
Copy link
Author

sneekerzzz commented Nov 12, 2024

Hi LarsK1,

This is definitely possible—I’m already using it this way. However, my goal is to use your integration, but that limits my ability to create custom automations and prevents me from writing temperature values to the register every 60 seconds.

Would there be any chance you could add this feature?

custom_thermostat

@LarsK1 LarsK1 reopened this Nov 12, 2024
@LarsK1
Copy link
Owner

LarsK1 commented Nov 12, 2024

Hi @sneekerzzz,
which registers need to be written? Or can you may be share your current code?

@LarsK1 LarsK1 added question Further information is requested and removed enhancement New feature or request wontfix This will not be worked on labels Nov 12, 2024
@sneekerzzz
Copy link
Author

sneekerzzz commented Nov 12, 2024

Hi @sneekerzzz, which registers need to be written? Or can you may be share your current code?

I'm not very tech-savvy :) but I managed to get it working with the automation code below. Solvis expects it every 60 seconds. I've replaced 3 Solvis thermostats with my own Philips Hue multi-sensors, and it's working great!

`alias: Solvis | Temperatuur | Radiators
description: ""
triggers:

  • trigger: time_pattern
    seconds: /60
    conditions: []
    actions:
  • data:
    hub: SolvisRemote
    slave: 1
    address: 34305
    value: "{{ (states('sensor.hue_ms_livingroom_temperature') | float * 10) | int }}"
    enabled: true
    action: modbus.write_register
    mode: single`

custom_thermostat

@LarsK1 LarsK1 added enhancement New feature or request and removed question Further information is requested labels Nov 26, 2024
@LarsK1
Copy link
Owner

LarsK1 commented Nov 26, 2024

Hi @sneekerzzz ,
thanks for providing that snippet. That should be implementable. Will check on the weekend and report back.

@sneekerzzz
Copy link
Author

Hi @sneekerzzz , thanks for providing that snippet. That should be implementable. Will check on the weekend and report back.

That would be great! I’ve also contacted Solvis to confirm the timing for when the SC3 expects a temperature update. However, I’ve found that a consistent 10-second interval works perfectly.

@LarsK1 LarsK1 linked a pull request Dec 1, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants