meichthys / uptime_kuma

Uptime Kuma HACS integration
110 stars 23 forks source link

[FEATURE REQ] Check Uptime-Kuma compatibility with the main program #44

Closed VNRARA closed 1 year ago

VNRARA commented 1 year ago

Add a feature that warns when the HA user is trying to connect to a non-macthing/ outdated version of uptime-kuma (the actual program).

meichthys commented 1 year ago

I'm not sure what you're requesting? Are you asking for a warning to indicate that an update is available?

VNRARA commented 1 year ago

I had uptime-kuma 1.18 running with the updated version of this HACS integration and lots of issues where I couldn't get the integration to work. After a fresh install to 1.21.0 I did manage to get it working again. They are still implementing lots of features that may break this integration. Some sort of app_version check would be nice upon trying to connect:

 HELP app_version The service version by package.json
 TYPE app_version gauge

app_version{version="1.21.0",major="1",minor="21",patch="0"} 1
meichthys commented 1 year ago

I haven't seen any issues on older versions of UptimeKuma. Perhaps it was a configuration issue. For now I will be closing this since I cannot seem to re-produce it and I prefer not to add a warning to users who are successfully using older versions.