Search found 52 matches

by al_n
Thu Mar 03, 2016 10:57 am
Forum: Toon Rooting
Topic: Toon as a domotica controller?
Replies: 581
Views: 683106

Re: Toon as a domotica controller?

Nice work Marcel on resuscitating this Toon.
by al_n
Mon Feb 29, 2016 10:04 am
Forum: Toon Rooting
Topic: Toon as a domotica controller?
Replies: 581
Views: 683106

Re: Toon as a domotica controller?

I have solar panels on my roof, and just for fun switched on the solar option in toon. Now it complains about some connection to a kWh meter (see attached image, top right on toon's screen, although hard to see). Does anyone have toon solar? What's extra in the hardware/software with respect to the...
by al_n
Thu Feb 11, 2016 12:30 pm
Forum: Toon Rooting
Topic: Toon as a domotica controller?
Replies: 581
Views: 683106

Re: Toon as a domotica controller?

look at my post from 23/1 on how to enable modules.
by al_n
Wed Feb 10, 2016 6:22 pm
Forum: Toon Rooting
Topic: Toon as a domotica controller?
Replies: 581
Views: 683106

Re: Toon as a domotica controller?

it used to work, but I don't have a subscription anymore and the vpn is shutdown.
by al_n
Wed Feb 10, 2016 7:25 am
Forum: Toon Rooting
Topic: Toon as a domotica controller?
Replies: 581
Views: 683106

Re: Toon as a domotica controller?

AgreementDetails are not really that interesting. You can activate any module you like in the /HCB2/qml/qb/base/Globals.qml . if you check out around line 77, you see which apps are loaded no matter if you have a subscription or not. If you look in the /HCB2/qml/apps/ folder you see all the availib...
by al_n
Sat Jan 23, 2016 12:36 pm
Forum: Toon Rooting
Topic: Toon as a domotica controller?
Replies: 581
Views: 683106

Re: Toon as a domotica controller?

You can do this POST(!) request to change the contract and set the active modules. Change XXXXXX to your toon id, set the end date timestamp to something in the future. POST /bxtproxy HTTP/1.1 Cache-Control: no-cache Pragma: no-cache User-Agent: Java/1.6.0_26 Host: eneco-001-XXXXXX.hcb.ams.int Accep...
by al_n
Sun Dec 20, 2015 4:22 am
Forum: Toon Rooting
Topic: Toon as a domotica controller?
Replies: 581
Views: 683106

Re: Toon as a domotica controller?

Just a little toon UI hack to hide the annoying error notification when you are not connected to eneco. In the file /HCBv2/qml/apps/internetSettings/InternetSettingsApp.qml after line 369: smStatus = parseInt(statemachine); add the following if(smStatus == _ST_INTERNET) { smStatus = _ST_TUNNEL; }
by al_n
Sat Dec 19, 2015 1:30 pm
Forum: Toon Rooting
Topic: Toon as a domotica controller?
Replies: 581
Views: 683106

Re: Toon as a domotica controller?

You probably can get the midnight values via box talk but this is the long way around things
by al_n
Sat Dec 19, 2015 1:27 pm
Forum: Toon Rooting
Topic: Toon as a domotica controller?
Replies: 581
Views: 683106

Re: Toon as a domotica controller?

all i get are empty values info = [ {'dataId':'0', 'value0':'00', 'value1':'00', 'updated':'0', 'description':'[ID 0: 00 00, SlaveState burn=NoFlame, fault=0]'}, {'dataId':'1', 'value0':'00', 'value1':'00', 'updated':'0', 'description':'[ID 1: 00 00]'}, {'dataId':'2', 'value0':'00', 'value1':'00', '...
by al_n
Sat Dec 19, 2015 1:11 pm
Forum: Toon Rooting
Topic: Toon as a domotica controller?
Replies: 581
Views: 683106

Re: Toon as a domotica controller?

So, to get daily consumption, record CurrentGasQuantity, take the number measured just after midnight, and subtract from all following readings. Update the midnight measurement every night to get accurate data every day. This makes sense, and is actually also what is happening inside toon. happ_pwr...
by al_n
Fri Dec 18, 2015 10:37 pm
Forum: Toon Rooting
Topic: Toon as a domotica controller?
Replies: 581
Views: 683106

Re: Toon as a domotica controller?

Can someone please repeat the following test; Please go to http://10.10.10.7/hdrv_zwave?action=getDevices.json (use your toon's IP) and compare the results of CurrentGasQuantity with the daily gas usage on the toon's screen. I get 6,83 m3 on the toon's screen and 669490.00 from the json reply and I ...
by al_n
Wed Dec 16, 2015 1:31 am
Forum: Toon Rooting
Topic: Toon as a domotica controller?
Replies: 581
Views: 683106

Re: Toon as a domotica controller?

second time is easier, the terminal was still active. The only problem was iptables. Something in the process re-patch it. Got to keep that in mind for next time.
by al_n
Wed Dec 16, 2015 12:18 am
Forum: Toon Rooting
Topic: Toon as a domotica controller?
Replies: 581
Views: 683106

Re: Toon as a domotica controller?

Well, I did the upgrade semi-automatic, I've downloaded the packages myself and then deleted the firmware package, than I used the script from Ierlandfan to execute the second phase. The upgraded ran and then I've got a RED screen saying something went wrong and I have to contact tech support. Shit,...
by al_n
Tue Dec 15, 2015 8:43 pm
Forum: Toon Rooting
Topic: Toon as a domotica controller?
Replies: 581
Views: 683106

Re: Toon as a domotica controller?

Ierlandfan wrote: You probably want to check /etc/inittab for (if not auto-added by opkg install)

Code: Select all

# HCBv2 static stuff
qtqt:245:respawn:/usr/bin/startqt >/dev/null 2>&1
I was just about to ask this :)
by al_n
Tue Dec 15, 2015 11:52 am
Forum: Toon Rooting
Topic: Toon as a domotica controller?
Replies: 581
Views: 683106

Re: Toon as a domotica controller?

Yes, I've got them -rw-r--r-- 1 root root 7525 Dec 15 09:41 base-qb2-ene_3.0.29-880-0_qb2.ipk -rw-r--r-- 1 root root 148428 Dec 15 09:41 boot-logos_1.64-ene_qb2.ipk -rw-r--r-- 1 root root 206675 Dec 15 09:41 firmware-ma_1.74_qb2.ipk -rw-r--r-- 1 root root 197400 Dec 15 09:41 flash-gui_1.648-ene-qeio...

Go to advanced search