Skip navigation links
A B C D E F G H I L M N O R S T V W 

A

ACK - Static variable in interface com.github.niqdev.openwebnet.message.OpenMessage
 
addAllResponse(List<OpenMessage>) - Method in class com.github.niqdev.openwebnet.OpenSession
Update the response messages.
addResponse(OpenMessage) - Method in class com.github.niqdev.openwebnet.OpenSession
Update the response messages.
AMPLIFIER_GENERAL_COMMAND - Static variable in enum com.github.niqdev.openwebnet.message.SoundSystem.Type
 
Automation - Class in com.github.niqdev.openwebnet.message
OpenWebNet Automation.
Automation.Type - Enum in com.github.niqdev.openwebnet.message
 

B

buildWhereValue(String, SoundSystem.Type) - Static method in class com.github.niqdev.openwebnet.message.SoundSystem
 

C

checkRangeType(String, Automation.Type, String) - Static method in class com.github.niqdev.openwebnet.message.Automation
 
checkRangeType(String, Lighting.Type, String) - Static method in class com.github.niqdev.openwebnet.message.Lighting
 
com.github.niqdev.openwebnet - package com.github.niqdev.openwebnet
OpenWebNet Java client with RxJava.
com.github.niqdev.openwebnet.message - package com.github.niqdev.openwebnet.message
OpenWebNet messages.

D

DEFAULT_PORT - Static variable in interface com.github.niqdev.openwebnet.OpenWebNet.OpenGateway
Default gateway port is 20000.
defaultGateway(String) - Static method in class com.github.niqdev.openwebnet.OpenWebNet
Helper method to create a new gateway on port OpenWebNet.OpenGateway.DEFAULT_PORT without password.

E

EnergyManagement - Class in com.github.niqdev.openwebnet.message
OpenWebNet Energy Management.
EnergyManagement.Version - Enum in com.github.niqdev.openwebnet.message
 

F

FRAME_END - Static variable in interface com.github.niqdev.openwebnet.message.OpenMessage
 
FRAME_START - Static variable in interface com.github.niqdev.openwebnet.message.OpenMessage
 
fromName(String) - Static method in enum com.github.niqdev.openwebnet.message.Who
 
fromValue(Integer) - Static method in enum com.github.niqdev.openwebnet.message.Who
 

G

gateway(String, int, String) - Static method in class com.github.niqdev.openwebnet.OpenWebNet
Helper method to create a new gateway.
gateway(String, int) - Static method in class com.github.niqdev.openwebnet.OpenWebNet
Helper method to create a new gateway without password.
getHost() - Method in interface com.github.niqdev.openwebnet.OpenWebNet.OpenGateway
Returns the gateway ip address or domain.
getPassword() - Method in interface com.github.niqdev.openwebnet.OpenWebNet.OpenGateway
Returns the gateway password.
getPort() - Method in interface com.github.niqdev.openwebnet.OpenWebNet.OpenGateway
Returns the gateway port.
getRequest() - Method in class com.github.niqdev.openwebnet.OpenSession
Returns the initial request message.
getResponse() - Method in class com.github.niqdev.openwebnet.OpenSession
Returns the response messages.
getValue() - Method in interface com.github.niqdev.openwebnet.message.OpenMessage
Raw message value.
getValue() - Method in class com.github.niqdev.openwebnet.message.ResponseOpenMessage
 

H

handlePowers(Action1<List<String>>, Action0) - Static method in class com.github.niqdev.openwebnet.message.EnergyManagement
handleResponse(Action0, Action0) - Static method in class com.github.niqdev.openwebnet.message.Automation
handleResponse(Action0, Action0) - Static method in class com.github.niqdev.openwebnet.message.Lighting
handleResponse(Action0, Action0) - Static method in class com.github.niqdev.openwebnet.message.Scenario
handleResponse(Action0, Action0) - Static method in class com.github.niqdev.openwebnet.message.SoundSystem
handleStatus(Action0, Action0, Action0) - Static method in class com.github.niqdev.openwebnet.message.Automation
Handle response from Automation.requestStatus(String).
handleStatus(Action0, Action0) - Static method in class com.github.niqdev.openwebnet.message.Lighting
Handle response from Lighting.requestStatus(String).
handleStatus(Action0, Action0, Action0, Action0) - Static method in class com.github.niqdev.openwebnet.message.Scenario
Handle response from Scenario.requestStatus(String).
handleStatus(Action0, Action0) - Static method in class com.github.niqdev.openwebnet.message.SoundSystem
handleTemperature(Action1<Double>, Action0) - Static method in class com.github.niqdev.openwebnet.message.Heating
Heating - Class in com.github.niqdev.openwebnet.message
OpenWebNet Heating.
Heating.TemperatureScale - Enum in com.github.niqdev.openwebnet.message
Common temperature scale.

I

isValid(SoundSystem.Type, String) - Static method in enum com.github.niqdev.openwebnet.message.SoundSystem.Type
Validate if type and value are allowed.
isValidName(String) - Static method in enum com.github.niqdev.openwebnet.message.Who
 
isValidRangeType(String, Automation.Type, String) - Static method in class com.github.niqdev.openwebnet.message.Automation
 
isValidRangeType(String, Lighting.Type, String) - Static method in class com.github.niqdev.openwebnet.message.Lighting
 
isValidValue(Integer) - Static method in enum com.github.niqdev.openwebnet.message.Who
 

L

Lighting - Class in com.github.niqdev.openwebnet.message
OpenWebNet Lighting.
Lighting.Type - Enum in com.github.niqdev.openwebnet.message
 
listen(OpenMessage...) - Method in class com.github.niqdev.openwebnet.OpenWebNet
Not implemented yet.

M

main(String[]) - Static method in class com.github.niqdev.openwebnet.OpenWebNetApp
 

N

NACK - Static variable in interface com.github.niqdev.openwebnet.message.OpenMessage
 
newClient(OpenWebNet.OpenGateway) - Static method in class com.github.niqdev.openwebnet.OpenWebNet
Helper method to create a new client.
newSession(OpenMessage) - Static method in class com.github.niqdev.openwebnet.OpenSession
Helper method to create a new session.

O

OpenMessage - Interface in com.github.niqdev.openwebnet.message
Interface for all OpenWebNet messages.
OpenSession - Class in com.github.niqdev.openwebnet
OpenWebNet session has both request and response messages.
OpenWebNet - Class in com.github.niqdev.openwebnet
OpenWebNet client.
OpenWebNet.OpenGateway - Interface in com.github.niqdev.openwebnet
OpenWebNet gateway.
OpenWebNetApp - Class in com.github.niqdev.openwebnet
 
OpenWebNetApp() - Constructor for class com.github.niqdev.openwebnet.OpenWebNetApp
 

R

requestDailyPower(String, EnergyManagement.Version) - Static method in class com.github.niqdev.openwebnet.message.EnergyManagement
OpenWebNet message request daily power in Watt.
requestInstantaneousPower(String, EnergyManagement.Version) - Static method in class com.github.niqdev.openwebnet.message.EnergyManagement
OpenWebNet message request instantaneous power in Watt.
requestMonthlyPower(String, EnergyManagement.Version) - Static method in class com.github.niqdev.openwebnet.message.EnergyManagement
OpenWebNet message request monthly power in Watt.
requestMoveDown(String) - Static method in class com.github.niqdev.openwebnet.message.Automation
requestMoveDown(String, Automation.Type, String) - Static method in class com.github.niqdev.openwebnet.message.Automation
OpenWebNet message request to send the DOWN automation command with value *2*2*WHERE##.
requestMoveUp(String) - Static method in class com.github.niqdev.openwebnet.message.Automation
requestMoveUp(String, Automation.Type, String) - Static method in class com.github.niqdev.openwebnet.message.Automation
OpenWebNet message request to send the UP automation command with value *2*1*WHERE##.
requestStart(String) - Static method in class com.github.niqdev.openwebnet.message.Scenario
OpenWebNet message request to send the START scenario command with value *17*1*WHERE##.
requestStart(String, Scenario.Version) - Static method in class com.github.niqdev.openwebnet.message.Scenario
OpenWebNet message request to send the START scenario command with value *17*1*WHERE##.
requestStationDown(String, SoundSystem.Type) - Static method in class com.github.niqdev.openwebnet.message.SoundSystem
OpenWebNet message request to change Source Station DOWN with value *16*6101*WHERE##.
requestStationUp(String, SoundSystem.Type) - Static method in class com.github.niqdev.openwebnet.message.SoundSystem
OpenWebNet message request to change Source Station UP with value *16*6001*WHERE##.
requestStatus(String) - Static method in class com.github.niqdev.openwebnet.message.Automation
requestStatus(String, Automation.Type, String) - Static method in class com.github.niqdev.openwebnet.message.Automation
OpenWebNet message request automation status with value *#2*WHERE##.
requestStatus(String) - Static method in class com.github.niqdev.openwebnet.message.Lighting
requestStatus(String, Lighting.Type, String) - Static method in class com.github.niqdev.openwebnet.message.Lighting
OpenWebNet message request light status with value *#1*WHERE##.
requestStatus(String) - Static method in class com.github.niqdev.openwebnet.message.Scenario
OpenWebNet message request scenario status with value *#17*WHERE##.
requestStatus(String, Scenario.Version) - Static method in class com.github.niqdev.openwebnet.message.Scenario
OpenWebNet message request scenario status with value *#17*WHERE##.
requestStatus(String, SoundSystem.Type) - Static method in class com.github.niqdev.openwebnet.message.SoundSystem
OpenWebNet message request Amplifier/Source status with value *#16*WHERE*5##.
requestStop(String) - Static method in class com.github.niqdev.openwebnet.message.Automation
requestStop(String, Automation.Type, String) - Static method in class com.github.niqdev.openwebnet.message.Automation
OpenWebNet message request to send the STOP automation command with value *2*0*WHERE##.
requestStop(String) - Static method in class com.github.niqdev.openwebnet.message.Scenario
OpenWebNet message request to send the STOP scenario command with value *17*2*WHERE##.
requestStop(String, Scenario.Version) - Static method in class com.github.niqdev.openwebnet.message.Scenario
OpenWebNet message request to send the STOP scenario command with value *17*2*WHERE##.
requestTemperature(String, Heating.TemperatureScale) - Static method in class com.github.niqdev.openwebnet.message.Heating
OpenWebNet message request to read temperature with a specific Heating.TemperatureScale and value *4*WHERE*0##.
requestTemperature(String) - Static method in class com.github.niqdev.openwebnet.message.Heating
OpenWebNet message request to read temperature in Heating.TemperatureScale.CELSIUS and value *4*WHERE*0##.
requestTurnOff(String) - Static method in class com.github.niqdev.openwebnet.message.Lighting
requestTurnOff(String, Lighting.Type, String) - Static method in class com.github.niqdev.openwebnet.message.Lighting
OpenWebNet message request to turn light OFF with value *1*0*WHERE##.
requestTurnOff(String, SoundSystem.Type, SoundSystem.Source) - Static method in class com.github.niqdev.openwebnet.message.SoundSystem
OpenWebNet message request to turn Amplifier/Source OFF with value *16*10*WHERE## or *16*13*WHERE##.
requestTurnOn(String) - Static method in class com.github.niqdev.openwebnet.message.Lighting
requestTurnOn(String, Lighting.Type, String) - Static method in class com.github.niqdev.openwebnet.message.Lighting
OpenWebNet message request to turn light ON with value *1*1*WHERE##.
requestTurnOn(String, SoundSystem.Type, SoundSystem.Source) - Static method in class com.github.niqdev.openwebnet.message.SoundSystem
OpenWebNet message request to turn Amplifier/Source ON with value *16*0*WHERE## or *16*3*WHERE##.
requestVolumeDown(String, SoundSystem.Type) - Static method in class com.github.niqdev.openwebnet.message.SoundSystem
OpenWebNet message request to turn Amplifier Volume DOWN by step with value *16*1102*WHERE##.
requestVolumeUp(String, SoundSystem.Type) - Static method in class com.github.niqdev.openwebnet.message.SoundSystem
OpenWebNet message request to turn Amplifier Volume UP by step with value *16*1002*WHERE##.
ResponseOpenMessage - Class in com.github.niqdev.openwebnet.message
Simple OpenWebNet response message.
ResponseOpenMessage(String) - Constructor for class com.github.niqdev.openwebnet.message.ResponseOpenMessage
 

S

Scenario - Class in com.github.niqdev.openwebnet.message
OpenWebNet Scenario.
Scenario.Version - Enum in com.github.niqdev.openwebnet.message
 
send(OpenMessage) - Method in class com.github.niqdev.openwebnet.OpenWebNet
Open a connection and send a Channel#COMMAND message.
send(List<OpenMessage>) - Method in class com.github.niqdev.openwebnet.OpenWebNet
Open a connection and send a list of Channel#COMMAND messages.
SoundSystem - Class in com.github.niqdev.openwebnet.message
OpenWebNet Sound System.
SoundSystem(String) - Constructor for class com.github.niqdev.openwebnet.message.SoundSystem
 
SoundSystem.Source - Enum in com.github.niqdev.openwebnet.message
Sound System source.
SoundSystem.Type - Enum in com.github.niqdev.openwebnet.message
Sound System type: amplifier or source.
SOURCE_GENERAL_COMMAND - Static variable in enum com.github.niqdev.openwebnet.message.SoundSystem.Type
 

T

toString() - Method in class com.github.niqdev.openwebnet.message.ResponseOpenMessage
 
toString() - Method in class com.github.niqdev.openwebnet.OpenSession
 

V

value() - Method in enum com.github.niqdev.openwebnet.message.Who
 
valueOf(String) - Static method in enum com.github.niqdev.openwebnet.message.Automation.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.niqdev.openwebnet.message.EnergyManagement.Version
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.niqdev.openwebnet.message.Heating.TemperatureScale
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.niqdev.openwebnet.message.Lighting.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.niqdev.openwebnet.message.Scenario.Version
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.niqdev.openwebnet.message.SoundSystem.Source
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.niqdev.openwebnet.message.SoundSystem.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.niqdev.openwebnet.message.Who
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.niqdev.openwebnet.message.Automation.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.niqdev.openwebnet.message.EnergyManagement.Version
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.niqdev.openwebnet.message.Heating.TemperatureScale
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.niqdev.openwebnet.message.Lighting.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.niqdev.openwebnet.message.Scenario.Version
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.niqdev.openwebnet.message.SoundSystem.Source
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.niqdev.openwebnet.message.SoundSystem.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.niqdev.openwebnet.message.Who
Returns an array containing the constants of this enum type, in the order they are declared.

W

Who - Enum in com.github.niqdev.openwebnet.message
OpenWebNet WHO types.
A B C D E F G H I L M N O R S T V W 
Skip navigation links