Search found 18 matches

by minime
Monday 03 June 2019 9:11
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 122034

Re: Python Plugin: Shelly MQTT

Hi! It is currently not supported but can be... i think a new Switch device has to be added for using it as input value. In which firmware did this feature appear in? In the meantime, I wrote to Allterco about the previously listed devices. (Shelly2LED, Shelly EM, Shelly Smoke,Shelly Plug S) I don ...
by minime
Tuesday 28 May 2019 22:16
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 122034

Re: Python Plugin: Shelly MQTT

by the way lwolf, is there any chance to get the "longpush" Event supported by your plugin for Shelly1 and/or 2? I've seen this in the mqtt debug lines? 2019-05-28 22:14:02.369 (Shelly_MQTT) MQTT message: shellies/shelly1-XXXXX/longpush/0 1 Maybe it is supported as well, than I'ld like to ask how to ...
by minime
Tuesday 28 May 2019 22:11
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 122034

Re: Python Plugin: Shelly MQTT

@sic79 as far as I know, Plug S is not supported at the moment, also Smoke is not.
Maybe Lwolf will add this some time!?

That'd be wonderful :)
by minime
Monday 27 May 2019 14:10
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 122034

Re: Python Plugin: Shelly MQTT

Hi there, I'm using this plugin for a time now. Now I want to do some Lua programming to interact with other devices, but I'm not as familar with it. I'm able to turn an RGB Stripe on and off when another shelly device is switching by using commandArray['RGBWTestdevice] = 'On' commandArray ...
by minime
Friday 29 March 2019 12:18
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 122034

Re: Python Plugin: Shelly MQTT

@lwolf, thanks alot! Happy to see RGBW2 support
I'll test this evening
by minime
Tuesday 19 March 2019 22:48
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 122034

Re: Python Plugin: Shelly MQTT

Lwolf
do you plan to integrate shelly RGBW2 and the smoke (when its available) too?
I'ld like to see it supported too.

thanks in advance
by minime
Monday 18 February 2019 9:05
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 122034

Re: Python Plugin: Shelly MQTT

I don't think so:

Code: Select all

Supported devices

Tested and working with:

    Shelly 1 Open Source (relay)
    Shelly Plug (relay and power consumption reporting)
    Shelly2 Switch (relay and roller shutter mode, positioning)
    Shelly4 Pro (relay and power consumption reporting)
    Shelly H&T
...
by minime
Friday 15 February 2019 20:07
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 122034

Re: Python Plugin: Shelly MQTT

Yeah Plugin works well now, thank you very much!! Do you plan to integrate RGBW2 also? My devices arrived today. Debuglog tells following: 2019-02-15 20:07:53.823 (Shelly_MQTT) MQTT message: shellies/shelly1-2280AE/relay/0 off 2019-02-15 20:07:53.824 (Shelly_MQTT) MQTT message: shellies/shelly1 ...
by minime
Thursday 14 February 2019 12:02
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 122034

Re: Python Plugin: Shelly MQTT

Hi, a fresh installation of raspbian, Domoticz and shelly_mqtt seems fixed the problems.I've also restored the database of the old installation, all devices were given. But I need to test this at home. I'e no shelly device here at the moment... 2019-02-14 11:56:39.309 Status: (Shelly MQTT) Started ...
by minime
Wednesday 13 February 2019 21:51
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 122034

Re: Python Plugin: Shelly MQTT

Hi,

its a bit strange, one time those errors occurs the other time not. Its not reliable at the moment. Maybe your are right and the SD Card may die.
I'll replace it tomorrow and give it another shot.

Thanks for your help for the moment
by minime
Wednesday 13 February 2019 21:36
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 122034

Re: Python Plugin: Shelly MQTT

Hi, I've seen your answer right now, and pulled the new commit. After restarting domoticz and activating the plugin, following output was written to the log 2019-02-13 21:34:09.650 Status: (Shelly_MQTT) Started. 2019-02-13 21:34:09.989 Error: Domoticz(pid:11234, tid:11237('PluginMgr')) received ...
by minime
Wednesday 13 February 2019 7:38
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 122034

Re: Python Plugin: Shelly MQTT

forget the last post, I've now deleted the whole folder and loaded the plugin completly: mqtt.p is back, but plugin still not working correctly root@Schlafzimmer:/home/pi/domoticz# ./domoticz 2019-02-13 07:36:33.066 Status: Domoticz V4.10427 (c)2012-2019 GizMoCuz 2019-02-13 07:36:33.066 Status ...
by minime
Wednesday 13 February 2019 7:30
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 122034

Re: Python Plugin: Shelly MQTT

root@Schlafzimmer:/home/pi/domoticz# ./domoticz 2019-02-13 07:26:00.785 Status: Domoticz V4.10427 (c)2012-2019 GizMoCuz 2019-02-13 07:26:00.785 Status: Build Hash: 75069fe9, Date: 2019-02-12 11:11:30 2019-02-13 07:26:00.786 Status: Startup Path: /home/pi/domoticz/ 2019-02-13 07:26:00.842 Sunrise: 07 ...
by minime
Tuesday 12 February 2019 22:53
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 122034

Re: Python Plugin: Shelly MQTT

Okay another try: deleted mqtt.py and plugin.py and pulled it again with git Set debug to true: 2019-02-12 22:50:08.694 (ShellyMQTT) Heartbeating... 2019-02-12 22:50:08.695 Error: (ShellyMQTT) 'onHeartbeat' failed 'AttributeError':''NoneType' object has no attribute 'mqttConn''. 2019-02-12 22:50:08 ...
by minime
Tuesday 12 February 2019 22:42
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 122034

Re: Python Plugin: Shelly MQTT

Hi, I've enabled debugging to verbose, but theres not really much output: root@Schlafzimmer:/home/pi/domoticz# ./domoticz 2019-02-12 22:23:07.114 Status: Domoticz V4.10427 (c)2012-2019 GizMoCuz 2019-02-12 22:23:07.114 Status: Build Hash: 75069fe9, Date: 2019-02-12 11:11:30 2019-02-12 22:23:07.115 ...
by minime
Tuesday 12 February 2019 16:45
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 122034

Re: Python Plugin: Shelly MQTT

Hi, I'm using this Plugin for some weeks right without any issues. I'm running on Domoticz latest beta. Today I've updated the plugin to the latest version, after this plugin stops working after some minutes, also domoticz will go down. Last messages in log: domoticz: ShellyMQTT hardware (15) thread ...
by minime
Monday 26 November 2018 10:49
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 122034

Re: Python Plugin: Shelly MQTT

Great job. Hopefully my devices will arrive this week. Can't wait for testing them.

Thanks alot for your work!
by minime
Thursday 15 November 2018 15:48
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 122034

Re: Python Plugin: Shelly MQTT

Great, thats something I'm looking. My shelly devices will arrive soon (hope so). So I will test this soon.
Because I want to use Shelly2 for shutter control, do you think theres a way to get them support soon, too?

Thanks alot in advance
Georg