Index

A B C D E F G H I J L M N O P R S T U V W X Y 
All Classes|All Packages

R

radius - Variable in class de.freaklamarsch.systarest.STouchProtocol.Circle
 
read(STouchProtocol.STouchCommand, ByteBuffer) - Static method in class de.freaklamarsch.systarest.STouchProtocol
 
readerWriters - Static variable in class de.freaklamarsch.systarest.STouchProtocol
A map of command parsers, where the key is the command code and the value is the corresponding parser.
readFromBuffer(ByteBuffer) - Method in class de.freaklamarsch.systarest.STouchProtocol.ButtonReaderWriter
 
readFromBuffer(ByteBuffer) - Method in class de.freaklamarsch.systarest.STouchProtocol.ByteReaderWriter
 
readFromBuffer(ByteBuffer) - Method in class de.freaklamarsch.systarest.STouchProtocol.CharacterRotateReaderWriter
 
readFromBuffer(ByteBuffer) - Method in class de.freaklamarsch.systarest.STouchProtocol.CircleReaderWriter
 
readFromBuffer(ByteBuffer) - Method in class de.freaklamarsch.systarest.STouchProtocol.ColorReaderWriter
 
readFromBuffer(ByteBuffer) - Method in class de.freaklamarsch.systarest.STouchProtocol.CommandReaderWriter
 
readFromBuffer(ByteBuffer) - Method in class de.freaklamarsch.systarest.STouchProtocol.CoordinatesReaderWriter
 
readFromBuffer(ByteBuffer) - Method in class de.freaklamarsch.systarest.STouchProtocol.IntegerReaderWriter
 
readFromBuffer(ByteBuffer) - Method in class de.freaklamarsch.systarest.STouchProtocol.MacAddressReaderWriter
 
readFromBuffer(ByteBuffer) - Method in interface de.freaklamarsch.systarest.STouchProtocol.ObjectReaderWriter
Parses the command from the received buffer and returns a parsed object.
readFromBuffer(ByteBuffer) - Method in class de.freaklamarsch.systarest.STouchProtocol.RectangleReaderWriter
 
readFromBuffer(ByteBuffer) - Method in class de.freaklamarsch.systarest.STouchProtocol.RoundRectangleReaderWriter
 
readFromBuffer(ByteBuffer) - Method in class de.freaklamarsch.systarest.STouchProtocol.ShortIntegerReaderWriter
 
readFromBuffer(ByteBuffer) - Method in class de.freaklamarsch.systarest.STouchProtocol.SymbolReaderWriter
 
readFromBuffer(ByteBuffer) - Method in class de.freaklamarsch.systarest.STouchProtocol.TextReaderWriter
 
readFromBuffer(ByteBuffer) - Method in class de.freaklamarsch.systarest.STouchProtocol.TextRotateReaderWriter
 
readFromBuffer(ByteBuffer) - Method in class de.freaklamarsch.systarest.STouchProtocol.TextXYReaderWriter
 
readHexTextIntoByteBuffer(ByteBuffer, String) - Method in class de.freaklamarsch.systarest.tests.FakeSystaWebTest
loads a hexText file into a ByteBuffer.
readHexTextIntoByteBuffer(ByteBuffer, String) - Static method in class de.freaklamarsch.systarest.tests.SystaRESTAPITest
loads a hexText file into a ByteBuffer.
readIndex - Variable in class de.freaklamarsch.systarest.CircularBuffer
The index of the oldest element in the buffer.
readIndex - Variable in class de.freaklamarsch.systarest.FakeSystaWeb
 
readIndex - Variable in class de.freaklamarsch.systarest.tests.FakeSystaWebTest
 
readPCAPDumpHeaderFileIntoByteBufferArray(String) - Method in class de.freaklamarsch.systarest.tests.FakeSTouchTest
loads pcap dump of the communication flow between the S-Touch app and a compatible device.
receive() - Method in class de.freaklamarsch.systarest.FakeSTouch
Receive a message from the connected Paradigma SystaComfort unit
receiveData - Variable in class de.freaklamarsch.systarest.FakeSystaWeb
 
receiveNextDatagram() - Method in class de.freaklamarsch.systarest.FakeSystaWeb
receive the next UDP DatagramPacket from the configured FakeSystaWeb.socket into FakeSystaWeb.receivePacket
receivePacket - Variable in class de.freaklamarsch.systarest.FakeSystaWeb
 
rectangle - Variable in class de.freaklamarsch.systarest.FakeSTouchDisplay.DisplayRectangle
 
Rectangle(int, int, int, int) - Constructor for class de.freaklamarsch.systarest.STouchProtocol.Rectangle
 
RectangleReaderWriter() - Constructor for class de.freaklamarsch.systarest.STouchProtocol.RectangleReaderWriter
 
rectangles - Variable in class de.freaklamarsch.systarest.FakeSTouchDisplay
 
relay - Variable in class de.freaklamarsch.systarest.SystaStatus
Relais
Heizkreispumpe = Relais & 0x0001
Relais & 0x0002
Brenner = Relais & 0x0004
Mischer1 warm = Relais & 0x0008
Mischer1 kalt = Relais & 0x0010
Ladepumpe = Relais & 0x0080
Zirkulationspumpe = Relais & 0x0100
Kessel = Relais & 0x0200
Relais & 0x0800
Brenner = Kessel && (FLOW_TEMP_BOILER - RETURN_TEMP_BOILER > 2) || ((Relais & 0x0004) != 0)
Umlenkventil/Ladepumpe Holzkessel = Relais & 0x1000
LED Boiler = Relais & 0x2000

Relay
Heating circuit pump = relay & 0x0001
Relay & 0x0002
Burner = Relay & 0x0004
Mixer warm = Relay & 0x0008
Mixer cool = Relay & 0x0010
Charge pump = Relay & 0x0080
Circulation Pump = Relay & 0x0100
Boiler = Relay & 0x0200
Relay & 0x0800
Burner = Relay & 0x0004
Charge pump log boiler = Relay & 0x1000
LED Boiler = Relay & 0x2000
RELAY - Static variable in class de.freaklamarsch.systarest.SystaIndex
Relais
remoteAddress - Variable in class de.freaklamarsch.systarest.FakeSystaWeb.FakeSystaWebStatus
 
remoteAddress - Variable in class de.freaklamarsch.systarest.FakeSystaWeb
 
remotePort - Variable in class de.freaklamarsch.systarest.FakeSystaWeb.FakeSystaWebStatus
 
remotePort - Variable in class de.freaklamarsch.systarest.FakeSystaWeb
 
remove() - Method in class de.freaklamarsch.systarest.CircularBuffer
Removes and returns the oldest element from the CircularBuffer.
remove(RTreeNode) - Method in class de.freaklamarsch.systarest.RTree
Removes a node from the R-Tree.
replyHeader - Variable in class de.freaklamarsch.systarest.FakeSystaWeb
 
ReplyType() - Constructor for enum de.freaklamarsch.systarest.FakeSTouch.ReplyType
 
RESSOURCE_ID - Variable in class de.freaklamarsch.systarest.FakeSTouchDisplay
 
RING_BUFFER_SIZE - Variable in class de.freaklamarsch.systarest.FakeSystaWeb
 
RING_BUFFER_SIZE - Variable in class de.freaklamarsch.systarest.tests.FakeSystaWebTest
 
ROOM_IMPACT - Static variable in class de.freaklamarsch.systarest.SystaIndex
Raumeinfluss
ROOM_TEMP_ACTUAL_1 - Static variable in class de.freaklamarsch.systarest.SystaIndex
Raumtemperatur HK1 ist gemessen am Bedienteil mit eingebautem Temperaturfühler TO
ROOM_TEMP_ACTUAL_2 - Static variable in class de.freaklamarsch.systarest.SystaIndex
Raumtemperatur HK2 gemessen am Bedienteil mit eingebautem Temperaturfühler TO
ROOM_TEMP_CORRECTION - Static variable in class de.freaklamarsch.systarest.SystaIndex
(Raumtemperatur Abgleich (* 10, neg.
ROOM_TEMP_SET_1 - Static variable in class de.freaklamarsch.systarest.SystaIndex
Sollwert Raumtemperatur aktuell gültiger Sollwert für die Raumtemperatur in Heizkreis 1
ROOM_TEMP_SET_2 - Static variable in class de.freaklamarsch.systarest.SystaIndex
(Raumtemperatur 2 ist) Sollwert Raumtemperatur Heizkreis 2 aktuell gültiger Sollwert für die Raumtemperatur in Heizkreis 2 Anzeige erscheint nur bei Anlagen mit 2 Heizkreisen
ROOM_TEMP_SET_COMFORT - Static variable in class de.freaklamarsch.systarest.SystaIndex
Raumtemperatur komfort (soll)
ROOM_TEMP_SET_LOWERING - Static variable in class de.freaklamarsch.systarest.SystaIndex
Raumtemperatur abgesenkt (soll)
ROOM_TEMP_SET_NORMAL - Static variable in class de.freaklamarsch.systarest.SystaIndex
Raumtemperatur normal (soll)
roomImpact - Variable in class de.freaklamarsch.systarest.SystaStatus
Raumeinfluss

Room impact
roomTempActual1 - Variable in class de.freaklamarsch.systarest.SystaStatus
Raumtemperatur HK1 ist
gemessen am Bedienteil mit eingebautem Temperaturfühler TO

Room temperature HK1
measured at the control panel with built-in temperature sensor TO
roomTempActual2 - Variable in class de.freaklamarsch.systarest.SystaStatus
Raumtemperatur HK2 ist
gemessen am Bedienteil mit eingebautem Temperaturfühler TO

Room temperature HK2
measured at the control panel with built-in temperature sensor TO
roomTempCorrection - Variable in class de.freaklamarsch.systarest.SystaStatus
Raumtemperatur Abgleich (* 10, neg.
roomTempSet1 - Variable in class de.freaklamarsch.systarest.SystaStatus
Sollwert Raumtemperatur
Aktuell gültiger Sollwert für die Raumtemperatur in Heizkreis 1

Room temperature setpoint
currently valid setpoint for room temperature in heating circuit 1
roomTempSet2 - Variable in class de.freaklamarsch.systarest.SystaStatus
Raumtemperatur 2 ist
Sollwert Raumtemperatur Heizkreis 2
aktuell gültiger Sollwert für die Raumtemperatur in Heizkreis 2
Anzeige erscheint nur bei Anlagen mit 2 Heizkreisen

room temperature 2 is
Setpoint for room temperature in heating circuit 2
currently valid setpoint for room temperature in heating circuit 2
Display only appears in systems with 2 heating circuits
roomTempSetComfort - Variable in class de.freaklamarsch.systarest.SystaStatus
Raumtemperatur komfort (soll)

Room temperature comfort (set)
roomTempSetLowering - Variable in class de.freaklamarsch.systarest.SystaStatus
Raumtemperatur abgesenkt (soll)

Room temperature lowering (set)
roomTempSetNormal - Variable in class de.freaklamarsch.systarest.SystaStatus
Raumtemperatur normal (soll)

Room temperature normal (set)
root - Variable in class de.freaklamarsch.systarest.RTree
The root node of the R-Tree.
rotationAngle - Variable in class de.freaklamarsch.systarest.STouchProtocol.TextRotate
 
RoundRectangle(int, int, int, int, int) - Constructor for class de.freaklamarsch.systarest.STouchProtocol.RoundRectangle
 
RoundRectangleReaderWriter() - Constructor for class de.freaklamarsch.systarest.STouchProtocol.RoundRectangleReaderWriter
 
RTree - Class in de.freaklamarsch.systarest
A spatial data structure for efficiently storing and querying geometric objects.
RTree() - Constructor for class de.freaklamarsch.systarest.RTree
Constructs an empty R-Tree with a root node that spans the entire coordinate space.
RTreeNode - Class in de.freaklamarsch.systarest
Represents a node in an R-Tree, which stores geometric objects such as rectangles, circles, and text elements.
RTreeNode(Object, int, int, int, int, Color, Color, RTreeNode) - Constructor for class de.freaklamarsch.systarest.RTreeNode
Constructs an RTreeNode with the specified properties.
RTreeTest - Class in de.freaklamarsch.systarest.tests
 
RTreeTest() - Constructor for class de.freaklamarsch.systarest.tests.RTreeTest
 
run() - Method in class de.freaklamarsch.systarest.FakeSystaWeb
start the communication with a Paradigma SystaComfort II requires the globals inetAddress and PORT to be properly configured
running - Variable in class de.freaklamarsch.systarest.FakeSystaWeb.FakeSystaWebStatus
 
running - Variable in class de.freaklamarsch.systarest.FakeSystaWeb
 
A B C D E F G H I J L M N O P R S T U V W X Y 
All Classes|All Packages