Search found 27 matches

by Wobbles
Tuesday 09 July 2019 21:37
Forum: Python
Topic: Plugin - Homewizard
Replies: 123
Views: 41746

Re: Plugin - Homewizard

committed and thanks for the work!
by Wobbles
Friday 18 August 2017 18:29
Forum: Python
Topic: Plugin - Homewizard
Replies: 123
Views: 41746

Re: Plugin - Homewizard

Hi Sjonnie, I really have no idea why your devices and switches were removed, nice to know you have a backup ;) I have written this with the information you supplied me a few post ago. The plugin sends /get-sensor every x minutes, at that time it also updates the heatlinks. I didn't add a separate ...
by Wobbles
Thursday 17 August 2017 22:20
Forum: Python
Topic: Plugin - Homewizard
Replies: 123
Views: 41746

Re: Plugin - Homewizard

I have added the first steps with the Heatlink. Please update your plugin and let me know if this works as expected.

Since I don't own a heatlink I am unable to test it myself.
by Wobbles
Monday 14 August 2017 21:01
Forum: Python
Topic: Plugin - Homewizard
Replies: 123
Views: 41746

Re: Plugin - Homewizard

I have updated the code to not update the device if it doesn't exist... # Update energymeters (Wattcher) if ( len(Response["response"]["energymeters"]) != 0 ): try: en = Devices[self.en_id].sValue.split(";") en_0 = self.GetValue(Response["response"]["energymeters"][0], "po", "0") UpdateDevice(self ...
by Wobbles
Friday 07 April 2017 20:40
Forum: Python
Topic: Plugin - Homewizard
Replies: 123
Views: 41746

Re: Plugin - Homewizard

I have updated the somfy switch. Please let me know if it works as expected.
by Wobbles
Thursday 06 April 2017 21:58
Forum: Python
Topic: Plugin - Homewizard
Replies: 123
Views: 41746

Re: Plugin - Homewizard

Hi Wobbles, Just a little improvement you can do it's with the somfy blinds. It's better if there are "Venitian blinds EU" because you can stop them. I can change it but since I do not know the command to send to the Homewizard (if supported) it doesn't change anything. If you know the stop command ...
by Wobbles
Wednesday 29 March 2017 20:23
Forum: Python
Topic: Plugin - Homewizard
Replies: 123
Views: 41746

Re: Plugin - Homewizard

Since this new version, I have an error message in my logs when I start Domoticz. 2017-03-29 10:00:16.658 Error: Expected: myVar = Domoticz.Device(Name="myDevice", Unit=0, TypeName="", Type=0, Subtype=0, Switchtype=0, Image=0, Options="", Used=1) 2017-03-29 10:00:16.659 Error: (HomeWizard) 'CDevice ...
by Wobbles
Tuesday 28 March 2017 20:10
Forum: Python
Topic: Plugin - Homewizard
Replies: 123
Views: 41746

Re: Plugin - Homewizard

Updated to version 2.0.17 The energylink should be implemented but since I don't own one I didn't fully test it so please let me know if and how it works. @brogen: I noticed the same. I think this is because of the switch I choose to use. I use the "usage (electric)" type which has log reports ...
by Wobbles
Saturday 25 March 2017 13:30
Forum: Python
Topic: Plugin - Homewizard
Replies: 123
Views: 41746

Re: Plugin - Homewizard

Just updated the plugin to version 2.0.16
by Wobbles
Wednesday 22 March 2017 20:58
Forum: Python
Topic: Plugin - Homewizard
Replies: 123
Views: 41746

Re: Plugin - Homewizard

Hi Brogen67, I never checked the results from Homewizard and Domoticz but will start to do so ;) The temp sensors are only updated when a value (temp or hum) changes, this is standard behavior and I think it should stay that way. I only changed it for the rainmeter since it doesn't often rain enough ...
by Wobbles
Friday 17 March 2017 20:29
Forum: Python
Topic: Plugin - Homewizard
Replies: 123
Views: 41746

Re: Plugin - Homewizard

Updated to version 2.0.11
by Wobbles
Friday 17 March 2017 19:54
Forum: Python
Topic: Plugin - Homewizard
Replies: 123
Views: 41746

Re: Plugin - Homewizard

Hi Wobbles, I've setup my test environment on a RPI-3 and updated Domoticz to the latest Beta en your HomeWizard plugin to version 2.09 So far no stops but I get an error message from the plugin and my HomeWizard-rain device in domoticz is not updated. Please feel free to ask if you need more info ...
by Wobbles
Friday 17 March 2017 19:49
Forum: Python
Topic: Plugin - Homewizard
Replies: 123
Views: 41746

Re: Plugin - Homewizard

Hi Warren, thanks for reply. Ok, now I have same log as you ^^ So, I tried many configuration with different Poll intervall... but problem is not solved. I only have 7 devices in domoticz from homewizard. Here is my log (sorry it's log to have most of infos) : [Edit] I think my problem is because I ...
by Wobbles
Tuesday 14 March 2017 20:58
Forum: Python
Topic: Plugin - Homewizard
Replies: 123
Views: 41746

Re: Plugin - Homewizard

Updated to version 2.0.9 Rain and wind only added when there is 1 device connected to the Homewizard Switch and dimming commands are now handled correctly. Since I do not have somfy switches, I am not sure if these work correct now. If you do have them, please test and let me know. Still working on ...
by Wobbles
Monday 13 March 2017 22:15
Forum: Python
Topic: Plugin - Homewizard
Replies: 123
Views: 41746

Re: Plugin - Homewizard

You can remove them but they will be added automatically again after a restart. I will look into only added them when found.

I know there is still a problem with the switches and working on it but thx for reporting it 8-)
by Wobbles
Sunday 12 March 2017 21:43
Forum: Python
Topic: Plugin - Homewizard
Replies: 123
Views: 41746

Re: Plugin - Homewizard

First of all, good job. I will be quiting Homewizard, but for the time being I will use Homewizard together with Domoticz. I've installed your plugin within my Domoticz. And it seems to work in basic, I've notice two strange things so far. Maybe somebody can help me out? - There showing up device ...
by Wobbles
Friday 10 March 2017 23:42
Forum: Python
Topic: Plugin - Homewizard
Replies: 123
Views: 41746

Re: Plugin - Homewizard

@waaren, If you exoust the WAF then please stop testing :) I have the plugin only on my testing environment so the WAF is not in danger here :) I still am not sure where the problem is but changed the plugin to not use the Domoticz comms system but use the Python comms system. I have this running ...
by Wobbles
Wednesday 08 March 2017 16:15
Forum: Python
Topic: Plugin - Homewizard
Replies: 123
Views: 41746

Re: Plugin - Homewizard

Hi Wobbles, installed version 2.0.2 and until now I did not see "PyDomoticz_Connect errors". with the frequency set for the HomeWizard plugin I see these messages in domoticz.log 2017-03-08 08:45:40.193 PluginSystem: Starting I/O service thread. 2017-03-08 08:45:40.444 PluginSystem: Restarting I/O ...
by Wobbles
Tuesday 07 March 2017 20:54
Forum: Python
Topic: Plugin - Homewizard
Replies: 123
Views: 41746

Re: Plugin - Homewizard

Hi Wobbles, some minutes (last occurrence 22 min after reactivation ) after starting or reactivating the plugin I see this message in domoticz.log for every cycle of the HomeWizard plugin and changes in the state of a switch in HomeWizard are not send to Domoticz. 2017-03-06 21:46:25.038 Error ...
by Wobbles
Friday 03 March 2017 20:16
Forum: Python
Topic: Plugin - Homewizard
Replies: 123
Views: 41746

Re: Plugin - Homewizard

waaren wrote:@Wobbles,

Not yet: Smoke detection


Not yet: energylinks

Smoke detection is now added and since i don't have an energylink, thanks for posting the reply! Next step is to start with the energylink!