Toon app: Home Assistant controller
Moderators: marcelr, TheHogNL, Toonz
Re: Toon app: Home Assistant controller
Since there is another HomeAssistant app available for the Toon (viewtopic.php?f=87&t=12089), which has dynamic objects so you can add virtually unlimited switches etc.
My suggestion, just like marcelr's and Luc_S' is to combine forces and greate a good stable app.
Which layout do you preffer if I may ask?
The one of this thread or the one posted in the link above?
My suggestion, just like marcelr's and Luc_S' is to combine forces and greate a good stable app.
Which layout do you preffer if I may ask?
The one of this thread or the one posted in the link above?
-
- Member
- Posts: 76
- Joined: Sun Jan 14, 2018 5:12 pm
Re: Toon app: Home Assistant controller
you need to type a Password....
But where to put Username of Domoticz??
it does not work right now
But where to put Username of Domoticz??
it does not work right now
Re: Toon app: Home Assistant controller
Hello,
This is build for Home Assistant controller not for Domoticz.
You need to build Home Assistant center.
This is build for Home Assistant controller not for Domoticz.
You need to build Home Assistant center.
Re: Toon app: Home Assistant controller
I prefer your layout. I think it is a great idea to combine the two apps into one, and both work on it. Maybe with some settings so users can choose between some parts that are different.timkoers wrote:Which layout do you preffer if I may ask?
The one of this thread or the one posted in the link above?
Keep up the good work! I was thinking about buying a wall mounted tablet, but now I'll wait and see how whether this app is going to satisfy my needs.
-
- Starting Member
- Posts: 6
- Joined: Sun Sep 02, 2018 1:37 pm
Re: Toon app: Home Assistant controller
@marcelr can you update the current application on the toon store?
The current version doesnt support SSL, but the new version does: https://github.com/Luc-S/Toon-HASS

Would really like to see this app updated! Would help a lot in my home automation
The current version doesnt support SSL, but the new version does: https://github.com/Luc-S/Toon-HASS

Would really like to see this app updated! Would help a lot in my home automation

Re: Toon app: Home Assistant controller
Are there issues withe the Home Assistant from the Toon Store in combination with the latest firware?
I fill out the required fields, User, PW. Port, but no connection to my Home Assistant.
something else to check/do?
I fill out the required fields, User, PW. Port, but no connection to my Home Assistant.
something else to check/do?
-
- Starting Member
- Posts: 35
- Joined: Sat Jun 03, 2017 9:13 pm
Re: Toon app: Home Assistant controller
Ok guys, i actually don't wanna wait until this release it placed in the toon store, is it just a matter of replacing the files on my toon to install this version??
TheRedBull wrote:@marcelr can you update the current application on the toon store?
The current version doesnt support SSL, but the new version does: https://github.com/Luc-S/Toon-HASS
Would really like to see this app updated! Would help a lot in my home automation
Re: Toon app: Home Assistant controller
just that updating later via the ToonStore might be an issue. In that case remove the app manually and install again via the ToonStore
member of the Toon Software Collective
Re: Toon app: Home Assistant controller
Hi all,
Homescreenassistent version 1.0.1 is available in the ToonStore.
Changelog:
- implemented SSL
Note for the author: Your screens are not scaled properly on a Toon 2
.
You need to use the isNxt variable to set different value for the screen element sizes and positions.
(see any other app for examples)
Kind regardz,
Toonz
Homescreenassistent version 1.0.1 is available in the ToonStore.
Changelog:
- implemented SSL
Note for the author: Your screens are not scaled properly on a Toon 2

You need to use the isNxt variable to set different value for the screen element sizes and positions.
(see any other app for examples)
Kind regardz,
Toonz
member of the Toon Software Collective
Re: Toon app: Home Assistant controller
Hi all, thanks for the feedback. Just came back from holiday so I’ll try to look into it ASAP. Appearantly there’s also a new user system implemented in the latest HA update? Got some work to do 
Cheers!

Cheers!
Re: Toon app: Home Assistant controller
As of Home Assistant version 0.73.0 it's needed to have 'ssl_profile: intermediate' set in your http section of the Home Assistant configuration if you use SSL. If this is not added the Home Assistant api will not be available anymore for this app on your Toon.
More info can be found on https://www.home-assistant.io/components/http/
Code: Select all
http:
<other http settings>
ssl_profile: intermediate
-
- Starting Member
- Posts: 9
- Joined: Wed Oct 04, 2017 8:23 pm
Re: Toon app: Home Assistant controller
Hi,
I can't seem to connect to HA with ssl. Updated to the latest HA and have set "intermediate" too.
Only thing i get is: Settings not saved, got response "".
I tried it both ways with internal ip and port 8123 and with my ha.myurl.nl with port 443 but no go. I am able to get response from rest api...
Any help from here? I am willing to assist
Regards
I can't seem to connect to HA with ssl. Updated to the latest HA and have set "intermediate" too.
Only thing i get is: Settings not saved, got response "".
I tried it both ways with internal ip and port 8123 and with my ha.myurl.nl with port 443 but no go. I am able to get response from rest api...
Any help from here? I am willing to assist
Regards
Re: Toon app: Home Assistant controller
Hey, does it work for you now? I have the same problem.kurniawan77 wrote:Hi,
I can't seem to connect to HA with ssl. Updated to the latest HA and have set "intermediate" too.
Only thing i get is: Settings not saved, got response "".
I tried it both ways with internal ip and port 8123 and with my ha.myurl.nl with port 443 but no go. I am able to get response from rest api...
Any help from here? I am willing to assist
Regards
-
- Starting Member
- Posts: 9
- Joined: Wed Oct 04, 2017 8:23 pm
Re: Toon app: Home Assistant controller
Nothing changed actuallyrickvnl wrote:Hey, does it work for you now? I have the same problem.kurniawan77 wrote:Hi,
I can't seem to connect to HA with ssl. Updated to the latest HA and have set "intermediate" too.
Only thing i get is: Settings not saved, got response "".
I tried it both ways with internal ip and port 8123 and with my ha.myurl.nl with port 443 but no go. I am able to get response from rest api...
Any help from here? I am willing to assist
Regards