ShellyPy
ShellyPy copied to clipboard
Dokumentation? (Port)
Hi.
Can I switch the Port? becouse 80 isreserved for HTTP-Server
You can specify the port to be used when initializing an instance of the main class
import ShellyPy
device = ShellyPy.Shelly("192.168.0.5", 1234)
I don't see a reason why you would do that. By default Shelly devices have their HTTP-Server, with which you interact, on Port 80.
This would be a requirement request in case a server will be implemented