HouseMode Plugin on Custom Panel now shows 'todo'

I have a housemode plugin icon on one of my altui Custom Panels that has been accurately showing my current house mode up until a week or two ago. It now only shows ‘todo’.
Not sure if it was caused by a recent altui plugin upgrade or the two painful firmware upgrades I’ve done recently. Or just normal system whonkeyness.
Not sure at whom to point the finger. :wink:

Any ideas how to fix? I suppose I could try un/reinstalling the Housemode Plugin but…

Just thought I’d check if anyone else had the problem.

Thanks,
Jim

[quote=“Jim McGhee, post:1, topic:199184”]I have a housemode plugin icon on one of my altui Custom Panels that has been accurately showing my current house mode up until a week or two ago. It now only shows ‘todo’.
Not sure if it was caused by a recent altui plugin upgrade or the two painful firmware upgrades I’ve done recently. Or just normal system whonkeyness.
Not sure at whom to point the finger. :wink:

Any ideas how to fix? I suppose I could try un/reinstalling the Housemode Plugin but…

Just thought I’d check if anyone else had the problem.

Thanks,
Jim[/quote]

Would need to know

  • Exact config and versions
  • screen shot
  • extract of JavaScript console log

Hi,
Just looked on the forum as I have just noticed the same problem as the OP on my custom panel, possibly after firmware or altui update. Details and screenshot attached. I have created a new panel to confirm the issue.

Altui version latest … AltUI v2.27.2414.
House Mode plugin is latest 1.62
Vera is up date, 1.7.3831

2jsapi?autoload={"modules":[{"name":"visualization","version":"1","packages":["gauge","table"]}]}:23 A parser-blocking, cross site (i.e. different eTLD+1) script, https://www.google.com/uds/api/visualization/1.0/40ff64b1d9d6b3213524485974f36cc0/format+en_GB,default+en_GB,ui+en_GB,table+en_GB,gauge+en_GB.I.js, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message. See https://www.chromestatus.com/feature/5718547946799104 for more details. google.loader.f @ jsapi?autoload={"modules":[{"name":"visualization","version":"1","packages":["gauge","table"]}]}:23 (anonymous) @ jsapi?autoload={"modules":[{"name":"visualization","version":"1","packages":["gauge","table"]}]}:54 32button_home_selected.png:1 Failed to load resource: the server responded with a status of 404 (Not Found)

the plugin icon seems wrong. it does not show neither in ALTUI page , nor in UI7.
custom page is simply showing it is missing

the D_HouseModes.json shows icon to be expected in wrong place:

    "state_icons": [
        {
            "img": "../../../img/icons/button_home_selected.png",
            "conditions": [
                {
                    "service": "urn:micasaverde-com:serviceId:HouseModes1",
                    "variable": "HMode",
                    "operator": "==",
                    "value": 1,
                    "subcategory_num": 0
                }
            ]
        },
	{
            "img": "../../../img/icons/button_away_selected.png",
            "conditions": [
                {
                    "service": "urn:micasaverde-com:serviceId:HouseModes1",
                    "variable": "HMode",
                    "operator": "==",
                    "value": 2,
                    "subcategory_num": 0
                }
            ]
        },
	{
            "img": "../../../img/icons/button_night_selected.png",
            "conditions": [
                {
                    "service": "urn:micasaverde-com:serviceId:HouseModes1",
                    "variable": "HMode",
                    "operator": "==",
                    "value": 3,
                    "subcategory_num": 0
                }
            ]
        },
        {
            "img": "../../../img/icons/button_vacation_selected.png",
            "conditions": [
                {
                    "service": "urn:micasaverde-com:serviceId:HouseModes1",
                    "variable": "HMode",
                    "operator": "==",
                    "value": 4,
                    "subcategory_num": 0
                }
            ]
        }
    ],