pyhausbus 1.0.0__tar.gz → 1.0.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/PKG-INFO +4 -1
- pyhausbus-1.0.1/pyhausbus/HausBusDevice.py +70 -0
- pyhausbus-1.0.1/pyhausbus/HausBusUtils.py +203 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyproject.toml +4 -3
- pyhausbus-1.0.0/pyhausbus/HausBusUtils.py +0 -193
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/LICENSE +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/README.md +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/ABusFeature.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/BusDataMessage.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/BusHandler.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/HausBusCommand.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/HomeServer.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/IBusDataListener.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/Main.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/ObjectId.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/ResultWorker.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/UdpReceiveWorker.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/WeekTime.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/Controller.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/Counter.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/CurrentReader.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/DaliLine.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/DigitalPort.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/Dimmer.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/Ethernet.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/Feuchtesensor.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/Gateway.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/Helligkeitssensor.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/IRSensor.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/Led.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/LogicalButton.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/ModBusMaster.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/ModbusSlave.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/PCServer.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/PIDController.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/PowerMeter.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/ProxyFactory.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/RFIDReader.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/RGBDimmer.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/Rollladen.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/Schalter.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/SnmpAgent.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/SystemTime.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/Taster.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/Taupunkt.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/TcpClient.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/Temperatursensor.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/Wetter.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/WiFi.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/EnableFeature.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/GenerateRandomDeviceId.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/GetModuleId.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/GetRemoteObjects.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/GetRuleState.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/GetSystemVariable.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/GetTime.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/GetUnitGroupStatus.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/GetUnusedMemory.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/Ping.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/ReadMemory.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/ReadRules.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/Reset.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/SetDebugOptions.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/SetRuleState.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/SetSunTimes.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/SetSystemVariable.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/SetTime.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/SetUnitGroupState.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/TriggerRuleElement.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/WriteMemory.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/WriteRules.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/Configuration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvConsole.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvDay.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvError.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvGroupOff.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvGroupOn.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvGroupUndefined.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvNewDeviceId.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvNight.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvResetWifi.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvStarted.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvSystemVariableChanged.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvTime.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvZeroCrossData.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/MemoryData.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/MemoryStatus.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/ModuleId.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/Pong.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/RemoteObjects.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/RuleState.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/RulesData.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/SystemVariable.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/Time.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/TimeDifference.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/TriggeredRule.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/UnitGroupStatus.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/UnusedMemory.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/params/EFeatureId.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/params/EFirmwareId.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/params/EIndex.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/params/EReason.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/params/ESlotType.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/params/EStatus.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/params/EType.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/params/MLogicalButtonMask.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/params/MOption.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/params/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/counter/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/counter/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/counter/commands/GetStatus.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/counter/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/counter/commands/SetCount.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/counter/commands/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/counter/data/Configuration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/counter/data/EvError.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/counter/data/EvStatus.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/counter/data/Status.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/counter/data/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/counter/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/counter/params/MMode.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/counter/params/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/commands/ClearSignalCount.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/commands/DecSignalCount.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/commands/GetCurrent.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/commands/GetPower.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/commands/GetSignalCount.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/commands/IncSignalCount.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/commands/SetSignalCount.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/commands/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/data/Configuration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/data/Current.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/data/EvCurrent.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/data/EvDebug.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/data/EvInterrupt.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/data/EvSignal.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/data/Power.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/data/SignalCount.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/data/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/params/MConfig.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/params/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/commands/AllOff.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/commands/AllOn.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/commands/SendCommand.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/commands/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/data/Configuration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/data/EvError.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/data/Status.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/data/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/params/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/digitalPort/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/digitalPort/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/digitalPort/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/digitalPort/commands/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/digitalPort/data/Configuration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/digitalPort/data/EvError.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/digitalPort/data/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/digitalPort/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/digitalPort/params/EPin.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/digitalPort/params/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/commands/GetStatus.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/commands/SetBrightness.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/commands/Start.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/commands/Stop.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/commands/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/data/Configuration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/data/EvError.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/data/EvOff.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/data/EvOn.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/data/EvStart.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/data/Status.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/data/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/params/EDirection.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/params/EMode.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/params/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/commands/GetCurrentIp.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/commands/WakeUpDevice.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/commands/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/data/Configuration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/data/CurrentIp.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/data/EvError.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/data/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/params/MOptions.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/params/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/commands/GetStatus.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/commands/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/data/Configuration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/data/EvConfortable.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/data/EvDry.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/data/EvError.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/data/EvStatus.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/data/EvWet.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/data/Status.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/data/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/params/ELastEvent.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/params/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/commands/CheckBusTiming.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/commands/GetBusTiming.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/commands/GetConnectedDevices.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/commands/ResetBusTiming.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/commands/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/data/BusTiming.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/data/Configuration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/data/ConnectedDevices.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/data/EvError.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/data/EvGatewayLoad.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/data/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/params/MOptions.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/params/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/commands/GetStatus.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/commands/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/data/Configuration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/data/EvBright.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/data/EvDark.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/data/EvError.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/data/EvLight.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/data/EvStatus.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/data/Status.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/data/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/params/ELastEvent.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/params/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/iRSensor/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/iRSensor/commands/Off.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/iRSensor/commands/On.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/iRSensor/commands/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/iRSensor/data/EvClicked.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/iRSensor/data/EvHoldEnd.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/iRSensor/data/EvHoldStart.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/iRSensor/data/EvOff.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/iRSensor/data/EvOn.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/iRSensor/data/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/commands/Blink.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/commands/GetMinBrightness.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/commands/GetStatus.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/commands/Off.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/commands/On.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/commands/SetMinBrightness.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/commands/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/data/Configuration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/data/EvBlink.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/data/EvCmdDelay.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/data/EvError.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/data/EvOff.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/data/EvOn.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/data/MinBrightness.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/data/Status.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/data/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/params/MOptions.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/params/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/commands/Blink.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/commands/GetMinBrightness.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/commands/GetStatus.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/commands/Off.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/commands/On.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/commands/SetButtonConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/commands/SetLedConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/commands/SetMinBrightness.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/commands/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/data/Configuration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/data/EvBlink.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/data/EvError.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/data/EvOff.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/data/EvOn.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/data/Status.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/data/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/params/EStatus.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/params/MEventMask.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/params/MOptionMask.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/params/MOptions.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/params/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/modBusMaster/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/modBusMaster/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/modBusMaster/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/modBusMaster/commands/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/modBusMaster/data/Configuration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/modBusMaster/data/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/modBusMaster/params/ESensorType.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/modBusMaster/params/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pCServer/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pCServer/commands/Exec.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pCServer/commands/Quit.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pCServer/commands/ReloadUserPlugin.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pCServer/commands/Restart.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pCServer/commands/SetVariable.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pCServer/commands/Shutdown.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pCServer/commands/Standby.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pCServer/commands/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pCServer/data/EvOffline.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pCServer/data/EvOnline.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pCServer/data/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/commands/Enable.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/commands/SetTargetValue.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/commands/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/data/Configuration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/data/EvError.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/data/EvOff.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/data/EvOn.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/data/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/params/EEnable.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/params/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/commands/GetStatus.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/commands/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/data/Configuration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/data/EvError.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/data/EvHighPower.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/data/EvLowPower.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/data/EvMediumPower.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/data/EvStatus.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/data/Status.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/data/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/params/ELastEvent.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/params/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/commands/GetLastData.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/commands/GetState.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/commands/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/data/Configuration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/data/EvConnected.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/data/EvData.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/data/EvError.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/data/LastData.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/data/State.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/data/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/params/EState.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/params/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rGBDimmer/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rGBDimmer/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rGBDimmer/commands/GetStatus.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rGBDimmer/commands/SetColor.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rGBDimmer/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rGBDimmer/commands/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rGBDimmer/data/Configuration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rGBDimmer/data/EvOff.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rGBDimmer/data/EvOn.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rGBDimmer/data/Status.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rGBDimmer/data/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/commands/GetStatus.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/commands/MoveToPosition.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/commands/SetPosition.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/commands/Start.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/commands/Stop.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/commands/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/data/Configuration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/data/EvClosed.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/data/EvError.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/data/EvNewMainState.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/data/EvNewSubState.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/data/EvOpen.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/data/EvStart.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/data/Status.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/data/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/params/EDirection.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/params/ENewState.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/params/MOptions.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/params/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/commands/GetStatus.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/commands/Off.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/commands/On.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/commands/Toggle.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/commands/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/data/Configuration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/data/EvCmdDelay.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/data/EvDisabled.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/data/EvError.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/data/EvOff.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/data/EvOn.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/data/EvToggle.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/data/Status.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/data/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/params/EState.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/params/MOptions.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/params/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/systemTime/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/systemTime/commands/GetTime.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/systemTime/commands/SetTime.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/systemTime/commands/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/systemTime/data/EvError.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/systemTime/data/Time.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/systemTime/data/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/systemTime/params/EDate.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/systemTime/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/systemTime/params/EMonth.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/systemTime/params/EWeekDay.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/systemTime/params/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/commands/EnableEvents.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/commands/GetEnabled.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/commands/GetStatus.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/commands/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/data/Configuration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/data/Enabled.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/data/EvClicked.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/data/EvCovered.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/data/EvDoubleClick.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/data/EvEnabled.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/data/EvError.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/data/EvFree.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/data/EvHoldEnd.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/data/EvHoldStart.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/data/Status.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/data/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/params/EEnable.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/params/EState.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/params/MEventMask.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/params/MOptionMask.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/params/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/commands/GetStatus.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/commands/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/data/Configuration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/data/EvAbove.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/data/EvError.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/data/EvInRange.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/data/EvLow.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/data/EvStatus.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/data/Status.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/data/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/params/ELastEvent.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/params/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/tcpClient/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/tcpClient/commands/AnnounceServer.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/tcpClient/commands/GetCurrentIp.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/tcpClient/commands/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/tcpClient/data/CurrentIp.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/tcpClient/data/EvWhoIsServer.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/tcpClient/data/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/commands/GetStatus.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/commands/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/data/Configuration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/data/EvCold.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/data/EvError.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/data/EvHot.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/data/EvStatus.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/data/EvWarm.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/data/Status.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/data/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/params/ELastEvent.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/params/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/wetter/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/wetter/commands/GetWeather.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/wetter/commands/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/wetter/data/Weather.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/wetter/data/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/wiFi/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/wiFi/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/wiFi/commands/GetCurrentIp.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/wiFi/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/wiFi/commands/WakeUpDevice.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/wiFi/commands/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/wiFi/data/Configuration.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/wiFi/data/CurrentIp.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/wiFi/data/EvError.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/wiFi/data/_init_.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/wiFi/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/wiFi/params/_init_.py +0 -0
@@ -1,7 +1,8 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pyhausbus
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.1
|
4
4
|
Summary: Python based library for accessing haus-bus.de modules. Inteded to be used in a Home Assistant integration.
|
5
|
+
Home-page: https://haus-bus.secure-stores.de/
|
5
6
|
Author: Hermann Hoeschen
|
6
7
|
Author-email: info@haus-bus.de
|
7
8
|
Classifier: License :: OSI Approved :: MIT License
|
@@ -18,6 +19,8 @@ Classifier: Programming Language :: Python :: 3.9
|
|
18
19
|
Classifier: Programming Language :: Python :: 3.10
|
19
20
|
Classifier: Programming Language :: Python :: 3.11
|
20
21
|
Classifier: Programming Language :: Python :: 3.12
|
22
|
+
Project-URL: Bug Tracker, https://github.com/hausbus/homeassistant/issues
|
23
|
+
Project-URL: Repository, https://github.com/hausbus/homeassistant
|
21
24
|
Description-Content-Type: text/markdown
|
22
25
|
|
23
26
|
# pyhausbus
|
@@ -0,0 +1,70 @@
|
|
1
|
+
import logging
|
2
|
+
|
3
|
+
from pyhausbus.de.hausbus.homeassistant.proxy.controller.params.EFirmwareId import (
|
4
|
+
EFirmwareId,
|
5
|
+
)
|
6
|
+
|
7
|
+
LOGGER = logging.getLogger("pyhausbus")
|
8
|
+
|
9
|
+
device_type_map = {
|
10
|
+
EFirmwareId.ESP32: {
|
11
|
+
int("0x65", 16): "LAN-RS485 Brückenmodul",
|
12
|
+
int("0x18", 16): "6-fach Taster",
|
13
|
+
int("0x19", 16): "4-fach Taster",
|
14
|
+
int("0x1A", 16): "2-fach Taster",
|
15
|
+
int("0x1B", 16): "1-fach Taster",
|
16
|
+
int("0x1C", 16): "6-fach Taster Gira",
|
17
|
+
int("0x20", 16): "32-fach IO",
|
18
|
+
int("0x0C", 16): "16-fach Relais",
|
19
|
+
int("0x08", 16): "8-fach Relais",
|
20
|
+
int("0x10", 16): "22-fach UP-IO",
|
21
|
+
int("0x28", 16): "8-fach Dimmer",
|
22
|
+
int("0x30", 16): "2-fach RGB Dimmer",
|
23
|
+
int("0x00", 16): "4-fach 0-10V Dimmer",
|
24
|
+
int("0x01", 16): "4-fach 1-10V Dimmer",
|
25
|
+
},
|
26
|
+
EFirmwareId.HBC: {
|
27
|
+
int("0x18", 16): "6-fach Taster",
|
28
|
+
int("0x19", 16): "4-fach Taster",
|
29
|
+
int("0x1A", 16): "2-fach Taster",
|
30
|
+
int("0x1B", 16): "1-fach Taster",
|
31
|
+
int("0x1C", 16): "6-fach Taster Gira",
|
32
|
+
int("0x20", 16): "32-fach IO",
|
33
|
+
int("0x0C", 16): "16-fach Relais",
|
34
|
+
int("0x08", 16): "8-fach Relais",
|
35
|
+
int("0x10", 16): "24-fach UP-IO",
|
36
|
+
int("0x28", 16): "8-fach Dimmer",
|
37
|
+
int("0x29", 16): "8-fach Dimmer",
|
38
|
+
int("0x30", 16): "2-fach RGB Dimmer",
|
39
|
+
int("0x00", 16): "4-fach 0-10V Dimmer",
|
40
|
+
int("0x01", 16): "4-fach 1-10V Dimmer",
|
41
|
+
},
|
42
|
+
EFirmwareId.SD485: {
|
43
|
+
int("0x28", 16): "24-fach UP-IO",
|
44
|
+
int("0x1E", 16): "6-fach Taster",
|
45
|
+
int("0x2E", 16): "6-fach Taster",
|
46
|
+
int("0x2F", 16): "6-fach Taster",
|
47
|
+
int("0x2B", 16): "4-fach 0-10V Dimmer",
|
48
|
+
int("0x2C", 16): "4-fach Taster",
|
49
|
+
int("0x2D", 16): "4-fach 1-10V Dimmer",
|
50
|
+
int("0x2A", 16): "2-fach Taster",
|
51
|
+
int("0x29", 16): "1-fach Taster",
|
52
|
+
},
|
53
|
+
EFirmwareId.AR8: {
|
54
|
+
int("0x28", 16): "LAN Brückenmodul",
|
55
|
+
int("0x30", 16): "8-fach Relais",
|
56
|
+
},
|
57
|
+
EFirmwareId.SD6: {
|
58
|
+
int("0x14", 16): "Multitaster",
|
59
|
+
int("0x1E", 16): "Multitaster",
|
60
|
+
},
|
61
|
+
}
|
62
|
+
|
63
|
+
|
64
|
+
def get_device_type(firmware_id: EFirmwareId, type_id: int) -> str:
|
65
|
+
"""Get device type from firmware ID and type ID."""
|
66
|
+
firmware_model_id = device_type_map.get(firmware_id, {})
|
67
|
+
if len(firmware_model_id) == 0:
|
68
|
+
return "Controller"
|
69
|
+
else:
|
70
|
+
return firmware_model_id.get(type_id, "Controller")
|
@@ -0,0 +1,203 @@
|
|
1
|
+
import logging
|
2
|
+
import time
|
3
|
+
import traceback
|
4
|
+
|
5
|
+
LOGGER = logging.getLogger("pyhausbus")
|
6
|
+
|
7
|
+
HOMESERVER_DEVICE_ID: int = 9998
|
8
|
+
HOMESERVER_OBJECT_ID: int = (HOMESERVER_DEVICE_ID << 16) + (0 << 8) + 1
|
9
|
+
|
10
|
+
UDP_PORT = 5855
|
11
|
+
|
12
|
+
|
13
|
+
def getObjectId(deviceId: int, classId: int, instanceId: int) -> int:
|
14
|
+
return (deviceId << 16) + (classId << 8) + instanceId
|
15
|
+
|
16
|
+
|
17
|
+
def bytesToDWord(data: bytearray, offset) -> int:
|
18
|
+
try:
|
19
|
+
result = 0
|
20
|
+
result += data[offset[0]] & 0xFF
|
21
|
+
offset[0] += 1
|
22
|
+
|
23
|
+
result += (data[offset[0]] & 0xFF) * 256
|
24
|
+
offset[0] += 1
|
25
|
+
|
26
|
+
result += (data[offset[0]] & 0xFF) * 65536
|
27
|
+
offset[0] += 1
|
28
|
+
|
29
|
+
result += (data[offset[0]] & 0xFF) * 16777216
|
30
|
+
offset[0] += 1
|
31
|
+
|
32
|
+
return result
|
33
|
+
except Exception as err:
|
34
|
+
LOGGER.error(err, exc_info=True, stack_info=True)
|
35
|
+
return 0
|
36
|
+
|
37
|
+
|
38
|
+
def bytesToWord(data: bytearray, offset) -> int:
|
39
|
+
try:
|
40
|
+
result = 0
|
41
|
+
result += data[offset[0]] & 0xFF
|
42
|
+
offset[0] += 1
|
43
|
+
|
44
|
+
result += (data[offset[0]] & 0xFF) * 256
|
45
|
+
offset[0] += 1
|
46
|
+
|
47
|
+
return result
|
48
|
+
except Exception as err:
|
49
|
+
LOGGER.error(err, exc_info=True, stack_info=True)
|
50
|
+
return 0
|
51
|
+
|
52
|
+
|
53
|
+
def bytesToInt(data: bytearray, offset) -> int:
|
54
|
+
try:
|
55
|
+
if len(data) <= offset[0]:
|
56
|
+
return 0
|
57
|
+
result = data[offset[0]] & 0xFF
|
58
|
+
offset[0] += 1
|
59
|
+
return result
|
60
|
+
except Exception as err:
|
61
|
+
LOGGER.error(err, exc_info=True, stack_info=True)
|
62
|
+
return 0
|
63
|
+
|
64
|
+
|
65
|
+
def bytesToString(data: bytearray, offset) -> str:
|
66
|
+
try:
|
67
|
+
result = ""
|
68
|
+
for i in range(offset[0], len(data)):
|
69
|
+
offset[0] += 1
|
70
|
+
if data[i] == 0:
|
71
|
+
break
|
72
|
+
|
73
|
+
result += chr(data[i])
|
74
|
+
return result
|
75
|
+
except Exception as err:
|
76
|
+
LOGGER.error(err, exc_info=True, stack_info=True)
|
77
|
+
return ""
|
78
|
+
|
79
|
+
|
80
|
+
def bytesToDebugString(message: bytearray) -> str:
|
81
|
+
result = ""
|
82
|
+
for byte in message:
|
83
|
+
if result != "":
|
84
|
+
result = result + ", "
|
85
|
+
result = result + hex(byte)
|
86
|
+
return result
|
87
|
+
|
88
|
+
|
89
|
+
def getInstanceId(objectId) -> int:
|
90
|
+
return (objectId) & 0xFF
|
91
|
+
|
92
|
+
|
93
|
+
def getDeviceId(objectId) -> int:
|
94
|
+
return ((objectId >> 24) & 0xFF) * 256 + ((objectId >> 16) & 0xFF)
|
95
|
+
|
96
|
+
|
97
|
+
def getClassId(objectId) -> int:
|
98
|
+
return (objectId >> 8) & 0xFF
|
99
|
+
|
100
|
+
|
101
|
+
def formatObjectId(objectId) -> str:
|
102
|
+
result = "[DeviceId: " + str(getDeviceId(objectId))
|
103
|
+
result += ", ClassId: " + str(getClassId(objectId))
|
104
|
+
result += ", Instance: " + str(getInstanceId(objectId)) + "]"
|
105
|
+
return result
|
106
|
+
|
107
|
+
|
108
|
+
def getClockIndependMillis():
|
109
|
+
return time.perf_counter() * 1000
|
110
|
+
|
111
|
+
|
112
|
+
def setBit(is_set: bool, bit: int, value: int) -> int:
|
113
|
+
if is_set:
|
114
|
+
value |= 1 << bit
|
115
|
+
else:
|
116
|
+
value &= ~(1 << bit)
|
117
|
+
return value
|
118
|
+
|
119
|
+
|
120
|
+
def isBitSet(bit: int, value: int) -> bool:
|
121
|
+
return ((value >> bit) & 1) > 0
|
122
|
+
|
123
|
+
|
124
|
+
def bytesToBlob(data: bytearray, offset) -> bytearray:
|
125
|
+
try:
|
126
|
+
result = bytearray(len(data) - offset[0])
|
127
|
+
result[:] = data[offset[0] :]
|
128
|
+
offset[0] = offset[0] + len(data)
|
129
|
+
return result
|
130
|
+
except Exception as err:
|
131
|
+
LOGGER.error(err, exc_info=True, stack_info=True)
|
132
|
+
return 0
|
133
|
+
|
134
|
+
|
135
|
+
def dWordToBytes(value: int) -> bytearray:
|
136
|
+
result = bytearray(4)
|
137
|
+
result[0] = value & 0xFF
|
138
|
+
result[1] = (value >> 8) & 0xFF
|
139
|
+
result[2] = (value >> 16) & 0xFF
|
140
|
+
result[3] = (value >> 24) & 0xFF
|
141
|
+
return result
|
142
|
+
|
143
|
+
|
144
|
+
def addWord(value: int, inOutList):
|
145
|
+
inOutList.append(value & 0xFF)
|
146
|
+
inOutList.append((value >> 8) & 0xFF)
|
147
|
+
|
148
|
+
|
149
|
+
def addDword(value: int, inOutList):
|
150
|
+
inOutList.append(value & 0xFF)
|
151
|
+
inOutList.append((value >> 8) & 0xFF)
|
152
|
+
inOutList.append((value >> 16) & 0xFF)
|
153
|
+
inOutList.append((value >> 24) & 0xFF)
|
154
|
+
|
155
|
+
|
156
|
+
def wordToBytes(value: int) -> bytearray:
|
157
|
+
result = bytearray(2)
|
158
|
+
result[0] = value & 0xFF
|
159
|
+
result[1] = (value >> 8) & 0xFF
|
160
|
+
return result
|
161
|
+
|
162
|
+
|
163
|
+
def bytesToSInt(data: bytearray, offset) -> int:
|
164
|
+
result = data[offset[0]] & 0xFF
|
165
|
+
offset[0] += 1
|
166
|
+
if result > 127:
|
167
|
+
result -= 256
|
168
|
+
return result
|
169
|
+
|
170
|
+
|
171
|
+
def formatBytes(
|
172
|
+
data: bytearray, offset: int = 0, length: int = -1, asHex: bool = True
|
173
|
+
) -> str:
|
174
|
+
if length == -1:
|
175
|
+
length = len(data)
|
176
|
+
|
177
|
+
if data == None:
|
178
|
+
return "NULL"
|
179
|
+
|
180
|
+
result = ""
|
181
|
+
|
182
|
+
for i in range(offset, length):
|
183
|
+
if asHex:
|
184
|
+
result += "0x" + hex(data[i])
|
185
|
+
else:
|
186
|
+
result += data[i] & 0xFF
|
187
|
+
return result
|
188
|
+
|
189
|
+
|
190
|
+
def bytesToList(data: bytearray, offset):
|
191
|
+
try:
|
192
|
+
result = bytearray()
|
193
|
+
offsetStart = offset[0]
|
194
|
+
for i in range(offsetStart, len(data), 2):
|
195
|
+
key = data[i] & 0xFF
|
196
|
+
value = data[i + 1] & 0xFF
|
197
|
+
result.append(key)
|
198
|
+
result.append(value)
|
199
|
+
offset[0] += 2
|
200
|
+
return result
|
201
|
+
except Exception as err:
|
202
|
+
LOGGER.error(err, exc_info=True, stack_info=True)
|
203
|
+
return bytearray()
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|
4
4
|
|
5
5
|
[tool.poetry]
|
6
6
|
name = "pyhausbus"
|
7
|
-
version = "1.0.
|
7
|
+
version = "1.0.1"
|
8
8
|
authors = ["Hermann Hoeschen <info@haus-bus.de>", "Eduard Weis <EdsAppDevelopment@gmail.com>"]
|
9
9
|
description = "Python based library for accessing haus-bus.de modules. Inteded to be used in a Home Assistant integration."
|
10
10
|
readme = "README.md"
|
@@ -13,7 +13,8 @@ classifiers = [
|
|
13
13
|
"License :: OSI Approved :: MIT License",
|
14
14
|
"Operating System :: OS Independent",
|
15
15
|
]
|
16
|
+
homepage = "https://haus-bus.secure-stores.de/"
|
17
|
+
repository = "https://github.com/hausbus/homeassistant"
|
16
18
|
|
17
|
-
[
|
18
|
-
"Homepage" = "https://github.com/hausbus/homeassistant"
|
19
|
+
[tool.poetry.urls]
|
19
20
|
"Bug Tracker" = "https://github.com/hausbus/homeassistant/issues"
|
@@ -1,193 +0,0 @@
|
|
1
|
-
import logging
|
2
|
-
import time
|
3
|
-
import traceback
|
4
|
-
|
5
|
-
LOGGER = logging.getLogger("pyhausbus")
|
6
|
-
|
7
|
-
HOMESERVER_DEVICE_ID:int = 9998
|
8
|
-
HOMESERVER_OBJECT_ID:int = (HOMESERVER_DEVICE_ID << 16) + (0 << 8) + 1
|
9
|
-
|
10
|
-
UDP_PORT = 5855
|
11
|
-
|
12
|
-
def getObjectId(deviceId:int, classId:int, instanceId:int) -> int:
|
13
|
-
return (deviceId << 16) + (classId << 8) + instanceId
|
14
|
-
|
15
|
-
def bytesToDWord(data:bytearray, offset) -> int:
|
16
|
-
try:
|
17
|
-
result = 0
|
18
|
-
result += (data[offset[0]] & 0xff)
|
19
|
-
offset[0] += 1
|
20
|
-
|
21
|
-
result += (data[offset[0]] & 0xff) * 256
|
22
|
-
offset[0] += 1
|
23
|
-
|
24
|
-
result += (data[offset[0]] & 0xff) * 65536
|
25
|
-
offset[0] += 1
|
26
|
-
|
27
|
-
result += (data[offset[0]] & 0xff) * 16777216
|
28
|
-
offset[0] += 1
|
29
|
-
|
30
|
-
return result
|
31
|
-
except (Exception) as err:
|
32
|
-
LOGGER.error(err,exc_info=True,stack_info=True)
|
33
|
-
return 0
|
34
|
-
|
35
|
-
|
36
|
-
def bytesToWord(data:bytearray, offset) -> int:
|
37
|
-
try:
|
38
|
-
result = 0
|
39
|
-
result += (data[offset[0]] & 0xff)
|
40
|
-
offset[0] += 1
|
41
|
-
|
42
|
-
result += (data[offset[0]] & 0xff) * 256
|
43
|
-
offset[0] += 1
|
44
|
-
|
45
|
-
return result
|
46
|
-
except (Exception) as err:
|
47
|
-
LOGGER.error(err,exc_info=True,stack_info=True)
|
48
|
-
return 0
|
49
|
-
|
50
|
-
|
51
|
-
def bytesToInt(data:bytearray, offset) -> int:
|
52
|
-
try:
|
53
|
-
if (len(data)<=offset[0]):
|
54
|
-
return 0
|
55
|
-
result = data[offset[0]] & 0xff
|
56
|
-
offset[0] += 1
|
57
|
-
return result
|
58
|
-
except (Exception) as err:
|
59
|
-
LOGGER.error(err,exc_info=True,stack_info=True)
|
60
|
-
return 0
|
61
|
-
|
62
|
-
|
63
|
-
def bytesToString(data:bytearray, offset) -> str:
|
64
|
-
try:
|
65
|
-
result = ""
|
66
|
-
for i in range(offset[0], len(data)):
|
67
|
-
offset[0] += 1
|
68
|
-
if (data[i] == 0):
|
69
|
-
break
|
70
|
-
|
71
|
-
result += chr(data[i])
|
72
|
-
return result
|
73
|
-
except (Exception) as err:
|
74
|
-
LOGGER.error(err,exc_info=True,stack_info=True)
|
75
|
-
return ""
|
76
|
-
|
77
|
-
|
78
|
-
def bytesToDebugString(message:bytearray) -> str:
|
79
|
-
result = ""
|
80
|
-
for byte in message:
|
81
|
-
if (result != ""):
|
82
|
-
result = result + ", "
|
83
|
-
result = result + hex(byte)
|
84
|
-
return result
|
85
|
-
|
86
|
-
|
87
|
-
def getInstanceId(objectId) -> int:
|
88
|
-
return (objectId) & 0xff
|
89
|
-
|
90
|
-
|
91
|
-
def getDeviceId(objectId) -> int:
|
92
|
-
return ((objectId >> 24) & 0xff) * 256 + ((objectId >> 16) & 0xff)
|
93
|
-
|
94
|
-
|
95
|
-
def getClassId(objectId) -> int:
|
96
|
-
return (objectId >> 8) & 0xff
|
97
|
-
|
98
|
-
|
99
|
-
def formatObjectId(objectId) -> str:
|
100
|
-
result = "[DeviceId: " + str(getDeviceId(objectId))
|
101
|
-
result += ", ClassId: " + str(getClassId(objectId))
|
102
|
-
result += ", Instance: " + str(getInstanceId(objectId)) + "]"
|
103
|
-
return result
|
104
|
-
|
105
|
-
|
106
|
-
def getClockIndependMillis():
|
107
|
-
return time.perf_counter() * 1000
|
108
|
-
|
109
|
-
|
110
|
-
def setBit(is_set: bool, bit: int, value: int) -> int:
|
111
|
-
if is_set:
|
112
|
-
value |= (1 << bit)
|
113
|
-
else:
|
114
|
-
value &= ~(1 << bit)
|
115
|
-
return value
|
116
|
-
|
117
|
-
|
118
|
-
def isBitSet(bit:int, value:int) -> bool:
|
119
|
-
return ((value >> bit) & 1) > 0
|
120
|
-
|
121
|
-
|
122
|
-
def bytesToBlob(data:bytearray, offset) -> bytearray:
|
123
|
-
try:
|
124
|
-
result = bytearray(len(data) - offset[0])
|
125
|
-
result[:] = data[offset[0]:]
|
126
|
-
offset[0]=offset[0]+len(data)
|
127
|
-
return result
|
128
|
-
except (Exception) as err:
|
129
|
-
LOGGER.error(err,exc_info=True,stack_info=True)
|
130
|
-
return 0
|
131
|
-
|
132
|
-
def dWordToBytes(value: int) -> bytearray:
|
133
|
-
result = bytearray(4)
|
134
|
-
result[0] = value & 0xff
|
135
|
-
result[1] = (value >> 8) & 0xff
|
136
|
-
result[2] = (value >> 16) & 0xff
|
137
|
-
result[3] = (value >> 24) & 0xff
|
138
|
-
return result
|
139
|
-
|
140
|
-
|
141
|
-
def addWord(value: int, inOutList):
|
142
|
-
inOutList.append(value & 0xff)
|
143
|
-
inOutList.append((value >> 8) & 0xff)
|
144
|
-
|
145
|
-
def addDword(value: int, inOutList):
|
146
|
-
inOutList.append(value & 0xff)
|
147
|
-
inOutList.append((value >> 8) & 0xff)
|
148
|
-
inOutList.append((value >> 16) & 0xff)
|
149
|
-
inOutList.append((value >> 24) & 0xff)
|
150
|
-
|
151
|
-
def wordToBytes(value: int) -> bytearray:
|
152
|
-
result = bytearray(2)
|
153
|
-
result[0] = value & 0xff
|
154
|
-
result[1] = (value >> 8) & 0xff
|
155
|
-
return result
|
156
|
-
|
157
|
-
def bytesToSInt(data:bytearray, offset) -> int:
|
158
|
-
result = data[offset[0]] & 0xff
|
159
|
-
offset[0]+=1
|
160
|
-
if (result > 127):
|
161
|
-
result -= 256
|
162
|
-
return result
|
163
|
-
|
164
|
-
def formatBytes(data:bytearray, offset:int=0, length:int=-1, asHex:bool=True) -> str:
|
165
|
-
if (length==-1):
|
166
|
-
length=len(data)
|
167
|
-
|
168
|
-
if (data == None):
|
169
|
-
return "NULL"
|
170
|
-
|
171
|
-
result=""
|
172
|
-
|
173
|
-
for i in range (offset,length):
|
174
|
-
if (asHex):
|
175
|
-
result+="0x"+hex(data[i])
|
176
|
-
else:
|
177
|
-
result+=data[i] & 0xff
|
178
|
-
return result
|
179
|
-
|
180
|
-
def bytesToList(data:bytearray, offset):
|
181
|
-
try:
|
182
|
-
result = bytearray()
|
183
|
-
offsetStart = offset[0]
|
184
|
-
for i in range (offsetStart,len(data),2):
|
185
|
-
key = data[i] & 0xff
|
186
|
-
value = data[i + 1] & 0xff
|
187
|
-
result.append(key)
|
188
|
-
result.append(value)
|
189
|
-
offset[0]+=2
|
190
|
-
return result
|
191
|
-
except (Exception) as err:
|
192
|
-
LOGGER.error(err,exc_info=True,stack_info=True)
|
193
|
-
return bytearray()
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/CurrentReader.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/Feuchtesensor.py
RENAMED
File without changes
|
File without changes
|
{pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/Helligkeitssensor.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/LogicalButton.py
RENAMED
File without changes
|
{pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/ModBusMaster.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/PIDController.py
RENAMED
File without changes
|
File without changes
|
{pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/ProxyFactory.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/Temperatursensor.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/_init_.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|