Page 1 of 8

android app TOON

Posted: Tue Oct 24, 2017 11:08 pm
by globegrabber
Hallo Form members,

Some time ago i have downloaded the android app TOON version2.6(525) in the Playstore,
of course this wouldn't work with a rooted Toon, the thing i will like to now and that i am eager to know is there anyone there how know of there is a modified app of this.
I like the demo and hope that there is a modified app that is able to connect by port forwarding on my router straid to my Toons ip address to this app witch is been rerouted to a rooted Toon?
Because i new to little of programming scripts, nor i new of it even is possible to do so, i hope there is someone out there which is able, or see this as a challenge to do?
I will glad to hear of form members on this one.

Greetz
Globegrabber.

Re: android app TOON

Posted: Wed Oct 25, 2017 7:59 pm
by Toonz
If you have a Toon subscription at Eneco, you can enable the VPN and use the Toon app on a rooted Toon.
Without a subscription your only option right now is to run Domoticz in your home network and use the Domoticz app.
Through Domoticz you can read the room temperature from Toon, set the target temperature or select one of the existing programs on Toon.

Re: android app TOON

Posted: Wed Oct 25, 2017 10:44 pm
by michel30
Hello,

A small question what hardware do I need to choose in Domoticz?

I see there is a hardware it call toon but for that I need a username and password so properly this is when you have a subscription with Eneco Toon.

Re: android app TOON

Posted: Thu Oct 26, 2017 12:15 am
by fkruis
If you have a fibaro Home center II you can also use a virtual device to communicate with toon
.

Re: android app TOON

Posted: Thu Oct 26, 2017 9:08 am
by Toonz
michel30 wrote:Hello,

A small question what hardware do I need to choose in Domoticz?

I see there is a hardware it call toon but for that I need a username and password so properly this is when you have a subscription with Eneco Toon.
Don't use the standard hardware option in Domoticz.
Follow this manual for rooted Toons: domoticz.com/forum/viewtopic.php?f=34&a ... mp;t=11421

Re: android app TOON

Posted: Fri Oct 27, 2017 7:27 pm
by glsf91
Ierlandfan wrote that it is possible. I asked but no answer.

Re: android app TOON

Posted: Tue Oct 31, 2017 2:28 pm
by ronalddehaan
I'll follow this topic too, a dedicated app for a rooted Toon seems very usefull :D

edit; yeah, finally passed the 10 post mark :D

Re: android app TOON

Posted: Fri Nov 03, 2017 10:24 am
by Ierlandfan
Sorry for not responding...I read the message, answered but I never actually pushed the reply button.

With the vncserver active (On Toon) you can use Toon wherever and on any device you like.
That's what you mean right?

Re: android app TOON

Posted: Fri Nov 03, 2017 2:27 pm
by glsf91
Ierlandfan wrote:Sorry for not responding...I read the message, answered but I never actually pushed the reply button.

With the vncserver active (On Toon) you can use Toon wherever and on any device you like.
That's what you mean right?
Not what I mentioned.
A while ago you wrote:
"Basically we can recreate all or almost all the functionality of Toon without subscription (and sometimes even better) so only thing you really loose is the Toon app. (And there's a workaround for that)"

That suggested you found a way to use the Toon app. So not using VNC.

Re: android app TOON

Posted: Thu Dec 28, 2017 7:35 pm
by Martin101010
Hai all,

My son Sander was a bit bored and was looking for a project.
The result is an android app that can work with a rooted toon.
Just install the APK file, add the IP adress and you're up and running.

All source files and apk can be found at.

https://github.com/jonkootje/toon-app

Your feedback is welcome

Regards,

Sander & Martin

Re: android app TOON

Posted: Thu Dec 28, 2017 10:48 pm
by marcelr
Can't get in.

Any idea for which android versions and toon firmware this app should work?

Re: android app TOON

Posted: Thu Dec 28, 2017 11:24 pm
by globegrabber
Hallo,
apk Looks nice compliments for that, already installed, only also can't get in?
Whats missing

Re: android app TOON

Posted: Fri Dec 29, 2017 9:14 am
by Martin101010
The settings should look like this: http://youripadress
I use it over a VPN to connect to my home network (Not the Toon vpn)
If it can retrieve the status with http://youripadress/happ_thermstat?acti ... mostatInfo it will show "verbonden"
It is working on my galaxy S8 with android 7.0. He used websitetoapk to build it.

Re: android app TOON

Posted: Fri Dec 29, 2017 9:18 am
by Martin101010
Marcelr,

The Toon version we have tested on is version: 4.8.25

Re: android app TOON

Posted: Fri Dec 29, 2017 1:17 pm
by aabre
@martin101010

Great job, look very smooth, small thing:

Change line in app.js :
var url = 'http://10.0.0.154/happ_thermostat?actio ... tureState=' + changestate;

Into :
var url = toon.getSetting('endpoint') + ':' + toon.getSetting('port') + '/happ_thermostat?action=changeSchemeState&state=2&temperatureState=' + changestate;

Gr,Aad