Mal wieder virtuelle Geräte - jetzt aber richtig!

Das einbinden funktioniert bei mir jetzt auch!
Gibt es schon ein Beispiel Flow mit Ein- und Ausgängen?
Und wo finde ich die ganzen Profil IDs?

Genau das funktioniert bei meiner Installation nicht. Das Icon ändert sich zwar beim Schalten und TargetValue des Attributs wird auch auf 1 gesetzt. Der simulierte homee bestätigt aber nicht, sodass CurrentValue (und damit der Text) bei 0 bleibt.

Mach doch mal in NodeRed einen inject à la:

{ "id": 10, "value": 1 }

AttributeID an dein Gerät angepasst.

Spiegelt sich leider nicht im homee wieder…

@Micha: woher kriege ich die type IDs?
Ich brauche ja diverse:

  • Gasverbrauch in m3
  • Gasverbrauch in kWh
  • Wasserverbrauch in m3
  • Wasserverbrauch in m3/h

Oder stehe ich da auf der Leitung?

Andere Frage: Ich habe es geschafft, Node Red komplett abzuschiessen. Er antwortet nicht mehr. Irgendwas im virtuellen Gerät abgeschossen - oder war das der Absturz bei einem Gerät? Stürzt da der virtuelle homee ab? Wenn ja, wie kriege ich das wieder hin? Habe auf Github mal einen Bug report geöffnet mit allen Details.

CAAttributeType: {
    CAAttributeTypeNone: 0,
    CAAttributeTypeOnOff: 1,
    CAAttributeTypeDimmingLevel: 2,
    CAAttributeTypeCurrentEnergyUse: 3,
    CAAttributeTypeAccumulatedEnergyUse: 4,
    CAAttributeTypeTemperature: 5,
    CAAttributeTypeTargetTemperature: 6,
    CAAttributeTypeRelativeHumidity: 7,
    CAAttributeTypeBatteryLevel: 8,
    CAAttributeTypeStatusLED: 9,
    CAAttributeTypeWindowPosition: 10,
    CAAttributeTypeBrightness: 11,
    CAAttributeTypeFloodAlarm: 12,
    CAAttributeTypeSiren: 13,
    CAAttributeTypeOpenClose: 14,
    CAAttributeTypePosition: 15,
    CAAttributeTypeSmokeAlarm: 16,
    CAAttributeTypeBlackoutAlarm: 17,
    CAAttributeTypeCurrentValvePosition: 18,
    CAAttributeTypeBinaryInput: 19,
    CAAttributeTypeCO2Level: 20,
    CAAttributeTypePressure: 21,
    CAAttributeTypeLevel: 22,
    CAAttributeTypeColor: 23,
    CAAttributeTypeSaturation: 24,
    CAAttributeTypeMotionAlarm: 25,
    CAAttributeTypeMotionSensitivity: 26,
    CAAttributeTypeMotionInsensitivity: 27,
    CAAttributeTypeMotionAlarmCancelationDelay: 28,
    CAAttributeTypeWakeUpInterval: 29,
    CAAttributeTypeTamperAlarm: 30,
    CAAttributeTypeWarmWaterTemperature: 31,
    CAAttributeTypeWarmWaterTargetTemperature: 32,
    CAAttributeTypeLinkQuality: 33,
    CAAttributeTypeInovaAlarmSystemState: 34,
    CAAttributeTypeInovaAlarmGroupState: 35,
    CAAttributeTypeInovaAlarmIntrusionState: 36,
    CAAttributeTypeInovaAlarmErrorState: 37,
    CAAttributeTypeInovaAlarmDoorState: 38,
    CAAttributeTypeInovaAlarmExternalSensor: 39,
    CAAttributeTypeButtonState: 40,
    CAAttributeTypeHue: 41,
    CAAttributeTypeColorTemperature: 42,
    CAAttributeTypeHardwareRevision: 43,
    CAAttributeTypeFirmwareRevision: 44,
    CAAttributeTypeSoftwareRevision: 45,
    CAAttributeTypeLEDState: 46,
    CAAttributeTypeLEDStateWhenOn: 47,
    CAAttributeTypeLEDStateWhenOff: 48,
    CAAttributeTypeTargetTemperatureOffset: 49,
    CAAttributeTypeSavingFactor: 50,
    CAAttributeTypeTotalVoltage: 51,
    CAAttributeTypeHighTemperatureAlarm: 52,
    CAAttributeTypeHighTemperatureAlarmTreshold: 53,
    CAAttributeTypeLowTemperatureAlarm: 54,
    CAAttributeTypeLowTemperatureAlarmTreshold: 55,
    CAAttributeTypeTamperSensitivity: 56,
    CAAttributeTypeTamperAlarmCancelationDelay: 57,
    CAAttributeTypeBrightnessReportInterval: 58,
    CAAttributeTypeTemperatureReportInterval: 59,
    CAAttributeTypeMotionAlarmIndicationMode: 60,
    CAAttributeTypeLEDBrightness: 61,
    CAAttributeTypeTamperAlarmIndicationMode: 62,
    CAAttributeTypeSwitchType: 63,
    CAAttributeTypeTemperatureOffset: 64,
    CAAttributeTypeAccumulatedWaterUse: 65,
    CAAttributeTypeAccumulatedWaterUseLastMonth: 66,
    CAAttributeTypeCurrentDate: 67,
    CAAttributeTypeLeakAlarm: 68,
    CAAttributeTypeBatteryLowAlarm: 69,
    CAAttributeTypeMalfunctionAlarm: 70,
    CAAttributeTypeLinkQualityAlarm: 71,
    CAAttributeTypeMode: 72,
    CAAttributeTypeHeatingProgram: 73,
    CAAttributeTypeWarmWaterProgram: 74,
    CAAttributeTypeCalibration: 75,
    CAAttributeTypePresenceAlarm: 76,
    CAAttributeTypeMinimumAlarm: 77,
    CAAttributeTypeMaximumAlarm: 78,
    CAAttributeTypeOilAlarm: 79,
    CAAttributeTypeWaterAlarm: 80,
    CAAttributeTypeInovaAlarmInhibition: 81,
    CAAttributeTypeInovaAlarmEjection: 82,
    CAAttributeTypeInovaAlarmCommercialRef: 83,
    CAAttributeTypeSerialNumber: 84,
    CAAttributeTypeRadiatorThermostatSummerMode: 85,
    CAAttributeTypeInovaAlarmOperationMode: 86,
    CAAttributeTypeAutomaticMode: 87,
    CAAttributeTypePollingInterval: 88,
    CAAttributeTypeFeedTemperature: 89,
    CAAttributeTypeDisplayOrientation: 90,
    CAAttributeTypeManualOperation: 91,
    CAAttributeTypeDeviceTemperature: 92,
    CAAttributeTypeSonometer: 93,
    CAAttributeTypeAirPressure: 94,
    CAAttributeTypeOutdoorRelativeHumidity: 95,
    CAAttributeTypeIndoorRelativeHumidity: 96,
    CAAttributeTypeOutdoorTemperature: 97,
    CAAttributeTypeIndoorTemperature: 98,
    CAAttributeTypeVentilationLevel: 99,
    CAAttributeTypeVentilationMode: 100,
    CAAttributeTypeRainFall: 101,
    CAAttributeTypeIntakeMotorRevs: 102,
    CAAttributeTypeExhaustMotorRevs: 103,
    CAAttributeTypeOperatingHours: 104,
    CAAttributeTypeInovaAlarmSilentAlert: 105,
    CAAttributeTypeInovaAlarmPreAlarm: 106,
    CAAttributeTypeInovaAlarmDeterrenceAlarm: 107,
    CAAttributeTypeInovaAlarmWarning: 108,
    CAAttributeTypeInovaAlarmFireAlarm: 109,
    CAAttributeTypeUpTime: 110,
    CAAttributeTypeDownTime: 111,
    CAAttributeTypeShutterBlindMode: 112,
    CAAttributeTypeShutterSlatPosition: 113,
    CAAttributeTypeShutterSlatTime: 114,
    CAAttributeTypeRestartDevice: 115,
    CAAttributeTypeSoilMoisture: 116,
    CAAttributeTypeWaterPlantAlarm: 117,
    CAAttributeTypeMistPlantAlarm: 118,
    CAAttributeTypeFertilizePlantAlarm: 119,
    CAAttributeTypeCoolPlantAlarm: 120,
    CAAttributeTypeHeatPlantAlarm: 121,
    CAAttributeTypePutPlantIntoLightAlarm: 122,
    CAAttributeTypePutPlantIntoShadeAlarm: 123,
    CAAttributeTypeColorMode: 124,
    CAAttributeTypeTargetTemperatureLow: 125,
    CAAttributeTypeTargetTemperatureHigh: 126,
    CAAttributeTypeHVACMode: 127,
    CAAttributeTypeAway: 128,
    CAAttributeTypeHVACState: 129,
    CAAttributeTypeHasLeaf: 130,
    CAAttributeTypeSetEnergyConsumption: 131,
    CAAttributeTypeCOAlarm: 132,
    CAAttributeTypeRestoreLastKnownState: 133,
    CAAttributeTypeLastImageReceived: 134,
    CAAttributeTypeUpDown: 135,
    CAAttributeTypeRequestVOD: 136,
    CAAttributeTypeInovaDetectorHistory: 137,
    CAAttributeTypeSurgeAlarm: 138,
    CAAttributeTypeLoadAlarm: 139,
    CAAttributeTypeOverloadAlarm: 140,
    CAAttributeTypeVoltageDropAlarm: 141,
    CAAttributeTypeShutterOrientation: 142,
    CAAttributeTypeOverCurrentAlarm: 143,
    CAAttributeTypeSirenMode: 144,
    CAAttributeTypeAlarmAutoStopTime: 145,
    CAAttributeTypeWindSpeed: 146,
    CAAttributeTypeWindDirection: 147,
    CAAttributeTypeComfortTemperature: 148,
    CAAttributeTypeEcoTemperature: 149,
    CAAttributeTypeReduceTemperature: 150,
    CAAttributeTypeProtectTemperature: 151,
    CAAttributeTypeInovaSystemTime: 152,
    CAAttributeTypeInovaCorrespondentProtocol: 153,
    CAAttributeTypeInovaCorrespondentID: 154,
    CAAttributeTypeInovaCorrespondentListen: 155,
    CAAttributeTypeInovaCorrespondentNumber: 156,
    CAAttributeTypeInovaCallCycleFireProtection: 157,
    CAAttributeTypeInovaCallCycleIntrusion: 158,
    CAAttributeTypeInovaCallCycleTechnicalProtect: 159,
    CAAttributeTypeInovaCallCycleFaults: 160,
    CAAttributeTypeInovaCallCycleDeterrence: 161,
    CAAttributeTypeInovaCallCyclePrealarm: 162,
    CAAttributeTypeInovaPSTNRings: 163,
    CAAttributeTypeInovaDoubleCallRings: 164,
    CAAttributeTypeInovaPIN: 165,
    CAAttributeTypeInovaPUK: 166,
    CAAttributeTypeInovaMainMediaSelection: 167,
    CAAttributeTypeRainFallLastHour: 168,
    CAAttributeTypeRainFallToday: 169,
    CAAttributeTypeIdentificationMode: 170,
    CAAttributeTypeButtonDoubleClick: 171,
    CAAttributeTypeSirenTriggerMode: 172,
    CAAttributeTypeUV: 173,
    CAAttributeTypeSlatSteps: 174,
    CAAttributeTypeEcoModeConfig: 175,
    CAAttributeTypeButtonLongRelease: 176,
    CAAttributeTypeVisualGong: 177,
    CAAttributeTypeAcousticGong: 178,
    CAAttributeTypeSurveillanceOnOff: 179,
    CAAttributeTypeStorageAlarm: 181,
    CAAttributeTypePowerSupplyAlarm: 182,
    CAAttributeTypeNetatmoHome: 183,
    CAAttributeTypeNetatmoPerson: 184,
    CAAttributeTypeNetatmoLastEventPersonId: 185,
    CAAttributeTypeNetatmoLastEventTime: 186,
    CAAttributeTypeNetatmoLastEventType: 187,
    CAAttributeTypeNetatmoLastEventIsKnownPerson: 188,
    CAAttributeTypeNetatmoLastEventIsArrival: 189,
    CAAttributeTypePresenceTimeout: 190,
    CAAttributeTypeKnownPersonPresence: 191,
    CAAttributeTypeUnknownPersonPresence: 192,
    CAAttributeTypeCurrent: 193,
    CAAttributeTypeFrequency: 194,
    CAAttributeTypeVoltage: 195,
    CAAttributeTypePresenceAlarmCancelationDelay: 196,
    CAAttributeTypePresenceAlarmDetectionDelay: 197,
    CAAttributeTypePresenceAlarmThreshold: 198,
    CAAttributeTypeNetatmoThermostatMode: 199,
    CAAttributeTypeNetatmoRelayBoilerConnected: 200,
    CAAttributeTypeNetatmoRelayMac: 201,
    CAAttributeTypeNetatmoThermostatModeTimeout: 202,
    CAAttributeTypeNetatmoThermostatNextChange: 203,
    CAAttributeTypeNetatmoThermostatPrograms: 204,
    CAAttributeTypeHomeeMode: 205,
    CAAttributeTypeColorWhite: 206,
    CAAttributeTypeMovementAlarm: 207,
    CAAttributeTypeMovementSensitivity: 208,
    CAAttributeTypeVibrationAlarm: 209,
    CAAttributeTypeVibrationSensitivity: 210,
    CAAttributeTypeAverageEnergyUse: 211,
    CAAttributeTypeBinaryInputMode: 212,
    CAAttributeTypeDeviceStatus: 213,
    CAAttributeTypeDeviceRemainingTime: 214,
    CAAttributeTypeDeviceStartTime: 215,
    CAAttributeTypeDeviceProgram: 216,
    CAAttributeTypeButtonPressed3Times: 223,
    CAAttributeTypeButtonPressed4Times: 224,
    CAAttributeTypeButtonPressed5Times: 225,
    CAAttributeTypeRepeaterMode: 226,
    CAAttributeTypeAutoOffTime: 227,
    CAAttributeTypeCO2Alarm: 228,
    CAAttributeTypeInputEndpointConfiguration: 229,
    CAAttributeTypeGustSpeed: 230,
    CAAttributeTypeGustDirection: 231,
    CAAttributeTypeLockState: 232,
    CAAttributeTypeAeotecSmartPlugLEDState: 233,
    CAAttributeTypeAlarmDuration: 234,
    CAAttributeTypeDewPoint: 235,
    CAAttributeTypeGesture: 236,
    CAAttributeTypeGestureSequenceLearningMode: 237,
    CAAttributeTypeGestureSequence: 238,
    CAAttributeTypeTotalCurrentEnergyUse: 239,
    CAAttributeTypeTotalAccumulatedEnergyUse: 240,
    CAAttributeTypeSunsetTime: 241,
    CAAttributeTypeSunriseTime: 242,
    CAAttributeTypeCurrentLocalWeatherCondition: 243,
    CAAttributeTypeCurrentLocalTemperature: 244,
    CAAttributeTypeCurrentLocalHumidity: 245,
    CAAttributeTypeForecastLocalWeatherCondition: 246,
    CAAttributeTypeForecastLocalTempMin: 247,
    CAAttributeTypeForecastLocalTempMax: 248,
    CAAttributeTypeArmed: 249,
    CAAttributeTypeFloodlight: 250,
    CAAttributeTypeHumanDetected: 251,
    CAAttributeTypeVehicleDetected: 252,
    CAAttributeTypeAnimalDetected: 253,
    CAAttributeTypeVacationMode: 254,
    CAAttributeTypeBlinkInterval: 255,
    CAAttributeTypeOtherMotionDetected: 256,
    CAAttributeTypeIRCodeNumber: 257,
    CAAttributeTypeHeatingMode: 258,
    CAAttributeTypeDisplayAutoOffTime: 259,
    CAAttributeTypeBacklight: 260,
    CAAttributeTypeOpenWindowDetectionSensibility: 261,
    CAAttributeTypeCurrentLocalWindSpeed: 262,
    CAAttributeTypeCurrentLocalGustSpeed: 263,
    CAAttributeTypePowerOutputGrid: 264,
    CAAttributeTypePowerInputGrid: 265,
    CAAttributeTypePowerPV: 266,
    CAAttributeTypePowerLoad: 267,
    CAAttributeTypePowerOutputBattery: 268,
    CAAttributeTypePowerInputBattery: 269,
    CAAttributeTypeRelativeAutonomy: 270,
    CAAttributeTypeRelativeSelfConsumption: 271,
    CAAttributeTypeTotalCurrent: 272,
    CAAttributeTypeEnergyStorageLevel: 273,
    CAAttributeTypeTotalEnergyLoad: 274,
    CAAttributeTypeTotalEnergyProduction: 275,
    CAAttributeTypeTotalEnergyOutputGrid: 276,
    CAAttributeTypeTotalEnergyInputGrid: 277,
    CAAttributeTypeTotalEnergyStored: 278,
    CAAttributeTypeTotalEnergyRestored: 279,
    CAAttributeTypeReplaceFilterAlarm: 289,
    CAAttributeTypeExternalBinaryInput: 309,
    CAAttributeTypeButtonPressedLong: 310,
}

hier hast du ein paar Attribute

3 „Gefällt mir“

Wenn du NR zerschossen hast dann hilft es eigentlich nur noch die Konfig zu löschen.
wenn du durch Zufall nochmal drauf kommst dann lösche alle Verbindungen in der Konfig.
Alternativ einfach die Flow.json löschen sowie die Backup Datei dazu,
dann sollte auch NR wieder neu starten. Jedoch sind dann deine flows weg.
Du kannst die Datei auch auslagern und dann später wieder einspielen.
VG Micha

CANodeProfile: {
    CANodeProfileNone: 0,
    CANodeProfileHomee: 1,
    CANodeProfileOnOffPlug: 10,
    CANodeProfileDimmableMeteringSwitch: 11,
    CANodeProfileMeteringSwitch: 12,
    CANodeProfileMeteringPlug: 13,
    CANodeProfileDimmablePlug: 14,
    CANodeProfileDimmableSwitch: 15,
    CANodeProfileOnOffSwitch: 16,
    CANodeProfileDoubleOnOffSwitch: 18,
    CANodeProfileDimmableMeteringPlug: 19,
    CANodeProfileOneButtonRemote: 20,
    CANodeProfileBinaryInput: 21,
    CANodeProfileDimmableColorMeteringPlug: 22,
    CANodeProfileDoubleBinaryInput: 23,
    CANodeProfileTwoButtonRemote: 24,
    CANodeProfileThreeButtonRemote: 25,
    CANodeProfileFourButtonRemote: 26,
    CANodeProfileAlarmSensor: 27,
    CANodeProfileDoubleOnOffPlug: 28,
    CANodeProfileOnOffSwitchWithBinaryInput: 29,
    CANodeProfileWatchDogWithPressureAndTemperatures: 30,
    CANodeProfileFibaroButton: 31,
    CANodeProfileEnergyMeter: 32,
    CANodeProfileDoubleMeteringSwitch: 33,
    CANodeProfileFibaroSwipe: 34,
    CANodeProfileEnergyManager: 38,
    CANodeProfileLevelMeter: 39,
    CANodeProfileRangeExtender: 40,
    CANodeProfileBrightnessSensor: 1e3,
    CANodeProfileDimmableColorLight: 1001,
    CANodeProfileDimmableExtendedColorLight: 1002,
    CANodeProfileDimmableColorTemperatureLight: 1003,
    CANodeProfileDimmableLight: 1004,
    CANodeProfileDimmableLightWithBrightnessSensor: 1005,
    CANodeProfileDimmableLightWithBrightnessAndPresenceSensor: 1006,
    CANodeProfileDimmableLightWithPresenceSensor: 1007,
    CANodeProfileDimmableRGBWLight: 1008,
    CANodeProfileOpenCloseSensor: 2e3,
    CANodeProfileWindowHandle: 2001,
    CANodeProfileShutterPositionSwitch: 2002,
    CANodeProfileOpenCloseAndTemperatureSensor: 2003,
    CANodeProfileElectricMotorMeteringSwitch: 2004,
    CANodeProfileOpenCloseWithTemperatureAndBrightnessSensor: 2005,
    CANodeProfileElectricMotorMeteringSwitchWithoutSlatPosition: 2006,
    CANodeProfileLock: 2007,
    CANodeProfileWindowHandleWithButtons: 2008,
    CANodeProfileWindowHandleWithButtonsAndTemperatureAndHumiditySensor: 2009,
    CANodeProfileTemperatureAndHumiditySensor: 3001,
    CANodeProfileCO2Sensor: 3002,
    CANodeProfileRoomThermostat: 3003,
    CANodeProfileRoomThermostatWithHumiditySensor: 3004,
    CANodeProfileBinaryInputWithTemperatureSensor: 3005,
    CANodeProfileRadiatorThermostat: 3006,
    CANodeProfileTemperatureSensor: 3009,
    CANodeProfileHumiditySensor: 3010,
    CANodeProfileWaterValve: 3011,
    CANodeProfileWaterMeter: 3012,
    CANodeProfileWeatherStation: 3013,
    CANodeProfileNetatmoMainModule: 3014,
    CANodeProfileNetatmoOutdoorModule: 3015,
    CANodeProfileNetatmoIndoorModule: 3016,
    CANodeProfileNetatmoRainModule: 3017,
    CANodeProfileCosiThermChannel: 3018,
    CANodeProfileVentilationControl: 3019,
    CANodeProfileThermostatWithHeatingAndCooling: 3022,
    CANodeProfileNetatmoWindModule: 3023,
    CANodeProfileElectricalHeating: 3024,
    CANodeProfileValveDrive: 3025,
    CANodeProfileCamera: 3026,
    CANodeProfileCameraWithFloodlight: 3027,
    CANodeProfileHeatingSystem: 3028,
    CANodeProfileWarmWaterCircuit: 3029,
    CANodeProfileHeatingCircuit: 3030,
    CANodeProfileMotionDetectorWithTemperatureBrightnessAndHumiditySensor: 4010,
    CANodeProfileMotionDetector: 4011,
    CANodeProfileSmokeDetector: 4012,
    CANodeProfileFloodDetector: 4013,
    CANodeProfilePresenceDetector: 4014,
    CANodeProfileMotionDetectorWithTemperatureAndBrightnessSensor: 4015,
    CANodeProfileSmokeDetectorWithTemperatureSensor: 4016,
    CANodeProfileFloodDetectorWithTemperatureSensor: 4017,
    CANodeProfileWatchDogDevice: 4018,
    CANodeProfileLAG: 4019,
    CANodeProfileOWU: 4020,
    CANodeProfileEurovac: 4021,
    CANodeProfileOWWG3: 4022,
    CANodeProfileEuropress: 4023,
    CANodeProfileMinimumDetector: 4024,
    CANodeProfileMaximumDetector: 4025,
    CANodeProfileSmokeDetectorAndCODetector: 4026,
    CANodeProfileSiren: 4027,
    CANodeProfileMotionDetectorWithOpenCloseTemperatureAndBrightnessSensor: 4028,
    CANodeProfileMotionDetectorWithBrightness: 4029,
    CANodeProfileDoorbell: 4030,
    CANodeProfileSmokeDetectorAndSiren: 4031,
    CANodeProfileFloodDetectorWithTemperatureAndHumiditySensor: 4032,
    CANodeProfileMinimumDetectorWithTemperatureSensor: 4033,
    CANodeProfileMaximumDetectorWithTemperatureSensor: 4034,
    CANodeProfilePresenceDetectorWithTemperatureAndBrightnessSensor: 4035,
    CANodeProfileCODetector: 4036,
    CANodeProfileInovaAlarmSystem: 5e3,
    CANodeProfileInovaDetector: 5001,
    CANodeProfileInovaSiren: 5002,
    CANodeProfileInovaCommand: 5003,
    CANodeProfileInovaTransmitter: 5004,
    CANodeProfileInovaReciever: 5005,
    CANodeProfileInovaKoala: 5006,
    CANodeProfileInovaInternalTransmitter: 5007,
    CANodeProfileInovaControlPanel: 5008,
    CANodeProfileInovaInputOutputExtension: 5009,
    CANodeProfileInovaMotionDetectorWithVOD: 5010,
    CANodeProfileInovaMotionDetector: 5011,
    CANodeProfileWashingMachine: 6e3,
    CANodeProfileTumbleDryer: 6001,
    CANodeProfileDishwasher: 6002,
},

Hier noch eine Liste der Profile , für die Leute die keinen chrome Browser haben.

4 „Gefällt mir“

Danke. Ich habe den Fehler in der flow_**.json behoben. Dann war nicht alles weg :wink:

Danke für die tips. Und danke für die
Beiden Listen.

Mach ich im Moment auch so…
NR läuft als docker container auf meiner Diskstation. Die Config-Dateien habe ich auf einen Mount außerhalb ausgelagert. Da sichere oder spiele ich die Dateien schnell wieder ein, stoppe oder starte den Container.

Das ist gerade in einer Beta-Phase sehr angenehm. :sunglasses:

Ganz großes Kino! Ich kann glaube ich noch gar nicht verarbeiten, welche Türen (eher Scheunentore) sich hier gerade geöffnet haben. :smiley: :+1:

Gibt es vielleicht irgendwo im Netz eine Liste mit Geräten, die man an Node Red anbinden kann?

nicht allzuviel gefunden

Du kannst ja hier mal mit den Geräten anfangen, die iobroker unterstützt.
Es gibt iobroker input und output nodes.

http://download.iobroker.net/list.html

:coffee:

eventuell auch hilfreich für Docker-Einsteiger

c’t-Smart-Home

A ready-to-use Node-RED setup for home automation maintained by german computer magazine c’t.

It includes Node-RED, MQTT (provided by Eclipse Mosquitto), Zigbee-Support (provided by zigbee2mqtt). We also added Node-RED-Nodes for HomeKit, FritzBox, Tado, Bluetooth-LE-Support and a Dashboard.

1 „Gefällt mir“

Wenn jetzt noch ein NodeRed-Würfel kommt :wink:
Oder direkt im Brain 3.0?

Versuche gerade einen Türsensor, Profil 2000, neu anzulegen.
Woher bekomme ich die Angaben zu den Attributen?

Lass Dir von @stfnhmplr mal die Liste der Bsuteile für seinen nanopi-Cube geben und bastele ihn Dir selber :wink:

2 „Gefällt mir“

Ihr wollt mich nicht verstehen :frowning_face:

Der Vorschlag war, nodered „direkt“ in homee einzubinden - als Power User Modus, der Frau Antje alt aussehen lassen würde.

7 „Gefällt mir“

sozusagen ein roter Würfel…

2 „Gefällt mir“

Oder als Brain v3 Alleinstellungsmerkmal

2 „Gefällt mir“