bocsitomcsi

Results 7 comments of bocsitomcsi

I have seen pretty much the same issue on my system for all of those docker containers that has some kind of healthcheck. ``` $ lsb_release -a No LSB modules...

Yep the same happened in our case with HomeAssisstatn. Firmware version: A1.0.3_B0.1.2 I have checked with python interpreter and recieved the very same issue: ``` >>> for blind in m.device_list.values():...

One more thing that maybe can help or maybe just bring more noise :D We have two sites where we have identically the same DD 7002 B bridge with the...

@starkillerOG I hope you had a great vacation and welcome back The key is different but the token is the same, maybe it is device specific. I did some further...

Thanks for the clarification it makes sense, then the very first moment when we need really the accesstoken is the blind.Updates() part. I have removed the accesstoken from the above...

@starkillerOG yes I can confirm that I see the warning message ``` >>> for blind in m.device_list.values(): ... blind.Update() ... print(blind) ... Received actionResult: 'AccessToken error', when sending message: '{'msgType':...

``` >>> from motionblinds import MotionGateway >>> m = MotionGateway(ip = "192.168.8.103", key = "53579a56-2127-45") >>> m.GetDeviceList() {'246f28444c1c0001': , '246f28444c1c0002': , '246f28444c1c0003': , '246f28444c1c0004': , '246f28444c1c0005': , '246f28444c1c0006': , '246f28444c1c0007':...