ACTPO HOMOC

Results 8 comments of ACTPO HOMOC

I'm using home-assistant automation notification with telegram notify component. It is possible now to send even picture from webcam with notification message. Also I've setup the automation notification for start...

I had same problem with continue disconnecting from the mqtt server with keepalive > 0. But I figure it out that disconnection happens because there was no any activity from...

I'm not sure is it task for mqtt client to keep connection alive in time. The umqtt/simple.py lib is only sending information to the server about keepalive time. Nothing more....

> @justme88 and @whiskerz007 your script needs updating. When running this script now there is an error: > The issue is due to line 113 being > > ``` >...

Maybe it is possible to ask user what kind of version he would like to install: portaner or portainer-ce?

Interesting why from 2015 here no action about it? Is it correct values should be for Z axis for Simple Metal?

I use code to avoid such problem: `try: retries = 0 while (retries < 20): retries += 1; client.check_msg() time.sleep(1); except OSError: connect_and_subscribe() ` def connect_and_subscribe(): global client client =...