ghandye
ghandye
### It's iptables. I just resolved this same issue with a Homebridge container (which works best out of the box when using docker host networking). The problem was ultimately quite...
See https://github.com/vmware/photon/issues/1506#issuecomment-1913389824 for some more details, but you must add a rule in iptables to permit the traffic to the host (and thus the docker host network).
I did a little more sleuthing on this...sharing in case it helps. Trying to follow the logic, it looks like the code[1] in `grillplat/raspberry_pi_all.py` for `get_input_status()` checks if the grill...
FYI, since I know my setup is standalone, I was able to hack around this on my controller by commenting out the `if` statement in L152-153 so it always returns...
I was able to fix this particular error by simply running the config wizard again and selecting the proper platform, since `pifire_pwm` is no longer a valid platform in 1.8.0....