samclane / lifx-mycroft

A mycroft skill to control LIFX brand smartlights
GNU General Public License v3.0
8 stars 3 forks source link

Not recognized on picroft #12

Open drew1028 opened 3 years ago

drew1028 commented 3 years ago

I am running picroft on an RPi3b. I have the lifx skill installed and it is not recognizing any command related to the light. It either gives back a nonsensical response or none at all. I've tried reinstalling and making sure the required software is installed but no success. Skills log does not have any useful info.

samclane commented 3 years ago

Do you have a Firewall? Make sure that you allow traffic from the Bulb to the Picroft.

For ex, in ufw, you'd put sudo ufw allow from IP_ADDR where IP_ADDR is the IP of your bulb

drew1028 commented 3 years ago

Do you have a Firewall? Make sure that you allow traffic from the Bulb to the Picroft.

For ex, in ufw, you'd put sudo ufw allow from IP_ADDR where IP_ADDR is the IP of your bulb

No ufw. I modified iptables to allow traffic and disabled all other fallback options but no change. It is still not recognizing the command.