Smokedetector app not disabled after FW update

Everything about software tools, new software development and toolchains. For developers, mostly.

Moderators: marcelr, TheHogNL, Toonz

Post Reply
Templar
Member
Member
Posts: 178
Joined: Fri Mar 18, 2011 8:49 pm
Location: Netherlands

Smokedetector app not disabled after FW update

Post by Templar »

Hi,

I disabled all the standard Toon apps in the TSC menu. But after a FW update the Smokedetector app is visible but still disabled in the TSC menu.
A quick fix is to enable and then immediately disable the Smokedetector app and then reboot the GUI. I needed to do this after several updates.
TheHogNL
Forum Moderator
Forum Moderator
Posts: 2125
Joined: Sun Aug 20, 2017 8:53 pm

Re: Smokedetector app not disabled after FW update

Post by TheHogNL »

Ok i'll check that when I have some spare time. No priorities.
Member of the Toon Software Collective
Templar
Member
Member
Posts: 178
Joined: Fri Mar 18, 2011 8:49 pm
Location: Netherlands

Re: Smokedetector app not disabled after FW update

Post by Templar »

I don't have that issue anymore with the Smokedetector app. But the Status Usage app has the same problem.

And could the Slim Verwarmen app also added to the list?
Daniel
Member
Member
Posts: 70
Joined: Fri Mar 15, 2019 4:50 pm

Re: Smokedetector app not disabled after FW update

Post by Daniel »

You can also turn it off yourself. Change in /qmf/qml/config/TenantSettings.json "appHeatingOverviewEnabled" to 'false'. (Thanks to thehognl)
Templar
Member
Member
Posts: 178
Joined: Fri Mar 18, 2011 8:49 pm
Location: Netherlands

Re: Smokedetector app not disabled after FW update

Post by Templar »

Daniel wrote:You can also turn it off yourself. Change in /qmf/qml/config/TenantSettings.json "appHeatingOverviewEnabled" to 'false'. (Thanks to thehognl)
Yes, that got rid of the "Slim verwarmen" app. Thanks! The "Status verbruik" app is still loaded though.. Can anybody tell me which app to disable?

TenantSettings.json

Code: Select all

{
        "appWeather": "",
        "appGraphTileLowestUsage": true,
        "i18nLocales": [
                "nl_NL",
                "en_GB"
        ],
        "appWhatIsNewAutostart": false,
        "enabledHeatingSourceConfiguration": false,
        "enabledGasMeterConfiguration": false,
        "appEMetersSettingsAdvancedDisabled": false,
        "appSystemSettingsFactoryResetDisabled": false,
        "appControlPanelSmartplugHardRemoveDisabled": false,
        "appControlPanelPinProtectRemoveBridge": false,
        "appControlPanelLampRenameDisabled": false,
        "appControlPanelPlugRenameDisabled": false,
        "appControlPanelHueSceneSaveDisabled": false,
        "featSMEEnabled": true,
        "featShowEnergyMeterImages": true,
        "featHolidayOffPeakEnabled": true,
        "featSmokeDetectorSensitivityEnabled": true,
        "featAlarmControlEnabled": true,
        "featHumidityEnabled": true,
        "featContactSettingsTabEnabled": true,
        "appSolarEnabled": true,
        "appBenchmarkEnabled": false,
        "appWhatIsNewEnabled": false,
        "appWhatIsToonEnabled": false,
        "appSmokeDetectorEnabled": false,
        "appHeatRecoveryEnabled": false,
        "appCustomerServiceEnabled": false,
        "appInboxEnabled": true,
        "appUpsellEnabled": false,
        "appHeatingOverviewEnabled": false,
        "installationWizardApps": [
                "internet|true",
                "activation|true",
                "update|false",
                "emeters|false",
                "boiler|false"
        ],
        "appBoilerMonitorEnabled": false,
        "appStatusUsageEnabled": false
}
rleunk
Starting Member
Starting Member
Posts: 22
Joined: Mon Apr 23, 2012 12:35 pm

Re: Smokedetector app not disabled after FW update

Post by rleunk »

Did you eventually manage to turn off the usage status, I can't get him out of here either, i've got appStatusUsageEnabled": false TenantSettings.json
In TSC menu / subscription "Status usage app"is off, but still "Status verbruik"is loaded and the icon shows in the systray.
Any solutions how to get rid of it?
Templar wrote:
Daniel wrote:You can also turn it off yourself. Change in /qmf/qml/config/TenantSettings.json "appHeatingOverviewEnabled" to 'false'. (Thanks to thehognl)
Yes, that got rid of the "Slim verwarmen" app. Thanks! The "Status verbruik" app is still loaded though.. Can anybody tell me which app to disable?

TenantSettings.json

Code: Select all

{
        "appWeather": "",
        "appGraphTileLowestUsage": true,
        "i18nLocales": [
                "nl_NL",
                "en_GB"
        ],
        "appWhatIsNewAutostart": false,
        "enabledHeatingSourceConfiguration": false,
        "enabledGasMeterConfiguration": false,
        "appEMetersSettingsAdvancedDisabled": false,
        "appSystemSettingsFactoryResetDisabled": false,
        "appControlPanelSmartplugHardRemoveDisabled": false,
        "appControlPanelPinProtectRemoveBridge": false,
        "appControlPanelLampRenameDisabled": false,
        "appControlPanelPlugRenameDisabled": false,
        "appControlPanelHueSceneSaveDisabled": false,
        "featSMEEnabled": true,
        "featShowEnergyMeterImages": true,
        "featHolidayOffPeakEnabled": true,
        "featSmokeDetectorSensitivityEnabled": true,
        "featAlarmControlEnabled": true,
        "featHumidityEnabled": true,
        "featContactSettingsTabEnabled": true,
        "appSolarEnabled": true,
        "appBenchmarkEnabled": false,
        "appWhatIsNewEnabled": false,
        "appWhatIsToonEnabled": false,
        "appSmokeDetectorEnabled": false,
        "appHeatRecoveryEnabled": false,
        "appCustomerServiceEnabled": false,
        "appInboxEnabled": true,
        "appUpsellEnabled": false,
        "appHeatingOverviewEnabled": false,
        "installationWizardApps": [
                "internet|true",
                "activation|true",
                "update|false",
                "emeters|false",
                "boiler|false"
        ],
        "appBoilerMonitorEnabled": false,
        "appStatusUsageEnabled": false
}
Templar
Member
Member
Posts: 178
Joined: Fri Mar 18, 2011 8:49 pm
Location: Netherlands

Re: Smokedetector app not disabled after FW update

Post by Templar »

rleunk wrote:Did you eventually manage to turn off the usage status, I can't get him out of here either, i've got appStatusUsageEnabled": false TenantSettings.json
In TSC menu / subscription "Status usage app"is off, but still "Status verbruik"is loaded and the icon shows in the systray.
Any solutions how to get rid of it?
No, I didn't. Haven't got any solutions either.
rleunk
Starting Member
Starting Member
Posts: 22
Joined: Mon Apr 23, 2012 12:35 pm

Re: Smokedetector app not disabled after FW update

Post by rleunk »

Oke, too bad, maybe in time there will be a solution. I will have to deal with it for now sounds worse than it is.
Post Reply

Return to “Toon software development”