Toon app: Home Assistant controller

Forum about forum-provided applications on Toon

Moderators: marcelr, TheHogNL, Toonz

timkoers
Member
Member
Posts: 77
Joined: Thu Jun 28, 2018 6:43 pm

Re: Toon app: Home Assistant controller

Post by timkoers »

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?
Hypermobile
Member
Member
Posts: 76
Joined: Sun Jan 14, 2018 5:12 pm

Re: Toon app: Home Assistant controller

Post by Hypermobile »

you need to type a Password....

But where to put Username of Domoticz??

it does not work right now
michel30
Member
Member
Posts: 286
Joined: Fri Aug 25, 2017 4:42 pm

Re: Toon app: Home Assistant controller

Post by michel30 »

Hello,

This is build for Home Assistant controller not for Domoticz.

You need to build Home Assistant center.
Sundown89
Starting Member
Starting Member
Posts: 7
Joined: Sun Mar 18, 2018 3:43 pm

Re: Toon app: Home Assistant controller

Post by Sundown89 »

timkoers wrote:Which layout do you preffer if I may ask?

The one of this thread or the one posted in the link above?
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.
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.
TheRedBull
Starting Member
Starting Member
Posts: 6
Joined: Sun Sep 02, 2018 1:37 pm

Re: Toon app: Home Assistant controller

Post by TheRedBull »

@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
Image

Would really like to see this app updated! Would help a lot in my home automation :)
legalr
Starting Member
Starting Member
Posts: 12
Joined: Fri Aug 17, 2018 10:48 pm

Re: Toon app: Home Assistant controller

Post by legalr »

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?
dennis071nl
Starting Member
Starting Member
Posts: 35
Joined: Sat Jun 03, 2017 9:13 pm

Re: Toon app: Home Assistant controller

Post by dennis071nl »

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
Image

Would really like to see this app updated! Would help a lot in my home automation :)
Toonz
Forum Moderator
Forum Moderator
Posts: 1873
Joined: Mon Dec 19, 2016 1:58 pm

Re: Toon app: Home Assistant controller

Post by Toonz »

Yes, it is...
member of the Toon Software Collective
Toonz
Forum Moderator
Forum Moderator
Posts: 1873
Joined: Mon Dec 19, 2016 1:58 pm

Re: Toon app: Home Assistant controller

Post by Toonz »

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
Toonz
Forum Moderator
Forum Moderator
Posts: 1873
Joined: Mon Dec 19, 2016 1:58 pm

Re: Toon app: Home Assistant controller

Post by Toonz »

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
member of the Toon Software Collective
Luc_S
Starting Member
Starting Member
Posts: 45
Joined: Tue Jun 05, 2018 6:57 pm

Re: Toon app: Home Assistant controller

Post by Luc_S »

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!
Luc_S
Starting Member
Starting Member
Posts: 45
Joined: Tue Jun 05, 2018 6:57 pm

Re: Toon app: Home Assistant controller

Post by Luc_S »

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.

Code: Select all

http:
  <other http settings>
  ssl_profile: intermediate
More info can be found on https://www.home-assistant.io/components/http/
kurniawan77
Starting Member
Starting Member
Posts: 9
Joined: Wed Oct 04, 2017 8:23 pm

Re: Toon app: Home Assistant controller

Post by kurniawan77 »

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
rickvnl
Starting Member
Starting Member
Posts: 10
Joined: Thu Apr 05, 2018 1:20 am

Re: Toon app: Home Assistant controller

Post by rickvnl »

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
Hey, does it work for you now? I have the same problem.
kurniawan77
Starting Member
Starting Member
Posts: 9
Joined: Wed Oct 04, 2017 8:23 pm

Re: Toon app: Home Assistant controller

Post by kurniawan77 »

rickvnl wrote:
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
Hey, does it work for you now? I have the same problem.
Nothing changed actually
Post Reply

Return to “Toon Apps”