-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
fastheatupfactor - detailled info missing in api V3. #122
Comments
unit is the wrong English word. And the |
what does http://ems-esp/api/thermostat/hc1 come back with? |
|
maybe ... but in ioBroker it is since years
Just tell me how to track changes within API V3 so that I can adjust accordingly. |
that's a good idea. I do agree it needs to be listed somewhere. It should be highlighted in the changelog but often we (I) forget |
Ok I found a number of errors in the API which I fixed in another branch, so will need to merge later. For example http://ems-esp/api/boiler/id would cause EMS-ESP to crash and restart. not good! |
If "fastheatupfactor" is a percentage value, it is not a factor. Factors are scalar values, percentage is a relation to a reference scaled to 100. I've renamed to Parsing does not work because PS: @proddy Other value-names like |
Working for me, i think it crashes in the new |
yes it only crashes when HA is enabled. I've made the fixes, just in another branch so will merge later along with some React Hooks modifications |
Nevertheless the km200 field-name is even with percentage |
I know, the name was taken from here, but it was not mentioned that it is a percent value. If Bosch names are wrong we don't need to copy them. |
fixed in latest dev. re-open if needed |
ems-esp/api/thermostat/hc1/fastheatupfactor returns
uom should be %. min = 0 / max = 100.
BTW: API V3 changed from unit into uom ..... I need to adjust my ioBroker adapter. Please do not change without need.
The text was updated successfully, but these errors were encountered: