We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, how do I get only the value of an entity via api?
the documented simple fetch does result in detailed info about entity, not only value ;.(
/usr/bin/wget --no-check-certificate -q http://ems-esp/api/thermostat/hc1/seltemp -O - { "name": "seltemp", "fullname": "hc1 selected room temperature", "circuit": "hc1", "value": 20, "type": "number", "min": 5, "max": 29, "uom": "°C", "readable": true, "writeable": true, "visible": true }
I hope to get only "20"
cu Harvey
The text was updated successfully, but these errors were encountered:
you can't, but we can consider adding a "/value" after the entity to bring only the value back.
Sorry, something went wrong.
Hi Proddy, excellent idea, thank you looking forward to test :-) cu Harvey
API extract individual attributes - emsesp#462
5438d7b
in b16
Format is for example http://ems-esp.local/api/boiler/wwseltemp/value
http://ems-esp.local/api/boiler/wwseltemp/value
or any of the other attributes, like http://ems-esp.local/api/boiler/wwseltemp/fullname
http://ems-esp.local/api/boiler/wwseltemp/fullname
Merge pull request #485 from proddy/dev
7ad1251
attributes via API #462
No branches or pull requests
Hi, how do I get only the value of an entity via api?
the documented simple fetch does result in detailed info about entity, not only value ;.(
I hope to get only "20"
cu
Harvey
The text was updated successfully, but these errors were encountered: