Search found 2570 matches
- Thu Oct 19, 2017 5:29 pm
- Forum: Plugin Support
- Topic: MQTT Client
- Replies: 246
- Views: 73404
Re: MQTT Client
Hi there, yeah it is easy to forget minor details, I think it will work for you but you have to give each subscription a unique name. Like in this example, they are simply named 1,2,3,4 and all are connected to an external broker Hope this helps, Kind regards, Walter Namnlöst_1.png Namnlöst_2.png
- Sat Sep 09, 2017 2:15 pm
- Forum: Plugin Support
- Topic: MQTT Client
- Replies: 246
- Views: 73404
Re: MQTT Client
Hello, so now I have re-arranged the gui parts accordingly, should be fine and fit most screens
Version 1.2.2
Version 1.2.2
- Fri Sep 08, 2017 4:27 am
- Forum: Plugin Support
- Topic: MQTT Client
- Replies: 246
- Views: 73404
Re: MQTT Client
Hello Snowbird,
Yes, agree, this can be (or is) a problem. I would like to accept your suggestion, are your modifications based on the latest version (1.2.1)?
Best regards, Walter
Yes, agree, this can be (or is) a problem. I would like to accept your suggestion, are your modifications based on the latest version (1.2.1)?
Best regards, Walter
- Tue Aug 29, 2017 5:55 am
- Forum: Plugin Support
- Topic: MQTT Client
- Replies: 246
- Views: 73404
Re: MQTT Client
Hello Saxtus, thank You, Currently there is no input field for client id as you have seen. A work around for your use case is not to copy and paste directly, instead paste to a text editor in between and make the change, then copy and paste the html into the EG tree 1) For each action, copy the acti...
- Mon Aug 14, 2017 4:15 pm
- Forum: Plugin Support
- Topic: MQTT Client
- Replies: 246
- Views: 73404
Re: MQTT Client
it works fine with beebotte, as example below using the token. You could instead use the secret key. It's described pretty well here: https://beebotte.com/docs/mqtt When I publish something to EG/EG it is shown in the EG log It seems not possible to upload files to the forum anylonger so here is a l...
- Mon Aug 14, 2017 3:00 pm
- Forum: Plugin Support
- Topic: MQTT Client
- Replies: 246
- Views: 73404
Re: MQTT Client
Correct (and you obviously have to change the port to the one used by beebotte as well)On EG 4.x it should be the lib26/site-packages folder right?
How many certificates are you using? If one, add it as the CA-cert. Does it require username and password as well?
- Sun Aug 13, 2017 6:28 pm
- Forum: Plugin Support
- Topic: MQTT Client
- Replies: 246
- Views: 73404
Re: MQTT Client
Here is a simple python script that gets the weather at my location, connects to a mqtt broker and publish it. The example connects to a local mqtt broker in the rpi on port 1883 but you can change as you like 1) Create a python file and copy & paste the script below, save and transfer the python fi...
- Fri Aug 11, 2017 11:41 am
- Forum: Plugin Support
- Topic: MQTT Client
- Replies: 246
- Views: 73404
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)
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)
- Thu Aug 10, 2017 4:58 pm
- Forum: Plugin Support
- Topic: MQTT Client
- Replies: 246
- Views: 73404
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 setting ...
- Tue Aug 01, 2017 5:56 pm
- Forum: Plugin Support
- Topic: MQTT Client
- Replies: 246
- Views: 73404
Re: MQTT Client
Please also provide the python script command you use to publish.
- Tue Aug 01, 2017 1:20 pm
- Forum: Plugin Support
- Topic: MQTT Client
- Replies: 246
- Views: 73404
Re: MQTT Client
Hello friends, I just saw this and for sure, this is something I can support, When you are publishing a message to a MQTT broker and subscribe to the same topic, you will for sure receive your own message, maybe this is what you have done? This is not wrong in principle but in this case, what seems ...
- Fri Jun 30, 2017 2:48 pm
- Forum: Plugin Support
- Topic: SunTracker - with moving ghost
- Replies: 566
- Views: 244458
Re: SunTracker - with moving ghost
Dear Zian, You can set it as the following example, just pick a time when you are sure the sun is always up (I used 11:00). Set you location lat & lon and you should get an event at Sunset & Sunrise. You can tweak it further if you like, adding other options as well. In my example the lamp will be s...
- Mon May 15, 2017 2:10 pm
- Forum: General Support
- Topic: Time to say goodbye
- Replies: 8
- Views: 2991
Time to say goodbye
It has been a fantastic journey all years but it has come to a point when I will completely change my priorities. For my personal needs & solutions, I have migrated everything to Node-RED and basically retired EG for my own use. I will leave my plugins available for download for the time being but I...
- Sun Apr 23, 2017 4:29 pm
- Forum: Plugin Support
- Topic: Domoticz plugin
- Replies: 66
- Views: 20297
Re: Domoticz plugin
Maybe a bit OT but we could imagine it is related since also performance is discussed in this topic, use of threading is key and one major advantage with Python. Compare this with popular javascript that runs single threaded...makes me wonder why it is soooo popular. I have used threading a lot in m...
- Sun Apr 23, 2017 10:35 am
- Forum: Plugin Support
- Topic: Domoticz plugin
- Replies: 66
- Views: 20297
Re: Domoticz plugin
...and EG just keeps on handling all this, yeah, that is impressive, one of many reasons we keep on improving!.... and the list goes on and on