mountaindude / verisure-mqtt

Dockerized Node.js app that queries Verisure's APIs for status, and then forward this info to MQTT.
https://ptarmiganlabs.com/
MIT License
10 stars 4 forks source link

Error: This API is not supported anymore #53

Open TheLion opened 1 year ago

TheLion commented 1 year ago

Describe the bug Since a couple of days, the error below is displayed

    data: {
      errorGroup: 'NOT_IMPLEMENTED',
      errorCode: 'VAL_01797',
      errorMessage: 'This API is not supported anymore '

To Reproduce Happens every 10 min.

Expected behavior That the werror would not occur ;-)

Describe environment:

mountaindude commented 1 year ago

Mmm, I've seen elsewhere that Verisure has changed their APIs a bit. What you are seeing is probably related to that.

Maybe the Verisure library that verisure-mqtt uses has been updated - don't know. But will check and if that's the case it should be easy to make verisure-mqtt work again. Otherwise it will be (very) hard.

TheLion commented 1 year ago

Mmm, I've seen elsewhere that Verisure has changed their APIs a bit. What you are seeing is probably related to that.

Maybe the Verisure library that verisure-mqtt uses has been updated - don't know. But will check and if that's the case it should be easy to make verisure-mqtt work again. Otherwise it will be (very) hard.

Great! Looking forward to an update.

If I need to test anything, please let me know.