Matthew Coleman

Results 19 comments of Matthew Coleman

Been testing this a bit. I have it running while using [MQTT Explorer](http://mqtt-explorer.com/) to show real time values. Saving changes to the plugin settings results in an immediate change to...

After reboot it appears to remember the new settings. It also appears to come back after reboot. Limited testing done so not confident on the result.

Another discovery. After making a change and saving it, press "refresh list". Then the changes are properly shown in the dialog. I have a vague memory of some of the...

I suspect a lua script might act as a watchdog for this service. [class Client(plugin](https://github.com/quazzie/tellstick-plugin-mqtt-hass/blob/31c0d6bfa071a30fdd87b972cc31e3caeb435c44/hass_client/Client.py#L109) has methods that seem like they should be exposed to lua. There is no method...

Yes. Run a small lua script on a timer to check for connection and restart if required. This lua script interacts with your plugin to send the mqtt debug message....

but fixing the behavior in paho would be better

A lua script fix while paho is broken. 1. A fake Nexa switch device is added as "HassTellstickMQTTWatchdog" 2. A Hass automation sets this device through MQTT once every 10...

I have modified the lua a bit since I last posted. It also relies on a "ClockTick" device set once a minute. We can probably find a better solution to...

Important update. The watchdog from hass is sent to the tellstick. What I didn't know before is that the tellstick transmitts the virtual switch code. I am using a nexa...

I didnt find a choice to select cpu if gpu exists. The code looks like it switches to it automatically. I understand the gpu will not be effective. I was...