Bill Seremetis

Results 56 comments of Bill Seremetis

Similar issue here: ``` Traceback (most recent call last): File "", line 21, in File "/home/robert/pugdebug/env/lib/python3.4/site-packages/PyInstaller-3.0.dev0-py3.4.egg/PyInstaller/loader/pyi_importers.py", line 478, in load_module ImportError: /usr/lib/x86_64-linux-gnu/libGL.so.1: undefined symbol: drmFreeDevice ``` Btw, i guess robert...

I didn't knew about layout_plugin_views, but it seems pretty old for D8 standards. Anyway, I am giving a try for a views plugin right right now.

It appeared again today after a long time. I guess it is not something that makes sense to hunt down and debug, since it doesn't result to failed print (so...

Shall this be merged?

I do not have an esp8266 board currently (I think I need to get one, or a nodemcu) Is your code online/opensource? I still need to improve mine so that...

I'm pretty sure I can get the temperature/mode controls from your sketch and intergrate it into mine, with HeatpumpIR support. Thanks, I'll keep you posted as I progress. @ToniA do...

The question was more about me getting the current settings of the AC unit on a WebUI/LCD by clicking a button "get status". It isn't much of a problem, because...

I'll have a look, thought with a quick glance the code you use there is beyond my understanding. Here is a working version of your WebUI combined with HeatpumpIR: https://github.com/bserem/arduino-home-automation/blob/webui/arduino_home_automation.ino...

![ac_webui_mobile](https://cloud.githubusercontent.com/assets/520237/21298163/6ccc7cde-c595-11e6-9c57-86c89fd804d5.png) ![ac_webui_desktop](https://cloud.githubusercontent.com/assets/520237/21298164/7232e2bc-c595-11e6-8c6e-304232c09ebe.png) I do not know how you feel about the styling in the attached images. I seperated on/off with two different buttons. The form currently works (see link in...

I'll check sendPWM. I do not currently have the time to learn about MQTT, hopefully soon enough.