Toon apps: feature requests
Moderators: marcelr, TheHogNL, Toonz
Re: Toon apps: feature requests
hello is it possible to show my keteldruk on a tile on my Toon
by the way i am to have like rss feed on my toon top of the screen in dim state
by the way i am to have like rss feed on my toon top of the screen in dim state
Toon solarpannels
Re: Toon apps: feature requests
Keteldruk on a tile is not difficult if you have an OpenTherm boiler.
I cannot show the realtime value but can show a graph with values taken every 5 mins or simply just the last reading....
I cannot show the realtime value but can show a graph with values taken every 5 mins or simply just the last reading....
member of the Toon Software Collective
Re: Toon apps: feature requests
i not have a boiler but CV ketel
is it not possible on that
is it not possible on that
Toon solarpannels
Re: Toon apps: feature requests
Boiler is English for CV ketel....ams123 wrote:i not have a boiler but CV ketel
is it not possible on that
member of the Toon Software Collective
Re: Toon apps: feature requests
You can't right now, someone needs to build a small app for this (can give it a go when I have time).ams123 wrote:oeps ok how i can do that on my toon
member of the Toon Software Collective
-
- Member
- Posts: 153
- Joined: Thu Oct 03, 2013 7:53 pm
Re: Toon apps: feature requests
Maybe we can use interceptty (serial sniffer) like we did (...huhuh...back in the days...) to sniff the serial, write a script that convert that output to the OT values and have OT values back. Installing Interceppty is not a thing. It's the output.
For example, this the raw output it generates/intercepts, < is to Toon, > is from Toon.
We can maybe crossreference this ouput with the output of happ_thermstat (-vvvv) ,makes it a maybe little easier.
For example, this the raw output it generates/intercepts, < is to Toon, > is from Toon.
We can maybe crossreference this ouput with the output of happ_thermstat (-vvvv) ,makes it a maybe little easier.
Code: Select all
< 0xcd
< 0x00
< 0x00
< 0x5d (])
< 0x00
< 0x00
< 0x4d (M)
> 0xcd
> 0x00
> 0x00
> 0x5d (])
> 0x00
> 0x00
> 0x4d (M)
> 0x4d (M)
> 0x00
> 0x0a
> 0x5d (])
> 0x00
> 0x00
> 0xa0
< 0xcd
< 0x00
< 0x00
< 0x5e (^)
< 0x00
< 0x00
< 0xd4
> 0xcd
> 0x00
> 0x00
> 0x5e (^)
> 0x00
> 0x00
> 0xd4
> 0x4d (M)
> 0x00
> 0x0a
> 0x5e (^)
> 0x00
> 0x00
> 0x39 (9)
< 0xcd
< 0x00
< 0x00
< 0x00
< 0x00
< 0x00
< 0x95
> 0xcd
> 0x00
> 0x00
> 0x00
> 0x00
> 0x00
> 0x95
> 0x4d (M)
> 0x00
> 0x04
> 0x00
> 0x03
> 0x0a
> 0x2f (/)
< 0xcd
< 0x00
< 0x00
< 0x01
< 0x00
< 0x00
< 0xe2
> 0xcd
> 0x00
> 0x00
> 0x01
> 0x00
> 0x00
> 0xe2
> 0x4d (M)
> 0x00
> 0x05
> 0x01
> 0x2e (.)
> 0x00
> 0xc6
< 0xcd
< 0x00
< 0x00
< 0x02
< 0x00
< 0x00
< 0x7b ({)
> 0xcd
> 0x00
> 0x00
> 0x02
> 0x00
> 0x00
> 0x7b ({)
> 0x4d (M)
> 0x00
> 0x07
> 0x02
> 0x00
> 0x46 (F)
> 0x23 (#)
Re: Toon apps: feature requests
Toonz wrote:You can't right now, someone needs to build a small app for this (can give it a go when I have time).ams123 wrote:oeps ok how i can do that on my toon
thnks Toonz we wait for it
Toon solarpannels
Re: Toon apps: feature requests
Sneek peak preview: (based on the old app from Marcelr in the old days).ams123 wrote:thnks Toonz we wait for it
Far from finished....,merely a proof of concept. No release date yet.......
member of the Toon Software Collective
Re: Toon apps: feature requests
Nice work, if you need a beta tester? Im willingly to test this.Toonz wrote:Sneek peak preview: (based on the old app from Marcelr in the old days).ams123 wrote:thnks Toonz we wait for it
Far from finished....,merely a proof of concept. No release date yet.......
-
- Starting Member
- Posts: 5
- Joined: Tue Dec 19, 2017 10:37 am
Re: Toon apps: feature requests
It would be nice to have a week schedule in which you can turn on/off connected power switches. As a user you should be able to turn on/off the schedule.
the idea behind this is theft protection. Let people think, the hous is occupied (even if the residents are spending their time somewhere else).
in a later version it would be nice to implement some randomness, e.g. have a tolerance of +- 30 minutes in which the lights can switch on/off
the idea behind this is theft protection. Let people think, the hous is occupied (even if the residents are spending their time somewhere else).
in a later version it would be nice to implement some randomness, e.g. have a tolerance of +- 30 minutes in which the lights can switch on/off
-
- Member
- Posts: 76
- Joined: Sun Jan 14, 2018 5:12 pm
Re: Toon apps: feature requests
looks promising;Toonz wrote:Sneek peak preview: (based on the old app from Marcelr in the old days).ams123 wrote:thnks Toonz we wait for it
Far from finished....,merely a proof of concept. No release date yet.......
but @4.9.23 the first i need to get the http://toonip/happ_thermstat?action=printTableInfo working.
Downgrading the Happ_thermstat fixed the URL; but Broke the Temperature Tile > 'verbinding met Ketelmodule verbroken'
but it was still working on the background.
i'm also available for testing; if someone can tell me how to fix that problem.
Re: Toon apps: feature requests
Not in this case, I take the data from the internal databases. This app will work on any version from 3.x onwards.Hypermobile wrote: but @4.9.23 the first i need to get the http://toonip/happ_thermstat?action=printTableInfo working.
Kind regardz,
Toonz
member of the Toon Software Collective
Re: Toon apps: feature requests
Hi all,
Getting there slowly........
I removed the tapwater readings as these are not stored on Toon.
For the same reason also had to remove the outside temperature and the boiler modulation level.
Screenshot below with the normal tile and the same tile in dim state:
Comments?
Kind regardz,
Toonz
Getting there slowly........
I removed the tapwater readings as these are not stored on Toon.
For the same reason also had to remove the outside temperature and the boiler modulation level.
Screenshot below with the normal tile and the same tile in dim state:
Comments?
Kind regardz,
Toonz
member of the Toon Software Collective
Re: Toon apps: feature requests
That looks really nice, can you tell me what kind of ketel u have?
I can imagine that the info differs from the brand and type of cv is used.
I just bought a new one a Rameha tsera.
I can imagine that the info differs from the brand and type of cv is used.
I just bought a new one a Rameha tsera.