-
Notifications
You must be signed in to change notification settings - Fork 294
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
scanconfig picks config file, but only one string visible #431
Comments
When querying httpport of ebusd, things do become a lot more readable. However now I am still not sure if I should adjust the HA component to deal with the way in which my device seems to aggregate temperatures, of if a new config file could help to get temperatures and states with proper names. (not just in a comment)
|
Basically, what I am asking - would it be better to fix this in the intragration, or could it also be possible to fix this by writing a more specific ebusd config file? |
In my case, scanconfig picks a config file but the only readable strings are
StatusCirPump
,Status01
,Status02
andDateTime
. How do I find out if this is a config file issue (i.e. wrong file picked, or no better one available) or if something else is wrong, like my ebus adapter not reading properly?ebusctl info
says:ebusctl scan result
saysThe 3 names given above can also be read from ebusctl with
ebusctl read
.Status01
seems to be various temperatur readings, maybe for hot water?28.0;28.0;-;26.5;28.0;off
, Status02 seems to be various internal temperature settings28.0;28.0;-;26.5;28.0;off
.StatusCirPump
just reads asoff
, which makes sense as the heater is set off currently.The text was updated successfully, but these errors were encountered: