Hi,
i installed pilight on my Raspberry Pi Zero W after using Noobs to install Raspbian.
Unfortunately, i am also experiencing getting "pilight-receive: NOTICE: no pilight ssdp connections found"
This is what i tried, after starting pilight with "sudo service pilight start":
1. I added this to /etc/network/interfaces
Is this right? Because my RPi Zero W is connected via Wifi i tried this... But i'm not sure if the entries are right. I'm still a beginner regarding the pi...
2. sudo iptables -A INPUT -s 127.0.0.1 -j ACCEPT
--> no success
3. added "standalone": 1 to etc/pilight/config.json
--> no success
I didn't read the whole thread yet, but will do it tomorrow...
Does anybody know what to do now? Is there something special about the pi zero w?
Thanks in advance!!
i installed pilight on my Raspberry Pi Zero W after using Noobs to install Raspbian.
Unfortunately, i am also experiencing getting "pilight-receive: NOTICE: no pilight ssdp connections found"
This is what i tried, after starting pilight with "sudo service pilight start":
1. I added this to /etc/network/interfaces
Quote:allow-hotplug wlan0
iface lo inet loopback
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp
Is this right? Because my RPi Zero W is connected via Wifi i tried this... But i'm not sure if the entries are right. I'm still a beginner regarding the pi...
2. sudo iptables -A INPUT -s 127.0.0.1 -j ACCEPT
--> no success
3. added "standalone": 1 to etc/pilight/config.json
--> no success
I didn't read the whole thread yet, but will do it tomorrow...
Does anybody know what to do now? Is there something special about the pi zero w?
Thanks in advance!!