Normal
Danke für die schnelle Antwort, hab' bis jetzt versucht was lauffähiges damit zu machen.Mein Erfolg ist leider Bescheiden, ich möchte aber noch nicht kapitulieren. #define ID "44" // Id of this lamp (can be string or integer)// Network settings#define WIFI_SSID "_____" // SSID of your wifi network#define WIFI_PASSWORD "_________" // Password to your wifi network#define DISABLE_DHCP 0 // Disable DHCP#define STATIC_IP "192.168.0.44" // Static ip if DHCP is disabled#define BROADCAST_IP "192.168.0.255" // Broadcast ip of your network#define PORT 49692 // Port you want to use for broadcasting and for the serverDiese Parameter hab' ich auch im AtmoLight/AtmoOrb Setup eingetragen. ID44 erstellt:ID44Protokoll: IPIP 192.168.0.44 Die Parameter für ID1 wurden nicht geändert.Was mach ich da falsch ?Erich
Danke für die schnelle Antwort, hab' bis jetzt versucht was lauffähiges damit zu machen.
Mein Erfolg ist leider Bescheiden, ich möchte aber noch nicht kapitulieren.
#define ID "44" // Id of this lamp (can be string or integer)
// Network settings
#define WIFI_SSID "_____" // SSID of your wifi network
#define WIFI_PASSWORD "_________" // Password to your wifi network
#define DISABLE_DHCP 0 // Disable DHCP
#define STATIC_IP "192.168.0.44" // Static ip if DHCP is disabled
#define BROADCAST_IP "192.168.0.255" // Broadcast ip of your network
#define PORT 49692 // Port you want to use for broadcasting and for the server
Diese Parameter hab' ich auch im AtmoLight/AtmoOrb Setup eingetragen.
ID44 erstellt:
ID44
Protokoll: IP
IP 192.168.0.44
Die Parameter für ID1 wurden nicht geändert.
Was mach ich da falsch ?
Erich