Page 4 of 8

Re: android app TOON

Posted: Wed Jan 24, 2018 3:56 pm
by Rudolf
Some users (me, for example) have device-id 10, see this post:

https://github.com/cyberjunky/home-assi ... s/issues/3

Re: android app TOON

Posted: Fri Feb 02, 2018 12:13 pm
by Vanger6
vlabianski wrote:Thanks for the feedback.
I suspect it crashes because the app expects the device info to be in format device2_1/device2_2 etc
while a lot of people probably use 3_1/3_2 (see https://goo.gl/oizDi8).
I will see if I can do something about it in the evening/tomorrow because I'm currently at work.
Hallo. Do you already have a solution because it's a Nice app and i really want to use this. Thanx in advance

Re: android app TOON

Posted: Sun Mar 04, 2018 4:43 am
by negrito
I have a question about the two android apps that have been created.
They look beautiful on my Sumsung S7 edge phone android 7.0, but how can I establish a connection
with my Toon. Since I also have a user name and password in addition to the ip address and port
to gain access. Thats the way I do that via putty ssh, winscp and bvnc. Please advice?
Thanks in advance.

Re: android app TOON

Posted: Sun Mar 04, 2018 4:26 pm
by Martin101010
negrito wrote:I have a question about the two android apps that have been created.
They look beautiful on my Sumsung S7 edge phone android 7.0, but how can I establish a connection
with my Toon. Since I also have a user name and password in addition to the ip address and port
to gain access. Thats the way I do that via putty ssh, winscp and bvnc. Please advice?
Thanks in advance.
You dont need a username and password. The apps use the wep api to communicate.

Verstuurd vanaf mijn SM-G950F met Tapatalk

Re: android app TOON

Posted: Sun Mar 04, 2018 7:01 pm
by negrito
Ok, but non of the two is connecting. Please help?
I use Toon IP and port 10080

Re: android app TOON

Posted: Mon Mar 05, 2018 5:51 pm
by Martin101010
negrito,

Are you able to retrieve the status info from your toon using this command in a browser?

http://YOUR-TOON-IP-ADRESS:10080/happ_t ... mostatInfo

Or

http://YOUR-TOON-IP-ADRESS:80/happ_ther ... mostatInfo

You must be on the same Lan as your Toon.

Re: android app TOON

Posted: Tue Mar 06, 2018 1:13 am
by negrito
I am on the same LAN, and I get this info from http://YOUR-TOON-IP-ADRESS:10080/happ_t ... mostatInfo:

{"result":"ok", "currentTemp":"1967", "currentSetpoint":"1600", "currentInternalBoilerSetpoint":"6", "programState":"1", "activeState":"2", "nextProgram":"1", "nextState":"1", "nextTime":"1520316000","nextSetpoint":"2000","randomConfigId":"1804289383","errorFound":"255","connection":"0","burnerInfo":"0","otCommError":"0","currentModulationLevel":"0"}

Re: android app TOON

Posted: Fri Mar 09, 2018 10:39 pm
by atlantica
Its reporting malware with mbam after installingen the apk file....

Re: android app TOON

Posted: Fri Apr 06, 2018 5:00 pm
by RoadXY
atlantica wrote:Its reporting malware with mbam after installingen the apk file....
Which APK? The one of user vlabianski or the other one?

Re: android app TOON

Posted: Sat Apr 07, 2018 4:07 pm
by Martin101010
I have the same problem regarding the malware.
My Son had made this App using https://websitetoapk.com/
First you make an normal web site and this webtool converts in into an app.
We do not have an idea how to solve this issue. Maybe someone else can give it a try?
The orginal website code can be found on github as well.

Rg,

Martin

Re: android app TOON

Posted: Mon Jun 04, 2018 7:28 pm
by MyZ
Hello Martin101010,

I just upgraded to the latest stable version of Toon ( 4.15.6 ) and the app isn't working anymore..... Any ideas? Will the app be updated for future relaeses of Toon?

Thnx, kind regards,

MIcha

Re: android app TOON

Posted: Tue Jun 05, 2018 2:58 pm
by TheHogNL
Another option is to install the orignal www-toon-mobile package which was provided ages ago by quby.
This will provide direct access over HTTP to control your toon on http://[toon-ip]/mobile
You need, on top of installing this ipk, enabling the HTTP on the toon (firewall) and allow all urls in the http server (project file) but these are standard things to open on a rooted Toon.

Re: android app TOON

Posted: Tue Jun 05, 2018 3:18 pm
by RoadXY
MyZ wrote:Hello Martin101010,

I just upgraded to the latest stable version of Toon ( 4.15.6 ) and the app isn't working anymore..... Any ideas? Will the app be updated for future relaeses of Toon?

Thnx, kind regards,

MIcha
As soon as I am moved to my new house and everything is settled, I'm picking up development of the Android app (by Martin101010).
This is, however, not anytime sooner then september.

Re: android app TOON

Posted: Tue Jun 05, 2018 6:44 pm
by MyZ
TheHogNL wrote:Another option is to install the orignal www-toon-mobile package which was provided ages ago by quby.
This will provide direct access over HTTP to control your toon on http://[toon-ip]/mobile
You need, on top of installing this ipk, enabling the HTTP on the toon (firewall) and allow all urls in the http server (project file) but these are standard things to open on a rooted Toon.
Thnx. Tried it on a rooted Toon (4.5.16). When I access http://[toon-ip]/mobile I'm seeing a webinterface, but the temp, programtemps , etc are wrong. Like standard temps, not reading the data from my toon. Any suggestions?
enabling the HTTP on the toon (firewall) and allow all urls in the http server (project file) but these are standard things to open on a rooted Toon.
My Toon is rooted, do I still have to do this? If so, how can I do this? Thnx

Re: android app TOON

Posted: Wed Jun 06, 2018 10:45 am
by TheHogNL
Can you check if you can open the url: http://[toon-ip]/hcb_config?action=getObjectConfigTree&package=happ_thermstat&internalAddress=thermostatStates
That is one of the url's the javascript in the code is using.