spacemanspiff2007

Results 167 comments of spacemanspiff2007

Would this also fix #504 or is this another issue?

Installation still fails on a raspberry pi: ``` Collecting pendulum==2.1.2 (from habapp) Using cached https://files.pythonhosted.org/packages/db/15/6e89ae7cde7907118769ed3d2481566d05b5fd362724025198bb95faf599/pendulum-2.1.2.tar.gz Installing build dependencies ... done Complete output from command python setup.py egg_info: Traceback (most recent...

@sdispater I created a small python application that allows you to create home automation rules in python. I've shared it, so other people can use it too and don't have...

> The workarround works for me but the version is fixed so it tries to install a broken version. What do you mean?

There are critical issues e.g. where users have been unable to install pendulum (see #504) which have not been fixed since in over a year. I understand that time is...

> Hmm yes this would be debatable, however, the original mqtt_as only uses one callback, so to have compatibility to existing projects, I can't switch to two separate callbacks, even...

> Having 2 callbacks also raises the question of which arg should be passed. No args at all. Just a possible callback for connected and disconnected. It's clear from the...

> It is, but building a workaround for backwards compatiblity with one callback would be rather big. Current goal is to stay as small as possible and as compatible as...

@kevinkk525 Shocked to hear that! I really hope that you get well again! Best wishes!

I'm too looking for an async mqtt client that works with a wired connection and I've found various async mqtt clients that implement more or less the same functionality. Imho...