Toon as Domotica screen

If you don't know where to post, post here.

Moderators: marcelr, TheHogNL, Toonz

Arcidodo
Starting Member
Starting Member
Posts: 23
Joined: Fri Apr 03, 2015 1:06 pm

Toon as Domotica screen

Post by Arcidodo »

Is it possible to remove the Thermostat of the toon?
and add 2 more widgets? so we can use a second toon elsewhere with 6 tiles?

or is it possible to show an app in dimmstate? like the Home Assistant app?
TheHogNL
Forum Moderator
Forum Moderator
Posts: 2125
Joined: Sun Aug 20, 2017 8:53 pm

Re: Toon as Domotica screen

Post by TheHogNL »

Arcidodo wrote:Is it possible to remove the Thermostat of the toon?
and add 2 more widgets? so we can use a second toon elsewhere with 6 tiles?

or is it possible to show an app in dimmstate? like the Home Assistant app?

Yes you can disable the thermostat function in the toon giving a total of 6 tiles. Just add this to the /qmf/config/config_happ_scsync.xml file in the <features> list

Code: Select all

<feature>noHeating</feature>
and reboot
Member of the Toon Software Collective
Xavier
Member
Member
Posts: 174
Joined: Wed Jan 16, 2019 1:40 am

Re: Toon as Domotica screen

Post by Xavier »

In this same topic,

Is it also possible to disable the "ketel module" and the "Meetmodule"?

I use 1 Toon1 as second toon in an other room only as domotica controller (not to regulate temperature or gas/power smart meter).

I have added "<feature>noHeating</feature>" in the file and rebooted but Thermostat is still visible.
Do I need to do more?
Toon2 with 6.0.2 firmware TSC 2.1.7
Apps: Sonos, Calender, garbagecalender, webcam, doorcam, Onkyo, Domoticzboard, Solar and weather app.
TheHogNL
Forum Moderator
Forum Moderator
Posts: 2125
Joined: Sun Aug 20, 2017 8:53 pm

Re: Toon as Domotica screen

Post by TheHogNL »

Xavier wrote:In this same topic,

Is it also possible to disable the "ketel module" and the "Meetmodule"?

I use 1 Toon1 as second toon in an other room only as domotica controller (not to regulate temperature or gas/power smart meter).

I have added "<feature>noHeating</feature>" in the file and rebooted but Thermostat is still visible.
Do I need to do more?
Should be enough. Can you paste your whole scsync file?
Member of the Toon Software Collective
Xavier
Member
Member
Posts: 174
Joined: Wed Jan 16, 2019 1:40 am

Re: Toon as Domotica screen

Post by Xavier »

TheHogNL wrote:
Xavier wrote:In this same topic,

Is it also possible to disable the "ketel module" and the "Meetmodule"?

I use 1 Toon1 as second toon in an other room only as domotica controller (not to regulate temperature or gas/power smart meter).

I have added "<feature>noHeating</feature>" in the file and rebooted but Thermostat is still visible.
Do I need to do more?
Should be enough. Can you paste your whole scsync file?
Sure:

Code: Select all

 <Config packageRevision="443">
  <sysConfig>
   <locale>nl_NL</locale>
   <timezone>Europe/Amsterdam</timezone>
   <currency>EUR</currency></sysConfig>
    <device>
     <package>happ_scsync</package>
     <uuid>REMOVED</uuid>
     <type>agreementDetail</type>
     <internalAddress>agreementDetail</internalAddress>
     <visibility>0</visibility><StartDate>1491004800</StartDate><EndDate>-1</EndDate><Status>IN_SUPPLY</Status><ProductVariant>Toon</ProductVariant><activated>1</activated><wizardDone>1</wizardDone><ElectricityDisplay>1</ElectricityDisplay><GasDisplay>1</GasDisplay><HeatDisplay>0</HeatDisplay><SolarDisplay>0</SolarDisplay><SolarActivated>0</SolarActivated><OtherProviderElec>1</OtherProviderElec><OtherProviderGas>1</OtherProviderGas><SME>0</SME><HeatWinner>0</HeatWinner><mobileAccess>1</mobileAccess><supportEnabled>0</supportEnabled><supportEnabledStart>0</supportEnabledStart><researchEnabled>0</researchEnabled><doSolarWhatsnew>0</doSolarWhatsnew><statusUsageFirstUse>0</statusUsageFirstUse><scStatusFlags>4</scStatusFlags><commissionState>0</commissionState><features>
    
    <feature>noHeating</feature>
    <feature>displayAutoBrightness</feature></features><featureInputs></featureInputs></device>
    <device>
          <serial_number>REMOVED</serial_number>
     <device_type>Display</device_type>
     <device_model>6500-1200-4901</device_model>
     <hardware_version>6500-1200-4901</hardware_version>
     <manufacturer>Prodrive</manufacturer>
     <devicePackage>hcb_config</devicePackage>
     <package>happ_scsync</package>
     <uuid>REMOVED</uuid>
     <type>deviceInfo</type>
     <name>deviceInfo</name>
     <internalAddress>hcb_config</internalAddress>
     <visibility>1</visibility></device>
    <device>
     <serial_number>REMOVED</serial_number>
     <device_type>MeterAdapter</device_type>
     <device_model>6500-1200-4700</device_model>
     <hardware_version>6500-1200-4700</hardware_version>
     <manufacturer>Prodrive</manufacturer>
     <devicePackage>hdrv_p1</devicePackage>
     <devUuid>REMOVED</devUuid>
     <package>happ_scsync</package>
     <uuid>REMOVED</uuid>
     <type>deviceInfo</type>
     <name>deviceInfo</name>
     <internalAddress>13-30-004-257</internalAddress>
     <visibility>1</visibility></device>
    <device>
     <serial_number>REMOVED</serial_number>
     <device_type>BoilerAdapter</device_type>
     <device_model>6599-1500-0300</device_model>
     <hardware_version>6599-1500-0300</hardware_version>
     <manufacturer>Prodrive</manufacturer>
     <devicePackage>happ_thermstat</devicePackage>
     <package>happ_scsync</package>
     <uuid>REMOVED</uuid>
     <type>deviceInfo</type>
     <name>deviceInfo</name>
     <internalAddress>16-14-010-165</internalAddress>
     <visibility>1</visibility></device></Config>
Toon2 with 6.0.2 firmware TSC 2.1.7
Apps: Sonos, Calender, garbagecalender, webcam, doorcam, Onkyo, Domoticzboard, Solar and weather app.
TheHogNL
Forum Moderator
Forum Moderator
Posts: 2125
Joined: Sun Aug 20, 2017 8:53 pm

Re: Toon as Domotica screen

Post by TheHogNL »

That looks ok. Let me re-test this tomorrow. Works on my test toon right now but have to test some more.
Member of the Toon Software Collective
Xavier
Member
Member
Posts: 174
Joined: Wed Jan 16, 2019 1:40 am

Re: Toon as Domotica screen

Post by Xavier »

Version on Toon1 is 5.33.9...

Any idea on how to disable also "meter module" (power/gas) "ketel module" ?
In the file I see a rules like:
 <visibility>1</visibility>

Setting this to 0 is a option?
Toon2 with 6.0.2 firmware TSC 2.1.7
Apps: Sonos, Calender, garbagecalender, webcam, doorcam, Onkyo, Domoticzboard, Solar and weather app.
TheHogNL
Forum Moderator
Forum Moderator
Posts: 2125
Joined: Sun Aug 20, 2017 8:53 pm

Re: Toon as Domotica screen

Post by TheHogNL »

Can you try it to put in in one line? Maybe it fails on the extra lines and space "<feature>noHeating</feature><feature>displayAutoBrightness</feature></features><featureInputs></featureInputs></device>"

On noHeating mode the boilermodule can be removed (still requires 24v on the toon ofcourse :-) )
Member of the Toon Software Collective
Arcidodo
Starting Member
Starting Member
Posts: 23
Joined: Fri Apr 03, 2015 1:06 pm

Re: Toon as Domotica screen

Post by Arcidodo »

I have it working.. here is my file:

Code: Select all

# cat /qmf/config/config_happ_scsync.xml 

 <Config packageRevision="448">
  <sysConfig>
   <locale>nl_NL</locale>
   <timezone>Europe/Amsterdam</timezone>
   <currency>EUR</currency></sysConfig>
    <device>
     <package>happ_scsync</package>
     <uuid>REMOVED</uuid>
     <type>agreementDetail</type>
     <internalAddress>agreementDetail</internalAddress>
     <visibility>0</visibility><StartDate>1513123200</StartDate><EndDate>-1</EndDate><Status>IN_SUPPLY</Status><ProductVariant>Toon</ProductVariant><activated>1</activated><wizardDone>1</wizardDone><ElectricityDisplay>1</ElectricityDisplay><GasDisplay>1</GasDisplay><HeatDisplay>1</HeatDisplay><SolarDisplay>1</SolarDisplay><SolarActivated>1</SolarActivated><OtherProviderElec>0</OtherProviderElec><OtherProviderGas>0</OtherProviderGas><SME>0</SME><HeatWinner>0</HeatWinner><mobileAccess>0</mobileAccess><supportEnabled>0</supportEnabled><supportEnabledStart>0</supportEnabledStart><researchEnabled>0</researchEnabled><doSolarWhatsnew>0</doSolarWhatsnew><latestWhatsnewVersion>qt-gui 
- 
1.5077-release-3.2.9-with-dateselectorco</latestWhatsnewVersion><statusUsageFirstUse>1</statusUsageFirstUse><scStatusFlags>0</scStatusFlags><commissionState>3</commissionState><features>
    <feature>noHeating</feature></features><featureInputs></featureInputs></device>
    <device>
     <serial_number>REMOVED</serial_number>
     <device_type>Display</device_type>
     <device_model>REMOVED</device_model>
     <hardware_version>REMOVED</hardware_version>
     <manufacturer>Prodrive</manufacturer>
     <devicePackage>hcb_config</devicePackage>
     <package>happ_scsync</package>
     <uuid>REMOVED</uuid>
     <type>deviceInfo</type>
     <name>deviceInfo</name>
     <internalAddress>hcb_config</internalAddress>
     <visibility>1</visibility></device>
    <boilersDev>
     <Brands>
      <brand name="Nefit">
       <boilers>
      <boiler>Economy VR( C)</boiler>
      <boiler>SmartLine HRC 24</boiler>
      <boiler>SmartLine HR 11/24</boiler>
      <boiler>EcomLine Elite HRC30</boiler>
      <boiler>EcomLine Elite HRC24</boiler>
      <boiler>VR FC 2510 V/S (C)</boiler>
      <boiler>VR FC 2520/3030 V/S (C)</boiler>
      <boiler>EcomLine Economy HR(C) 23/28V</boiler>
      <boiler>HRC23VT</boiler>
      <boiler>Ecomline VRC 24V(S)</boiler>
      <boiler>Turbo HR(C)</boiler>
      <boiler>ProLine HRC24</boiler>
      <boiler>SmartLine Basis HR(C) 24</boiler>
      <boiler>EcomLine Classic HR(C)</boiler>
      <boiler>EcomLine Excellent HR(C)</boiler>
      <boiler>TopLine AquaPower(Plus) II HRC</boiler>
      <boiler>TopLine AquaPower(Plus) I HRC</boiler>
      <boiler>TopLine Compact HRC 30</boiler>
      <boiler>TopLine Compact HRC 25</boiler>
      <boiler>TopLine Single I/II</boiler>
      <boiler>TopLine I/II HR 70/100</boiler>
      <boiler>TopLine I/II HR 25/30/45</boiler>
      <boiler>Trendline (alle types)</boiler></boilers></brand></Brands>
     <package>happ_scsync</package>
     <uuid>REMOVED</uuid>
     <type>boilersDev</type>
     <name>known boilers</name>
     <internalAddress>boilersDev</internalAddress>
     <visibility>0</visibility></boilersDev>
    <device>
     <serial_number>REMOVED</serial_number>
     <device_type>BoilerAdapter</device_type>
     <device_model>REMOVED</device_model>
     <hardware_version>6500-1200-4801</hardware_version>
     <manufacturer>Prodrive</manufacturer>
     <devicePackage>happ_thermstat</devicePackage>
     <package>happ_scsync</package>
     <uuid>REMOVED</uuid>
     <type>deviceInfo</type>
     <name>deviceInfo</name>
     <internalAddress>14-15-002-789</internalAddress>
     <visibility>1</visibility></device>
    <device>
     <serial_number>REMOVED</serial_number>
     <device_type>MeterAdapter</device_type>
     <device_model>6599-1500-0201</device_model>
     <hardware_version>6599-1500-0201</hardware_version>
     <manufacturer>Quby</manufacturer>
     <devicePackage>hdrv_p1</devicePackage>
     <devUuid>REMOVED</devUuid>
     <package>happ_scsync</package>
     <uuid>REMOVED</uuid>
     <type>deviceInfo</type>
     <name>deviceInfo</name>
     <internalAddress>17-08-011-018</internalAddress>
    <visibility>1</visibility></device></Config>
Last edited by Arcidodo on Tue Sep 29, 2020 9:41 pm, edited 1 time in total.
TheHogNL
Forum Moderator
Forum Moderator
Posts: 2125
Joined: Sun Aug 20, 2017 8:53 pm

Re: Toon as Domotica screen

Post by TheHogNL »

Arcidodo wrote:I have it working.. here is my file:
So removing the newlines fixed it?
Member of the Toon Software Collective
Xavier
Member
Member
Posts: 174
Joined: Wed Jan 16, 2019 1:40 am

Re: Toon as Domotica screen

Post by Xavier »

Arcidodo wrote:I have it working.. here is my file:

Code: Select all

# cat /qmf/config/config_happ_scsync.xml 

 <Config packageRevision="448">
  <sysConfig>
   <locale>nl_NL</locale>
   <timezone>Europe/Amsterdam</timezone>
   <currency>EUR</currency></sysConfig>
    <device>
     <package>happ_scsync</package>
     <uuid>neco-001-395537:happ_scsync_6035CFF9808</uuid>
     <type>agreementDetail</type>
     <internalAddress>agreementDetail</internalAddress>
     <visibility>0</visibility><StartDate>1513123200</StartDate><EndDate>-1</EndDate><Status>IN_SUPPLY</Status><ProductVariant>Toon</ProductVariant><activated>1</activated><wizardDone>1</wizardDone><ElectricityDisplay>1</ElectricityDisplay><GasDisplay>1</GasDisplay><HeatDisplay>1</HeatDisplay><SolarDisplay>1</SolarDisplay><SolarActivated>1</SolarActivated><OtherProviderElec>0</OtherProviderElec><OtherProviderGas>0</OtherProviderGas><SME>0</SME><HeatWinner>0</HeatWinner><mobileAccess>0</mobileAccess><supportEnabled>0</supportEnabled><supportEnabledStart>0</supportEnabledStart><researchEnabled>0</researchEnabled><doSolarWhatsnew>0</doSolarWhatsnew><latestWhatsnewVersion>qt-gui 
- 
1.5077-release-3.2.9-with-dateselectorco</latestWhatsnewVersion><statusUsageFirstUse>1</statusUsageFirstUse><scStatusFlags>0</scStatusFlags><commissionState>3</commissionState><features>
    <feature>noHeating</feature></features><featureInputs></featureInputs></device>
    <device>
     <serial_number>17-03-047-984</serial_number>
     <device_type>Display</device_type>
     <device_model>6599-1500-4100</device_model>
     <hardware_version>6599-1500-4100</hardware_version>
     <manufacturer>Prodrive</manufacturer>
     <devicePackage>hcb_config</devicePackage>
     <package>happ_scsync</package>
     <uuid>neco-001-395537:happ_scsync_60358EC9808</uuid>
     <type>deviceInfo</type>
     <name>deviceInfo</name>
     <internalAddress>hcb_config</internalAddress>
     <visibility>1</visibility></device>
    <boilersDev>
     <Brands>
      <brand name="Nefit">
       <boilers>
      <boiler>Economy VR( C)</boiler>
      <boiler>SmartLine HRC 24</boiler>
      <boiler>SmartLine HR 11/24</boiler>
      <boiler>EcomLine Elite HRC30</boiler>
      <boiler>EcomLine Elite HRC24</boiler>
      <boiler>VR FC 2510 V/S (C)</boiler>
      <boiler>VR FC 2520/3030 V/S (C)</boiler>
      <boiler>EcomLine Economy HR(C) 23/28V</boiler>
      <boiler>HRC23VT</boiler>
      <boiler>Ecomline VRC 24V(S)</boiler>
      <boiler>Turbo HR(C)</boiler>
      <boiler>ProLine HRC24</boiler>
      <boiler>SmartLine Basis HR(C) 24</boiler>
      <boiler>EcomLine Classic HR(C)</boiler>
      <boiler>EcomLine Excellent HR(C)</boiler>
      <boiler>TopLine AquaPower(Plus) II HRC</boiler>
      <boiler>TopLine AquaPower(Plus) I HRC</boiler>
      <boiler>TopLine Compact HRC 30</boiler>
      <boiler>TopLine Compact HRC 25</boiler>
      <boiler>TopLine Single I/II</boiler>
      <boiler>TopLine I/II HR 70/100</boiler>
      <boiler>TopLine I/II HR 25/30/45</boiler>
      <boiler>Trendline (alle types)</boiler></boilers></brand></Brands>
     <package>happ_scsync</package>
     <uuid>neco-001-395537:happ_scsync_6115CFF3F4A</uuid>
     <type>boilersDev</type>
     <name>known boilers</name>
     <internalAddress>boilersDev</internalAddress>
     <visibility>0</visibility></boilersDev>
    <device>
     <serial_number>14-15-002-789</serial_number>
     <device_type>BoilerAdapter</device_type>
     <device_model>6500-1200-4801</device_model>
     <hardware_version>6500-1200-4801</hardware_version>
     <manufacturer>Prodrive</manufacturer>
     <devicePackage>happ_thermstat</devicePackage>
     <package>happ_scsync</package>
     <uuid>8ac99534-2a7d-4184-9fce-002137ed7d1d</uuid>
     <type>deviceInfo</type>
     <name>deviceInfo</name>
     <internalAddress>14-15-002-789</internalAddress>
     <visibility>1</visibility></device>
    <device>
     <serial_number>17-08-011-018</serial_number>
     <device_type>MeterAdapter</device_type>
     <device_model>6599-1500-0201</device_model>
     <hardware_version>6599-1500-0201</hardware_version>
     <manufacturer>Quby</manufacturer>
     <devicePackage>hdrv_p1</devicePackage>
     <devUuid>2ccc642f-5732-4545-9a22-95324d75e529</devUuid>
     <package>happ_scsync</package>
     <uuid>9a22f5ae-ba9c-4ae5-ae5e-f27c6c5fbedc</uuid>
     <type>deviceInfo</type>
     <name>deviceInfo</name>
     <internalAddress>17-08-011-018</internalAddress>
    <visibility>1</visibility></device></Config>
So I presume I can't copy paste your entire file??
Toon2 with 6.0.2 firmware TSC 2.1.7
Apps: Sonos, Calender, garbagecalender, webcam, doorcam, Onkyo, Domoticzboard, Solar and weather app.
Xavier
Member
Member
Posts: 174
Joined: Wed Jan 16, 2019 1:40 am

Re: Toon as Domotica screen

Post by Xavier »

I don't know if there are more users interested in this option but maybe it can be made as a switch within the subscription module:
Show heating/thermostat module? (switch with Yes or No.

So now I have the code like TheHog but without any result :(

Going to test with the file of Arcidodo
Toon2 with 6.0.2 firmware TSC 2.1.7
Apps: Sonos, Calender, garbagecalender, webcam, doorcam, Onkyo, Domoticzboard, Solar and weather app.
Xavier
Member
Member
Posts: 174
Joined: Wed Jan 16, 2019 1:40 am

Re: Toon as Domotica screen

Post by Xavier »

Xavier wrote:I don't know if there are more users interested in this option but maybe it can be made as a switch within the subscription module:
Show heating/thermostat module? (switch with Yes or No.

So now I have the code like TheHog but without any result :(

Going to test with the file of Arcidodo
Code of Arcidodo works!
Heating module isn't present anymore!

My workingcode:

Code: Select all

<Config packageRevision="443">
  <sysConfig>
   <locale>nl_NL</locale>
   <timezone>Europe/Amsterdam</timezone>
   <currency>EUR</currency></sysConfig>
    <device>
     <package>happ_scsync</package>
     <uuid>REMOVED</uuid>
     <type>agreementDetail</type>
     <internalAddress>agreementDetail</internalAddress>
     <visibility>0</visibility><StartDate>1491004800</StartDate><EndDate>-1</EndDate><Status>IN_SUPPLY</Status><ProductVariant>Toon</ProductVariant><activated>1</activated><wizardDone>1</wizardDone><ElectricityDisplay>1</ElectricityDisplay><GasDisplay>1</GasDisplay><HeatDisplay>0</HeatDisplay><SolarDisplay>0</SolarDisplay><SolarActivated>0</SolarActivated><OtherProviderElec>1</OtherProviderElec><OtherProviderGas>1</OtherProviderGas><SME>0</SME><HeatWinner>0</HeatWinner><mobileAccess>1</mobileAccess><supportEnabled>0</supportEnabled><supportEnabledStart>0</supportEnabledStart><researchEnabled>0</researchEnabled><doSolarWhatsnew>0</doSolarWhatsnew><statusUsageFirstUse>0</statusUsageFirstUse><scStatusFlags>4</scStatusFlags><commissionState>0</commissionState><features>
    
  <feature>noHeating</feature><feature>displayAutoBrightness</feature></features><featureInputs></featureInputs></device>
    <device>
     <serial_number>REMOVED/serial_number>
     <device_type>Display</device_type>
     <device_model>6500-1200-4901</device_model>
     <hardware_version>6500-1200-4901</hardware_version>
     <manufacturer>Prodrive</manufacturer>
     <devicePackage>hcb_config</devicePackage>
     <package>happ_scsync</package>
     <uuid>REMOVED</uuid>
     <type>deviceInfo</type>
     <name>deviceInfo</name>
     <internalAddress>hcb_config</internalAddress>
     <visibility>1</visibility></device>
    <device>
     <serial_number>REMOVED</serial_number>
     <device_type>MeterAdapter</device_type>
     <device_model>6500-1200-4700</device_model>
     <hardware_version>6500-1200-4700</hardware_version>
     <manufacturer>Prodrive</manufacturer>
     <devicePackage>hdrv_p1</devicePackage>
     <devUuid>REMOVED</devUuid>
     <package>happ_scsync</package>
     <uuid>REMOVED</uuid>
     <type>deviceInfo</type>
     <name>deviceInfo</name>
     <internalAddress>13-30-004-257</internalAddress>
     <visibility>1</visibility></device>
    <device>
     <serial_number>REMOVED</serial_number>
     <device_type>BoilerAdapter</device_type>
     <device_model>6599-1500-0300</device_model>
     <hardware_version>6599-1500-0300</hardware_version>
     <manufacturer>Prodrive</manufacturer>
     <devicePackage>happ_thermstat</devicePackage>
     <package>happ_scsync</package>
     <uuid>REMOVED</uuid>
     <type>deviceInfo</type>
     <name>deviceInfo</name>
     <internalAddress>16-14-010-165</internalAddress>
     <visibility>1</visibility></device></Config>
This code can't be copy pasted due to unique UUID en serialnumbers. I replaced them with "REMOVED".
Toon2 with 6.0.2 firmware TSC 2.1.7
Apps: Sonos, Calender, garbagecalender, webcam, doorcam, Onkyo, Domoticzboard, Solar and weather app.
Xavier
Member
Member
Posts: 174
Joined: Wed Jan 16, 2019 1:40 am

Re: Toon as Domotica screen

Post by Xavier »

Is there also a code to disable "Ernergiemeting"?

I now receive error notification about the fact that Toon1 has no connection to the "Meetmodule 1".

UPDATE: I simply removed the "meet module" in the settings.
Last edited by Xavier on Tue Sep 29, 2020 11:06 am, edited 1 time in total.
Toon2 with 6.0.2 firmware TSC 2.1.7
Apps: Sonos, Calender, garbagecalender, webcam, doorcam, Onkyo, Domoticzboard, Solar and weather app.
Xavier
Member
Member
Posts: 174
Joined: Wed Jan 16, 2019 1:40 am

Re: Toon as Domotica screen

Post by Xavier »

Sorry for the spam but something strange happened...
After the thermostat module was gone with the code of Arcidodo,I removed the "zon op toon" software.
Toon rebooted and the thermostat module was back again.
Checking the /qmf/config/config_happ_scsync.xml file I saw it was changes to:

Code: Select all

 <Config packageRevision="455">
  <sysConfig>
   <locale>nl_NL</locale>
   <timezone>Europe/Amsterdam</timezone>
   <currency>EUR</currency></sysConfig>
    
    <device>
     <serial_number>REMOVED</serial_number>
     <device_type>Display</device_type>
     <device_model>6500-1200-4901</device_model>
     <hardware_version>6500-1200-4901</hardware_version>
     <manufacturer>Prodrive</manufacturer>
     <devicePackage>hcb_config</devicePackage>
     <package>happ_scsync</package>
     <uuid>REMOVED</uuid>
     <type>deviceInfo</type>
     <name>deviceInfo</name>
     <internalAddress>hcb_config</internalAddress>
     <visibility>1</visibility></device>
    
    <device>
     <serial_number>REMOVED</serial_number>
     <device_type>BoilerAdapter</device_type>
     <device_model>6599-1500-0300</device_model>
     <hardware_version>6599-1500-0300</hardware_version>
     <manufacturer>Prodrive</manufacturer>
     <devicePackage>happ_thermstat</devicePackage>
     <package>happ_scsync</package>
     <uuid>REMOVED</uuid>
     <type>deviceInfo</type>
     <name>deviceInfo</name>
     <internalAddress>16-14-010-165</internalAddress>
     <visibility>1</visibility></device><device>
   <package>happ_scsync</package>
     <uuid>REMOVED</uuid>
     <type>agreementDetail</type>
     <internalAddress>agreementDetail</internalAddress>
     <visibility>0</visibility>
     <StartDate>1491004800</StartDate>
     <EndDate>-1</EndDate>
     <Status>IN_SUPPLY</Status>
     <ProductVariant>Toon</ProductVariant>
     <activated>1</activated>
     <wizardDone>1</wizardDone>
     <ElectricityDisplay>1</ElectricityDisplay>
     <GasDisplay>1</GasDisplay>
     <HeatDisplay>1</HeatDisplay>
     <SolarDisplay>0</SolarDisplay>
     <SolarActivated>0</SolarActivated>
     <OtherProviderElec>0</OtherProviderElec>
     <OtherProviderGas>0</OtherProviderGas>
     <SME>0</SME>
     <HeatWinner>0</HeatWinner>
     <mobileAccess>0</mobileAccess>
     <supportEnabled>0</supportEnabled>
     <supportEnabledStart>0</supportEnabledStart>
     <researchEnabled>0</researchEnabled>
     <doSolarWhatsnew>0</doSolarWhatsnew>
     <latestWhatsnewVersion>qt-gui
-
1.5077-release-3.2.9-with-dateselectorco</latestWhatsnewVersion>
     <statusUsageFirstUse>1</statusUsageFirstUse>
     <scStatusFlags>0</scStatusFlags>
     <commissionState>3</commissionState>
     <features>
    </features>
     <featureInputs></featureInputs></device></Config>
So now what?
Toon2 with 6.0.2 firmware TSC 2.1.7
Apps: Sonos, Calender, garbagecalender, webcam, doorcam, Onkyo, Domoticzboard, Solar and weather app.
Post Reply

Return to “Toon miscellaneous”