A common question in the support channels involves the `UndefinedError` returned when an automation that references a trigger state object in the action is manually triggered. Hopefully this note will reduce those questions in the future. I also tweaked the example automations.
* Easier way to retrieve Access Token by uptodate app
IMPORTANTANT: I actually do not have a "Xiaomi Mi Robot Vacuum", I have a "Xiaomi Aqara Gateway", therefore this method schould be checked by someone owning a robot vacuum!!!
I actualy am setting up the xiaomi_gateway_alarm through this custom component:
https://github.com/hekm77/homeassistant-config/tree/master/custom_components/xiaomi_gateway_alarm
For that component I need the same 32 character "token" as this component uses and the docs of xiaomi_gateway_alarm refered to these instructions.
I found these current instructions to difficult/to much work, so I tryed to do it simpler and for me it worked.
I just tryed the develepor mode of the gateway and even in the latest app 5.6.46 (january 2020) the token is just there in plain text.
I use:
gateway model: lumi.gateway.v3
gateway firmware_version: 1.4.1_175
gateway hardware_version: MW300
Android app (Samsung Galaxy S8) version: 5.6.46
steps to get there are in this PR.
Can someone ferify this works for the robot vacuum???
* ✏️ Tweaks
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* Slight addition to step 8
Some new users have expressed confusion about not being able to access the frontend at `http://hassio.local:8123` when the IP address works. Adding this note should hopefully reduce questions of this type.
* Update index.markdown
* Added bonus template sensors to convert kilograms to pounds
added bonus template sensors to convert kilograms to pounds. This will save users from having to re-invent the wheel on their own.
* added {% raw %} tags
* edited {% raw %} tags
fail2ban complains about a double `bantime` directive when reloading the service, suggest people change the value later rather than include two statements in the configuration file
* Update philips_js.markdown
note that not all listed jointspace-devices wont have json-api
* Minor changes
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
Just a minor change to reflect the platform position in the configuration file (media_player) and LSX was successfully tested, have 2 pairs here, let me know if you need more specific tests.
Thanks anyway.