For a week now, the temperature of my Sinope thermostats in the Smarthings app is no longer refreshing. I am on wifi and I can’t find a solution to this problem. So, I have to do it manually if I want my routines to work. Somebody have find a solution ?
If you can manually refresh the thermostat data in ST, you can write a rule SharpTools or the ST API Rules to automatically Refresh this device on a regular basis (like every 5 min.).
I just got the app on my cell. I will check if it’s possible. Thanks
How in text you can add a rule to refresh every 5 minutes
In the Advanced Web App go to rules, then add a rule, then paste in the following after you add your device ID
{
“every”: {
“interval”: {
“value”: {
“integer”: 5
},
“unit”: “Minute”
},
“actions”: [
{
“command”: {
“devices”: [
“DEVICE ID”
],
“commands”: [
{
“component”: “main”,
“capability”: “refresh”,
“command”: “refresh”
}
]
}
}
]
}
}
I have the same problem… data is refreshing on Neviweb but not on SmartThings
I tried to copy the rule but I get this error message
Error with JSON formatting. SyntaxError: Expected property name or ‘}’ in JSON at position 3 (line 2 column 1)
The indentation get eliminated when you post the code into this forum.
You could try this to fix the code. I have never personally used it.
I started having the same problem a few weeks ago. No longer updates to Smartthings. I don’t know if it is a Smartthings issue or a Neviweb issue. Hopefully someone is aware of it. I’ve also just started playing around with Home Assistant too and it seems to not get the Neviweb updates also, so I am leaning toward it being and issue with Sinope Neviweb.