Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Search found 14 matches
- Mon Aug 14, 2017 4:35 pm
- Forum: Plugin Support
- Topic: MQTT Client
- Replies: 246
- Views: 86604
Re: MQTT Client
Ok works fine with EG 0.5.0-rc4. Thanks for fixing this!
- Mon Aug 14, 2017 4:21 pm
- Forum: Plugin Support
- Topic: MQTT Client
- Replies: 246
- Views: 86604
Re: MQTT Client
I see you posted while I was writing my post above. I'm going to try EG 5.x again as maybe this is an EG 4.x issue?
- Mon Aug 14, 2017 4:17 pm
- Forum: Plugin Support
- Topic: MQTT Client
- Replies: 246
- Views: 86604
Re: MQTT Client
On EG 4.x it should be the lib26/site-packages folder right?
Correct (and you obviously have to change the port to the one used by beebotte as well)
How many certificates are you using? If one, add it as the CA-cert. Does it require username and password as well? Yup changed the port to 8883 ...
Correct (and you obviously have to change the port to the one used by beebotte as well)
How many certificates are you using? If one, add it as the CA-cert. Does it require username and password as well? Yup changed the port to 8883 ...
- Mon Aug 14, 2017 2:52 pm
- Forum: Plugin Support
- Topic: MQTT Client
- Replies: 246
- Views: 86604
Re: MQTT Client
I suspect I made a bug
I was not able to reproduce the error but I think I found what could cause the problem. I have modified the plugin (new version 1.2.1) It no longer hangs EG anymore. I couldn't get my cert for beebotte to work in brief testing. You mentioned moving the paho folder to the ...
I was not able to reproduce the error but I think I found what could cause the problem. I have modified the plugin (new version 1.2.1) It no longer hangs EG anymore. I couldn't get my cert for beebotte to work in brief testing. You mentioned moving the paho folder to the ...
- Thu Aug 10, 2017 5:57 pm
- Forum: Plugin Support
- Topic: MQTT Client
- Replies: 246
- Views: 86604
Re: MQTT Client
And you did remember to copy the paho folder to lib27/site-packages ??? (If you did not delete the old one manually, it is still there and a newer version is included in the 1.2.0 plugin)
I use EG version 0.5.0 rc1 but I think it should work ok also in older versions. As example, this is my ...
I use EG version 0.5.0 rc1 but I think it should work ok also in older versions. As example, this is my ...
- Thu Aug 10, 2017 5:03 pm
- Forum: Plugin Support
- Topic: MQTT Client
- Replies: 246
- Views: 86604
Re: MQTT Client
And you did remember to copy the paho folder to lib27/site-packages ??? (If you did not delete the old one manually, it is still there and a newer version is included in the 1.2.0 plugin)
I use EG version 0.5.0 rc1 but I think it should work ok also in older versions. As example, this is my ...
I use EG version 0.5.0 rc1 but I think it should work ok also in older versions. As example, this is my ...
- Thu Aug 10, 2017 3:19 pm
- Forum: Plugin Support
- Topic: MQTT Client
- Replies: 246
- Views: 86604
Re: MQTT Client
I'm currently using 1.1.0 using non ssl connection to my mqtt broker but I'd prefer to connect ssl/tls which isn't working for me in 1.1.0 because I have a single cert file.
I removed all mqtt plugin actions and installed 1.2.0 but when I add the plugin EG just hangs not responding.
This is on ...
I removed all mqtt plugin actions and installed 1.2.0 but when I add the plugin EG just hangs not responding.
This is on ...
- Wed Aug 09, 2017 2:09 pm
- Forum: Plugin Support
- Topic: MQTT Client
- Replies: 246
- Views: 86604
Re: MQTT Client
I just started using this plugin today (great plugin btw!) with beebotte.com as the mqtt broker. Currently my payloads are coming in as JSON. For example u"{"data":"cbs", "ispublic":true}.
For now I guess I will parse eg.event.payload using python's JSON parser but I think it would be great to have ...
For now I guess I will parse eg.event.payload using python's JSON parser but I think it would be great to have ...
- Wed Aug 09, 2017 1:13 pm
- Forum: Coding Corner
- Topic: I feel like Discord with webhooks would make a good plugin
- Replies: 9
- Views: 3470
Re: I feel like Discord with webhooks would make a good plug
I originally saw your plugin but had decided not to use it because I misunderstood how their premium model works ... I only have a free account and I have never encountered any restrictions. Anyway I just tried your plugin and can't get it to work. I have no idea why it does not work. Chrome ...
- Tue Aug 08, 2017 1:34 pm
- Forum: Coding Corner
- Topic: I feel like Discord with webhooks would make a good plugin
- Replies: 9
- Views: 3470
Re: I feel like Discord with webhooks would make a good plug
I'm currently using IFTTT to Autoremote via webhooks URL and it is cumbersome to setup ... I use IFTTT + Webhooks + Pushbullet to invoke event in EventGhost. The setting is very straightforward and it works very reliably.
Have you considered this alternative?
Pako
Hi Pako,
I originally saw your ...
Have you considered this alternative?
Pako
Hi Pako,
I originally saw your ...
- Sun Aug 06, 2017 8:22 pm
- Forum: Coding Corner
- Topic: I feel like Discord with webhooks would make a good plugin
- Replies: 9
- Views: 3470
Re: I feel like Discord with webhooks would make a good plug
Also here's a good Discord python API https://github.com/Rapptz/discord.py
- Sun Aug 06, 2017 6:10 pm
- Forum: Coding Corner
- Topic: I feel like Discord with webhooks would make a good plugin
- Replies: 9
- Views: 3470
Re: I feel like Discord with webhooks would make a good plug
Ok so I got this working using Discord.js which is a Node Discord api/bot running on my EG machine. Sending message to my server channel using the Discord Webhook via IFTTT then the bot relays the message into a local URL on my machine which is captured by the EG webserver plugin.
If anyone is ...
If anyone is ...
- Sun Aug 06, 2017 3:06 pm
- Forum: Coding Corner
- Topic: I feel like Discord with webhooks would make a good plugin
- Replies: 9
- Views: 3470
Re: I feel like Discord with webhooks would make a good plug
Perhaps I didn't explain properly. The JSON side of things is trivial. Here is something I did in about 15 seconds. Just showing a screenshot of the webhook url generating a message in the discord channel
http://i.imgur.com/B4GKbzH.png
I was basically proposing if we had a plugin that would login ...
http://i.imgur.com/B4GKbzH.png
I was basically proposing if we had a plugin that would login ...
- Fri Aug 04, 2017 7:45 pm
- Forum: Coding Corner
- Topic: I feel like Discord with webhooks would make a good plugin
- Replies: 9
- Views: 3470
I feel like Discord with webhooks would make a good plugin
I'm currently using IFTTT to Autoremote via webhooks URL and it is cumbersome to setup and was working for me until yesterday. I feel like Discord would be a great way to send Events to Eventghost but I have no idea how to go about implementing this.
https://support.discordapp.com/hc/en-us/articles ...
https://support.discordapp.com/hc/en-us/articles ...