Seite 2 von 3

#11 RE: Positionierung Rolladen BS4 mit DOMIQ Base?

Verfasst: Mo 14. Nov 2011, 23:54
von Franky
Auf der DOMIQ-Website sind einige Tutorials dazu gekommen und der Display - Modus hat ein eigenes Handbuch bekommen. Wirklich cool wäre noch ein Update des Grundhandbuches, da ja einige Funktionen hinzu gekommen sind.

Aus der Demo kann man auch einiges ableiten. ... und natürlich aus den Forenbeiträgen.:thumbup:

#12 RE: Positionierung Rolladen BS4 mit DOMIQ Base?

Verfasst: So 15. Jan 2012, 23:16
von Franky
DOMIQ hat geschrieben:LCN.motor.0.NODE.MOTOR.
Do you have an example of this? I no found it in the channel-documentation. Is it possible to write the lerned time in a variable to use the positioning without a BS4?

Thanks in advance...

#13 RE: Positionierung Rolladen BS4 mit DOMIQ Base?

Verfasst: Mo 16. Jan 2012, 14:59
von DOMIQ
Hello, something like:

C.LCN.motor.0.20.1=0 (fully up)
C.LCN.motor.0.20.1=150 (3/4 down)
C.LCN.motors.0.20.1-4=100 (all four to 50%)
C.LCN.motor.0.20.1+2=learn

With today release (1.7.4) we added "realtime" update of position using E.LCN.motor.0.20.1.position channel and similar.

#14 RE: Positionierung Rolladen BS4 mit DOMIQ Base?

Verfasst: Mo 16. Jan 2012, 18:37
von Franky
ok :lol:

Now I know, that node is the module-number. ;)

The new realtime-channel can be used in example for a theme. Perfect.

#15 RE: Positionierung Rolladen BS4 mit DOMIQ Base?

Verfasst: Fr 27. Jan 2012, 15:46
von KlausM
Hi,
möchte gerne unter Remote die aktuelle Motorposition anzeigen.
Habe unter Zustand folgenden Wert stehen wenn ich auf Position fahre:
LCN.motor.position.0.46.1 Wert=24

kann ich die Position in Remote irgendwie anzeigen (Kanal->Wert?)
klaus

#16 RE: Positionierung Rolladen BS4 mit DOMIQ Base?

Verfasst: Fr 27. Jan 2012, 16:45
von DOMIQ
Exactly. You can scale it to 0%-100%, looks nicer. :-)

#17 RE: Positionierung Rolladen BS4 mit DOMIQ Base?

Verfasst: Fr 27. Jan 2012, 17:52
von KlausM
mmmhh i try 'ed it like this. but doesnt work in the remote. always show 0%

kanal: LCN.motor.position.0.46.1
base value: 200
Maßeinheiten: %
skalierungsfaktor: 2

#18 RE: Positionierung Rolladen BS4 mit DOMIQ Base?

Verfasst: Fr 27. Jan 2012, 19:12
von Franky
Hast Du den Channel mal als Text probiert?

#19 RE: Positionierung Rolladen BS4 mit DOMIQ Base?

Verfasst: Fr 27. Jan 2012, 21:26
von DOMIQ
I use it with base value = 0. Everything else like you did.

#20 RE: Positionierung Rolladen BS4 mit DOMIQ Base?

Verfasst: Sa 28. Jan 2012, 11:59
von KlausM
super! now it works (BS4 position).

This is the right config:

kanal: LCN.motor.position.0.46.1
base value: 0
Maßeinheiten: %
skalierungsfaktor: 2

thanks klaus