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

How to get a list of sensors/pumps etc. from the Resol #5

Open
epenet opened this issue Sep 4, 2019 · 6 comments
Open

How to get a list of sensors/pumps etc. from the Resol #5

epenet opened this issue Sep 4, 2019 · 6 comments

Comments

@epenet
Copy link
Owner

epenet commented Sep 4, 2019

Now to figure out how to get a list of sensors/pumps etc. from the Resol device to buld the HASS config.
I used the examples you provided but I just get Temperature 1 None C and Pump 1 None%.

Originally posted by @craigueh in #3 (comment)

@epenet
Copy link
Owner Author

epenet commented Sep 4, 2019

Hi @craigueh,

What device do you have? Did you check the Resol Specification?
My settings are based on a Vitosolic 200 (device code 0x7321 on page 51), but you might not have a Vitosolic 200.

@craggyh
Copy link

craggyh commented Sep 4, 2019

No I have the DeltaSol BS (0x3251). I changed the config to this but it doesn't seem to help.
Is there a log file somewhere I could see if it's actually running/connecting to the serial port?

@epenet
Copy link
Owner Author

epenet commented Sep 4, 2019

As per the main hass documentation You can tweak your main configuration file (logger section) to enable debug on specific components.

This worked until HASS 0.88:

logger:
  default: warn
  logs:
    custom_components.sensor.resolvbus: debug

Since HASS 0.88, I think you need to write it like this (untested):

logger:
  default: warn
  logs:
    custom_components.resolvbus: debug

@epenet
Copy link
Owner Author

epenet commented Sep 30, 2019

@craigueh did you manage to get this resolved?

If yes, what configuration settings did you use (to share with the community)
If not, what were the results of the debug traces?

1 similar comment
@epenet
Copy link
Owner Author

epenet commented Mar 5, 2020

@craigueh did you manage to get this resolved?

If yes, what configuration settings did you use (to share with the community)
If not, what were the results of the debug traces?

@craggyh
Copy link

craggyh commented Mar 8, 2020

Hi epenet

I did indeed get this to work perfectly. It’s been running about 6 months now without an issue.
Ill try get some time tomorrow to pull out the configs and post them here.

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

2 participants