Search found 220 matches

by info@cec.gmbh
13 Dec 2020, 23:05
Forum: Support Forum (English)
Topic: IRCPlus x IRCExecutor
Replies: 2
Views: 15511

Re: IRCPlus x IRCExecutor

Hi Claudio

This is correct. The executor si designed specialy for small devices. This means that all dialogs must be in a size that is readable on small devices. The hight of page header is also bigger than on the full version. You have consider this when designing complex headers that will run on an Executor Evnironment after.

kind regards,
Urs
by info@cec.gmbh
12 Dec 2020, 13:00
Forum: Support Forum (English)
Topic: Tuya Cloud
Replies: 15
Views: 40263

Re: Tuya Cloud

Hi Claudio

I have an idea what the problem could be. Newer versions of android removes the complete app from memory after a while when it is in background even though the App is still active. When it will be reactivated, the App will not stared again - only the last activity (page) is shown. In this case every data in memory will be lost, also states of initialisation (and also login data for tuya cloud). From my point of view this is a strange behaviour of an operating system handling applications. But anyway it has to be solved in the IRControl App.

If this happens you have to stop the IRControl App completely (not over Exit function, but with overview button (square symbol) and wipe away the IRControl App) and start it again.

kind regards,
Urs
by info@cec.gmbh
11 Dec 2020, 20:08
Forum: Support Forum (English)
Topic: Tuya Cloud
Replies: 15
Views: 40263

Re: Tuya Cloud

Hi Claudio

Could be that this comes from session timeout. Is there an entry in the Log that could give the reason? Is this on Android or iOS System or both?

kind regards,
Urs
by info@cec.gmbh
11 Dec 2020, 20:06
Forum: Support Forum (Deutsch)
Topic: Wunschliste: Roll-Elemente und Copy-Funktion
Replies: 11
Views: 13268

Re: Wunschliste: Roll-Elemente und Copy-Funktion

Hallo

Die beiden Trigger sind tatsächlich nirgends im Handbuch beschrieben. Wir versuchen die irgendwo gescheites unterzubringen. Die Timing-Action wird in diesem Fall automatisch verwendet bei Infrarot-Actions (sofern nur eine Action definiert ist). Eine Timing-Action wiederholt den Infrarot-Command einfach solange bis man den Button wieder loslässt (bzw. beim Drehregler solange wie man daran dreht). Das ist je nach Infrarotsender etwas unterschiedlich implementiert. Falls keine Timing-Action ausgeführt wird sendet Android den Event wiederholend, solange der Button gedrückt bleibt (die konfigurierte Action wird dann auch wiederholend ausgeführt).

Ja da gibt es einen Grund: Das Android Betriebssystem sendet das als Key-Event an die Activity (also an die Seite). Dort ist es grundsätzlich schon nicht so schlecht plaziert. Verwendest Du dann nur eine Seite und tauschst die Views aus? Falls Du auf Timing-Aktionen verzichten kannst, gäbe es die Möglichkeit einen Event (Actor IRControl System, Command SendEvent) loszufeuern und den auf dem View wieder abzufangen um ein Marco auszuführen. Gib einfach Bescheid, falls das für Dich in Frage kommt, dann stell ich das kurz zusammen, wie Du das genau machst.

Viele Grüsse
Urs
by info@cec.gmbh
30 Nov 2020, 19:34
Forum: Support Forum (English)
Topic: Tuya IR blaster problem
Replies: 15
Views: 25796

Re: Tuya IR blaster problem

Hi Claudio

The IRControl Executor ist now released for iOS. IRControl Plus will be release probably tomorrow. With IRControl Basic (free version) there is a problem with bundle id - hope we could solve this as soon as possible.

kind regards,
Urs
by info@cec.gmbh
13 Nov 2020, 17:11
Forum: Support Forum (English)
Topic: Tuya IR blaster problem
Replies: 15
Views: 25796

Re: Tuya IR blaster problem

Hi Claudio

Today Tuya has configured our cloud, so every App uses the same cloud channel now. So it will be possible transfer data from one system to another even though they use a different IRControl App. Actually we have a small problem with the screen orientation, which we had to solve, but it's probably not a big thing. We will use next week for testing and hope we can release the iOS Apps the week after next.

kind regards,
Urs
by info@cec.gmbh
11 Nov 2020, 11:28
Forum: Support Forum (English)
Topic: Tuya IR blaster problem
Replies: 15
Views: 25796

Re: Tuya IR blaster problem

Hi Claudio

The integration of Tuya Cloud in Full Version App ist nearly read. There are some issues with the page change animations with the new iOS API we use now and we want to solve them also for the new release. I think we have everything ready until the end of month (maybe even a little bit earlier).

We are still in contact with Tuya and actually it looks good, that we can use the same cloud channel for all our Apps.

kind regards,
Urs
by info@cec.gmbh
11 Nov 2020, 11:21
Forum: Support Forum (Deutsch)
Topic: Doppelklick auf Steuerelement
Replies: 1
Views: 3640

Re: Doppelklick auf Steuerelement

Hallo

Sorry, für die späte Antwort. Einen Doppelclick kann man so eigentlich nicht an ein Gerät senden, sondern halt nur einzelne Commands. Eventuell wurden die Commands im Makro zu schnell hintereinander gesendet. Du kannst einen Sleep (Actor "IRControl System" -> Sleep, als Parameter die Zeit in Millisekunden) zwischen die beiden Commands schieben um den zweiten zu verzögern.

Viele Grüsse
Urs
by info@cec.gmbh
25 Oct 2020, 11:32
Forum: Support Forum (Deutsch)
Topic: Wunschliste: Roll-Elemente und Copy-Funktion
Replies: 11
Views: 13268

Re: Wunschliste: Roll-Elemente und Copy-Funktion

Hallo Markus

Im Mainfragment einer Page ist das in den Fragment Settings auf der Reiter "Actions". Dort gibt es für Actions 2 neue Trigger "volume_up" und "volume_down". Die werden automatisch als "timing" Action für die Lautstärkenregelung ausgeführt (wiederholend solange man den Button gedrückt hält).

Viele Grüsse
Urs
by info@cec.gmbh
22 Oct 2020, 09:43
Forum: Support Forum (English)
Topic: IRControl Apps blocked on Google Playstore
Replies: 2
Views: 8660

Re: IRControl Apps blocked on Google Playstore

Hi Together

Our Apps are on Google Play Store available again. We provided also a new version (3.12) with the following enhancements:

- Tuya Login with Executor
- It's now possible to configure actions to the device buttons for controllint the volume (fragment settings, mainfragment of the page)

Urs