Also local doesn’t seem to work.
Maybe I’m doing something wrong.
Tried every possibility, replaced /token with the actual token. Tried no ports tried ports set as in local api. Nothing works. I wonder what I am doing wrong
Also local doesn’t seem to work.
Maybe I’m doing something wrong.
Tried every possibility, replaced /token with the actual token. Tried no ports tried ports set as in local api. Nothing works. I wonder what I am doing wrong
Attention, port for token can’t be 80, the same of homey api.
Have you installed the app local_api (default port is 3000)
Also tried port 3000
But the field where the token needs to be,
Is that like: localip:port/token
Or localip:port/actual token code
This homey app is needed to map homeyscript to an url that contain a json with the bearer token.
It miss a piece, need to update the guide for this (A user wanted to do it and I didn’t worry about it anymore)
I do have that app installed and running a flow for it as found in an link in post 1. But doesn’t seem to work very well. When in browser I get this
Update, i’m finally in!
After rereading post 207 for the 10th time i realised i made a typo in de logic tag…
Good! When i have time i write correct steps!
v 0.240315.1
- Modified the retrieve of bearer token in Homey 2016/2019 .
Now the app update the bearer token only from local connection and she execute a check for new token every 10min (or if the token is empty). When you use cloud connection, you need to have a valid bearer token saved in app (getted automatically by a previous local connection or inserted manually).
Anyone has Homey 2016/2019 can check that everything is working correctly
Thanks @Sander_Bakker
I can’t get it to display on status:
.on
The block is gone by adding display: none.
But display: block doesn’t make it appear.
My airco widget is (almost) perfect
The different modes are working perfect.
Last thing on my wishlist is to also be able to turn the thing on or off.
what widget type?
i don’t understand
it;'s the GenericThermostat widget. You added the different modes (heating/cooling./fanonly) for me. But I am not able to switch the thing off from the NSPANEL
Check in device capabilities the value for off status
Is miss the button for send off command because in your device the command is’nt “off”, maybe is “poweoff” or “standby”
now operation_mode is heating. If you off the device with is the new status?
Or your device has an on/off button separate from mode?
Send screenshot of device in homey app
Ok, you have send it previously.
The device has a separated button for on/off
if the thermostat is off, the capability onoff is true?
if the thermostat is on, the capability onoff is false?
the other way around.
ON = TRUE
OFF = FALSE