Jan200101 / ShellyPy

Python library to interact with Shelly devices
MIT License
22 stars 14 forks source link

Not working with current API #1

Closed tobi-tobsen closed 4 years ago

tobi-tobsen commented 4 years ago

Hi, I just tried to use the your package provided via https://pypi.org/project/ShellyPy/ Unfortunatley, it doesn't work with my Shelly 1PM (20200206-083604/v1.5.10). If I change line https://github.com/Jan200101/ShellyPy/blob/81c64c21579eeab5c39d2d083cb5c6a771fc8c69/ShellyPy/wrapper.py#L146 to return self.post("status") it works like expected.

Jan200101 commented 4 years ago

Thanks for pointing that out. I'll push an update fixing this among other things ASAP

Jan200101 commented 4 years ago

the issue should be fixed with 209a0b958f694bd5ad2f0f691bf52893584438bf and has already been pushed to PyPi