-
Notifications
You must be signed in to change notification settings - Fork 2
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
Comments
Hi @craigueh, What device do you have? Did you check the Resol Specification? |
No I have the DeltaSol BS (0x3251). I changed the config to this but it doesn't seem to help. |
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:
Since HASS 0.88, I think you need to write it like this (untested):
|
@craigueh did you manage to get this resolved? If yes, what configuration settings did you use (to share with the community) |
1 similar comment
@craigueh did you manage to get this resolved? If yes, what configuration settings did you use (to share with the community) |
Hi epenet I did indeed get this to work perfectly. It’s been running about 6 months now without an issue. |
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)
The text was updated successfully, but these errors were encountered: