@tehmilcho Hi, unfortunately, this didnt help. What I tried meanwhile (I received a Philips Hue Bridge today as well - will they work in parallel in the same network with Echo?) is placing the “Pimatic Hue Bridge” on port 80, as the original hue bridge does - but this didnt help as well.
For sure, the dummy device is available. Accessing the Pimatic Plugin via URL Get on:
http://192.168.178.72:9876/api/:userid/lights
delivers
{
"01": {
"state": {
"on": true,
"bri": 0,
"hue": 0,
"sat": 0,
"effect": "none",
"ct": 0,
"alert": "none",
"reachable": true
},
"type": "Dimmable light",
"name": "Lampe Flur unten",
"modelid": "LWB004",
"manufacturername": "Philips",
"uniqueid": "00:17:88:5E:D3:01-01",
"swversion": "66012040"
},
"02": {
"state": {
"on": true,
"bri": 0,
"hue": 0,
"sat": 0,
"effect": "none",
"ct": 0,
"alert": "none",
"reachable": true
},
"type": "Dimmable light",
"name": "Lampe Flur",
"modelid": "LWB004",
"manufacturername": "Philips",
"uniqueid": "00:17:88:5E:D3:02-02",
"swversion": "66012040"
},
"03": {
"state": {
"on": false,
"bri": 0,
"hue": 0,
"sat": 0,
"effect": "none",
"ct": 0,
"alert": "none",
"reachable": true
},
"type": "Dimmable light",
"name": "dummy",
"modelid": "LWB004",
"manufacturername": "Philips",
"uniqueid": "00:17:88:5E:D3:03-03",
"swversion": "66012040"
},
"04": {
"state": {
"on": false,
"bri": 0,
"hue": 0,
"sat": 0,
"effect": "none",
"ct": 0,
"alert": "none",
"reachable": true
},
"type": "Dimmable light",
"name": "Dummy Schalter",
"modelid": "LWB004",
"manufacturername": "Philips",
"uniqueid": "00:17:88:5E:D3:04-04",
"swversion": "66012040"
}
}
On top I tried to run pimatic from command line like mentioned in https://github.com/michbeck100/pimatic-echo/issues/7
Strange: I dont get any debug messages like
ssdp-server using ip address: 192.168.1.13 +0ms
ssdp-server binding to port 1900 for ssdp discovery +16ms
If I trace the udp traffic with iptables the echo seems to send upd traffic (ECHO is on ip 192.168.178.39)
Nov 2 22:29:00 raspberrypi kernel: [ 936.663537] IN=eth0 OUT= MAC=01:00:5e:7f:ff:fa:38:f7:3d:69:6f:d2:08:00:45:00:00:81:6e:3a:40:00:04:11:a5:67 SRC=192.168.178.39 DST=239.255.255.250 LEN=129 TOS=0x00 PREC=0x00 TTL=4 ID=28218 DF PROTO=UDP SPT=50000 DPT=1900 LEN=109
Nov 2 22:29:00 raspberrypi kernel: [ 936.672004] IN=eth0 OUT= MAC=01:00:5e:7f:ff:fa:38:f7:3d:69:6f:d2:08:00:45:00:00:7a:6e:3b:40:00:04:11:a5:6d SRC=192.168.178.39 DST=239.255.255.250 LEN=122 TOS=0x00 PREC=0x00 TTL=4 ID=28219 DF PROTO=UDP SPT=50000 DPT=1900 LEN=102
Nov 2 22:29:01 raspberrypi kernel: [ 937.176182] IN=eth0 OUT= MAC=01:00:5e:7f:ff:fa:38:f7:3d:69:6f:d2:08:00:45:00:00:81:6e:50:40:00:04:11:a5:51 SRC=192.168.178.39 DST=239.255.255.250 LEN=129 TOS=0x00 PREC=0x00 TTL=4 ID=28240 DF PROTO=UDP SPT=50000 DPT=1900 LEN=109
Nov 2 22:29:01 raspberrypi kernel: [ 937.177889] IN=eth0 OUT= MAC=01:00:5e:7f:ff:fa:38:f7:3d:69:6f:d2:08:00:45:00:00:7a:6e:51:40:00:04:11:a5:57 SRC=192.168.178.39 DST=239.255.255.250 LEN=122 TOS=0x00 PREC=0x00 TTL=4 ID=28241 DF PROTO=UDP SPT=50000 DPT=1900 LEN=102
Nov 2 22:29:01 raspberrypi kernel: [ 937.676088] IN=eth0 OUT= MAC=01:00:5e:7f:ff:fa:38:f7:3d:69:6f:d2:08:00:45:00:00:81:6e:6e:40:00:04:11:a5:33 SRC=192.168.178.39 DST=239.255.255.250 LEN=129 TOS=0x00 PREC=0x00 TTL=4 ID=28270 DF PROTO=UDP SPT=50000 DPT=1900 LEN=109
Nov 2 22:29:01 raspberrypi kernel: [ 937.695785] IN=eth0 OUT= MAC=01:00:5e:7f:ff:fa:38:f7:3d:69:6f:d2:08:00:45:00:00:7a:6e:6f:40:00:04:11:a5:39 SRC=192.168.178.39 DST=239.255.255.250 LEN=122 TOS=0x00 PREC=0x00 TTL=4 ID=28271 DF PROTO=UDP SPT=50000 DPT=1900 LEN=102
Nov 2 22:29:02 raspberrypi kernel: [ 938.180100] IN=eth0 OUT= MAC=01:00:5e:7f:ff:fa:38:f7:3d:69:6f:d2:08:00:45:00:00:81:6e:70:40:00:04:11:a5:31 SRC=192.168.178.39 DST=239.255.255.250 LEN=129 TOS=0x00 PREC=0x00 TTL=4 ID=28272 DF PROTO=UDP SPT=50000 DPT=1900 LEN=109
Nov 2 22:29:02 raspberrypi kernel: [ 938.197211] IN=eth0 OUT= MAC=01:00:5e:7f:ff:fa:38:f7:3d:69:6f:d2:08:00:45:00:00:7a:6e:71:40:00:04:11:a5:37 SRC=192.168.178.39 DST=239.255.255.250 LEN=122 TOS=0x00 PREC=0x00 TTL=4 ID=28273 DF PROTO=UDP SPT=50000 DPT=1900 LEN=102
Nov 2 22:29:02 raspberrypi kernel: [ 938.687568] IN=eth0 OUT= MAC=01:00:5e:7f:ff:fa:38:f7:3d:69:6f:d2:08:00:45:00:00:81:6e:80:40:00:04:11:a5:21 SRC=192.168.178.39 DST=239.255.255.250 LEN=129 TOS=0x00 PREC=0x00 TTL=4 ID=28288 DF PROTO=UDP SPT=50000 DPT=1900 LEN=109
Nov 2 22:29:02 raspberrypi kernel: [ 938.696731] IN=eth0 OUT= MAC=01:00:5e:7f:ff:fa:38:f7:3d:69:6f:d2:08:00:45:00:00:7a:6e:81:40:00:04:11:a5:27 SRC=192.168.178.39 DST=239.255.255.250 LEN=122 TOS=0x00 PREC=0x00 TTL=4 ID=28289 DF PROTO=UDP SPT=50000 DPT=1900 LEN=102
any idea?