Search found 20 matches

by jbr79
Thursday 23 April 2020 16:48
Forum: Speech & Voice Systems
Topic: Alexicz - FREE Domoticz to Alexa Integration
Replies: 336
Views: 75230

Re: Alexicz - FREE Domoticz to Alexa Integration

Yup, exactly what I found when I tried a couple of months back when I tried. I meant to document the new steps but got so confused by the time I finished and never really got it working properly. Don't suppose you remember what you did well enough to briefly document the changes? I could, but first ...
by jbr79
Thursday 23 April 2020 15:50
Forum: Third party and supplementary tools
Topic: [MyDomoAtHome] Support thread
Replies: 1080
Views: 219972

Re: [MyDomoAtHome] Support thread

jbr79 wrote: Sunday 12 April 2020 10:49 Interfering as in: Imperihome will not start anymore after installing the Zigbee2MQTT plugin.
I solved it by "downgrading" to 0.2.41: Running fine now, thanks!
by jbr79
Tuesday 21 April 2020 21:55
Forum: Speech & Voice Systems
Topic: Alexicz - FREE Domoticz to Alexa Integration
Replies: 336
Views: 75230

Re: Alexicz - FREE Domoticz to Alexa Integration

Following the guide was sometimes a little challenging as the Amazon interface changed compared to the guide, but I seemed to get all Lambda function test events running (managed to read a temp sensor, switch a light, doing discovery etc) However, if I do a "Discover devices", nothing seems to show ...
by jbr79
Sunday 12 April 2020 10:49
Forum: Third party and supplementary tools
Topic: [MyDomoAtHome] Support thread
Replies: 1080
Views: 219972

Re: [MyDomoAtHome] Support thread

Interfering as in: Imperihome will not start anymore after installing the Zigbee2MQTT plugin. The latter requires either version 10.x or 12.x of node. I am not too worried about the performance issues, since the device (NUC) has enough CPU power. I am running this on Ubuntu 20.04. I switched to node ...
by jbr79
Saturday 11 April 2020 8:49
Forum: Third party and supplementary tools
Topic: [MyDomoAtHome] Support thread
Replies: 1080
Views: 219972

Re: [MyDomoAtHome] Support thread

Trying to get Zigbee2MQTT working in Domoticz, I found myself forced to upgrade to node v10.X and npm v6.X. This does seem to interfere with Imperihome running, as I understand because it requires earlier versions of the two. Is there a way to cope with this?
by jbr79
Wednesday 17 April 2019 20:59
Forum: Other questions and discussions
Topic: Error ToonThermostat
Replies: 291
Views: 47534

Re: Error ToonThermostat

It looks like that pyton is failed to execute the "plugin.py" file. it could be a missmatch of the pyton version or, it is expecting a specific path to pyton home directory. But with the different version it could be installed on a different path location. Feels like a user rights issue I had with ...
by jbr79
Sunday 03 March 2019 21:32
Forum: dzVents
Topic: (rooted) Toon thermostat combined Get and Set script
Replies: 47
Views: 10173

Re: Toon thermostat combined Get and Set script

irrespective of setting local LAN access to true or not, the error message is: Error opening url: http://<IP>/happ_thermstat?action=getThermostatInfo The IP number of your Toon need to be entered in the uservariable UV_ToonIP. Look at the first post of this topic. It would help if you show the ...
by jbr79
Monday 18 February 2019 19:46
Forum: dzVents
Topic: (rooted) Toon thermostat combined Get and Set script
Replies: 47
Views: 10173

Re: Toon thermostat combined Get and Set script

irrespective of setting local LAN access to true or not, the error message is:

Code: Select all

Error opening url: http://<IP>/happ_thermstat?action=getThermostatInfo
by jbr79
Monday 18 February 2019 7:53
Forum: dzVents
Topic: (rooted) Toon thermostat combined Get and Set script
Replies: 47
Views: 10173

Re: Toon thermostat combined Get and Set script

What are the prerequisites for using this script? This script is returning an error just connecting to the thermostat when I am trying to apply it...
by jbr79
Sunday 13 January 2019 12:33
Forum: Switches and Scenes
Topic: Selector switch limited?
Replies: 5
Views: 1757

Re: Selector switch limited?

Although this post is old, I just came across the same behavior when setting up a Virtual Selector Switch. Was checking the forum to see if this was a known issue. All level up to 250 seem to work, but above that, the selector fails and defaults to the last level in my case (380). Looks like a bug ...
by jbr79
Saturday 04 February 2017 15:08
Forum: Other questions and discussions
Topic: Omnik Export Script
Replies: 39
Views: 7896

Re: Omnik Export Script

Try these files:

You need a working git clone and subsequently a config file that has no space characters before the # signs (the comments) or else all will fail...

Good luck
jpbtew.zip
(4.16 KiB) Downloaded 116 times
by jbr79
Sunday 22 May 2016 13:59
Forum: Other questions and discussions
Topic: Omnik Export Script
Replies: 39
Views: 7896

Re: Omnik Export Script

FINALLY: SUCCESS!!! Big Thanks goes out to sincze for sharing the files! :D The solution was not in them alone, but they got me started. So we've established there were differences in the python files. My starting point was that I could get LiveStats.py to work perfectly in console, but OmnikExport ...
by jbr79
Tuesday 19 April 2016 21:02
Forum: Other questions and discussions
Topic: Omnik Export Script
Replies: 39
Views: 7896

Re: Omnik Export Script

@sincze: would you be able to share your InverterMsg.py , Export.py and LiveStats.py files?
( or for that matter, your anonimized folder) I wonder if I have any luck with them instead of trying to alter my current ones.
by jbr79
Tuesday 05 April 2016 19:45
Forum: Other questions and discussions
Topic: Omnik Export Script
Replies: 39
Views: 7896

Re: Omnik Export Script

Seems there is a lot more to be done to get this script up and running. I find myself replacing one function after another, but without success. It keeps producing a new error every time. Call me naive, but I fail to see why there seem to be two versions of the same file out in the open. One being ...
by jbr79
Thursday 31 March 2016 22:39
Forum: Other questions and discussions
Topic: Omnik Export Script
Replies: 39
Views: 7896

Re: Omnik Export Script

That would have been too easy; failure at first sight: pi@RPi3:~/domoticz/scripts/python/Omnik-Data-Logger $ python LiveStats.py Traceback (most recent call last): File "LiveStats.py", line 7, in <module> import OmnikExport ImportError: No module named OmnikExport I saw there was a staticmethod ...
by jbr79
Thursday 31 March 2016 9:06
Forum: Other questions and discussions
Topic: Omnik Export Script
Replies: 39
Views: 7896

Re: Omnik Export Script

Is that the entire contents? Mine is different (see below).Where did you get your file from? pi@raspberrypi:~/Omnik-Data-Logger $ cat InverterMsg.py import struct # Converting bytes to numbers class InverterMsg(object): """Decode the response message from an omniksol inverter.""" raw_msg = "" def ...
by jbr79
Wednesday 30 March 2016 22:00
Forum: Other questions and discussions
Topic: Omnik Export Script
Replies: 39
Views: 7896

Re: Omnik Export Script

I know from my previous encounter with Python that Python3 is a different ballgame. Anyway, having access to the file contents now that it is evening, disabling mysql and pvoutput obviously did not do the trick. I am however curious as to what the contents of your InverterMsg.py file is. Mine does ...
by jbr79
Wednesday 30 March 2016 15:35
Forum: Other questions and discussions
Topic: Omnik Export Script
Replies: 39
Views: 7896

Re: Omnik Export Script

I see you disabled mysql and pv_output - I am wondering if that might change the outcome
I will try this evening.
by jbr79
Wednesday 30 March 2016 12:54
Forum: Other questions and discussions
Topic: Omnik Export Script
Replies: 39
Views: 7896

Re: Omnik Export Script

I copy pasted the script from the wiki into a temp.py file and executed that one. No Errors. The code in the wiki is still okay. Curious: I had to do several adjustments to align the variable names in the config.cfg file (which was pulled in via a Git clone of the source files - git clone https ...
by jbr79
Tuesday 29 March 2016 22:24
Forum: Other questions and discussions
Topic: Omnik Export Script
Replies: 39
Views: 7896

Re: Omnik Export Script

Also struggling with this particular script. :cry: Since LiveStats.py is functioning properly (generating output), I am not expecting that the following error: Traceback (most recent call last): File "Omnik-Export.py", line 83, in <module> s.sendall(InverterMsg.generate_string(wifi_serial ...