Announcement

Collapse
No announcement yet.

JSON API PluginList doesn't show available updates after v4.2.10.3

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    JSON API PluginList doesn't show available updates after v4.2.10.3

    The JSON API PluginList isn't showing available updates anymore in my case.
    I'm sure it was working fine with beta 4.2.10.3
    It isn't working anymore in beta 4.2.10.5, nor in the latest release 4.2.11.0

    https://docs.homeseer.com/display/HSPI/pluginlist

    Screenshot Plugin page:
    Click image for larger version

Name:	HS4Plugins.png
Views:	211
Size:	40.9 KB
ID:	1534883

    When loading the url "<homeseer url>/JSON?request=pluginlist", the result shows no available updates, although AKShelly and SmartThings should have an update available.
    {
    "Name": "HomeSeer Installed Plugins",
    "Version": "1.0",
    "Plugins": [
    {
    "Name": "AK Shelly",
    "Version": "4.0.0.82",
    "VersionAvailable": "",
    "UpdateAvailable": false
    },
    {
    "Name": "BLBackup",
    "Version": "2.0.63.0",
    "VersionAvailable": "",
    "UpdateAvailable": false
    },
    {
    "Name": "mcsMQTT",
    "Version": "5.23.5.0",
    "VersionAvailable": "",
    "UpdateAvailable": false
    },
    {
    "Name": "MQTT",
    "Version": "1.5.0.0",
    "VersionAvailable": "",
    "UpdateAvailable": false
    },
    {
    "Name": "Philips Hue",
    "Version": "4.0.24.0",
    "VersionAvailable": "",
    "UpdateAvailable": false
    },
    {
    "Name": "SmartThings",
    "Version": "4.0.16.0",
    "VersionAvailable": "",
    "UpdateAvailable": false
    },
    {
    "Name": "Z-Wave",
    "Version": "3.0.10.0",
    "VersionAvailable": "",
    "UpdateAvailable": false
    }
    ]
    }

    #2
    I just tested this with version 4.2.11.0 and then 4.2.8.0, so the current release and the previous release.
    Installed an old version of Sample Plugin, because all plugins were up to date. I did see the Update Available icon on the Manage Plugins page.
    For me VersionAvailable is empty with version 4.2.8.0 too. So it may have broken earlier.

    Anyway, it seems to be buggy and should be looked at, but HST may not read it here. You should probably mention it in the threads for the latest release or latest/upcoming beta.
    Plugins I developed for HS4: Somfy Local, MiLight (LimitlessLED), Updates, Volvo (VoC), OpenTherm Gateway (OTGW)
    Running HS4 Pro on Windows 10 Pro on a Synology VM, with Node-RED running as a container.

    Comment


      #3
      I actually downgraded to 4.2.0.0 on my development machine and still get an empty VersionAvailable. So it seems the problem is not the program, but rather the data it's retrieving.
      Plugins I developed for HS4: Somfy Local, MiLight (LimitlessLED), Updates, Volvo (VoC), OpenTherm Gateway (OTGW)
      Running HS4 Pro on Windows 10 Pro on a Synology VM, with Node-RED running as a container.

      Comment


        #4
        Thank you for the feedback. I've posted the issue now here with ta link to this topic: https://forums.homeseer.com/forum/ho...51#post1535451

        Comment

        Working...
        X