Search found 35 matches

by LordMax
Friday 13 May 2022 22:13
Forum: Other questions and discussions
Topic: How to make a "custom" highcharts graph with Domoticz data
Replies: 0
Views: 277

How to make a "custom" highcharts graph with Domoticz data

Hi! I am trying to implement a highcharts graph with data from Domoticz but I cannot get it to work, this is what Ive setup: Here is my response from my temp sensor in domoticz: { "result" : [ { "d" : "2022-05-12 22:05", "te" : 10.1 }, { "d" : "2022-05-12 22:10", "te" : 9.9000000000000004 }, { "d ...
by LordMax
Monday 28 March 2022 21:24
Forum: Other questions and discussions
Topic: WiZ switches stops working if one WiZ lamp is disconnected/borken
Replies: 1
Views: 237

WiZ switches stops working if one WiZ lamp is disconnected/borken

Hi! Ive had a problem where when a WiZ lamp gets disconnected every WiZ lamp stops working.. Is there an updated version of this script or is there a way to prevent this? Ive tried checking the code and logs but the logs are pretty weak and doesnt tell you much where it crashes.. Thanks in advance ...
by LordMax
Thursday 21 October 2021 15:29
Forum: Other questions and discussions
Topic: Change virtual switch depending on state of JSON
Replies: 7
Views: 704

Re: Change virtual switch depending on state of JSON

Hi again, I have solved it in a different way, I made my python script post the on/off json to the virtual switch depending on the state, and putting the python script inside Windows Task Scheduler so that it updates every 5 seconds, the only problem now is that I need to add the "on/off action" to ...
by LordMax
Thursday 21 October 2021 10:58
Forum: Other questions and discussions
Topic: Change virtual switch depending on state of JSON
Replies: 7
Views: 704

Re: Change virtual switch depending on state of JSON

Is it possible to use the script I have in my main post for Domoticz? If so, how and where do I implement it? The plugin you shared has a lot more in it than I will probably ever use, I only have a doorlock, the first scirpt I posted returns "LOCKED" or "UNLOCKED" and the second script just needs to ...
by LordMax
Thursday 21 October 2021 0:28
Forum: Other questions and discussions
Topic: Change virtual switch depending on state of JSON
Replies: 7
Views: 704

Re: Change virtual switch depending on state of JSON

There isnt that good of a tutorial on how to implement it. How do I link my Virtual Dummy to the plugin?
by LordMax
Wednesday 20 October 2021 21:06
Forum: Other questions and discussions
Topic: Change virtual switch depending on state of JSON
Replies: 7
Views: 704

Change virtual switch depending on state of JSON

Hi! I have made a simple python script that will return "LOCKED" or "UNLOCKED" on my door using Verisure's API (a swedish security company). How do I implement it in domoticz so that the virtual switch changes state depending on the JSON value? My script looks like this: Get status: import verisure ...
by LordMax
Friday 15 October 2021 22:19
Forum: Other questions and discussions
Topic: Devices tab empty after update
Replies: 2
Views: 1749

Devices tab empty after update

Hi! I just updated Domoticz for several reasons. I totally removed the entire Domoticz, but took the database backup of it, but now when I have reinstalled it I have all my old light switches saved but when I go to /#/Devices it is all empty, will it grow over time or is there something wrong ...
by LordMax
Sunday 03 October 2021 15:13
Forum: Other questions and discussions
Topic: How to install plugins on Windows
Replies: 4
Views: 1498

Re: How to install plugins on Windows

Solved! It hade to be installed inside program files x86 instead of users folder!!
by LordMax
Sunday 03 October 2021 15:10
Forum: Other questions and discussions
Topic: Zigbee plugin dont show up in hardware after installation
Replies: 7
Views: 739

Re: Zigbee plugin dont show up in hardware after installation

It had to be installed in program files x86 instead of users!!
by LordMax
Friday 01 October 2021 12:53
Forum: Other questions and discussions
Topic: Zigbee plugin dont show up in hardware after installation
Replies: 7
Views: 739

Re: Zigbee plugin dont show up in hardware after installation

waltervl wrote: Friday 01 October 2021 12:19 Did you install Python 3.8.5 as an administrator? Did you check the "for all users" on?
Yes I did, I have tried a couple of different versions such as 3.5.2, 3.5.3, 3.8.5. But still the same error..
by LordMax
Friday 01 October 2021 10:25
Forum: Other questions and discussions
Topic: Zigbee plugin dont show up in hardware after installation
Replies: 7
Views: 739

Re: Zigbee plugin dont show up in hardware after installation

It should work. See also https://www.domoticz.com/forum/viewtopic.php?f=65&t=27569 What do you see about python in menu setup- about domoticz? I cannot find anything in #/setup/ for python, in the post you linked they said that you could modyfy this: If you build from source you could try it out by ...
by LordMax
Thursday 30 September 2021 22:23
Forum: Other questions and discussions
Topic: Zigbee plugin dont show up in hardware after installation
Replies: 7
Views: 739

Re: Zigbee plugin dont show up in hardware after installation

For windows use python 3.8 instead of 3.9 as 3.9 is not yet supported by Domoticz. Hi! I have tried almost every version, I have another post where I was more clear that I cannot get any plugin to show up because of the error Failed dynamic library load, install the latest libpython3.x library that ...
by LordMax
Thursday 30 September 2021 22:22
Forum: Other questions and discussions
Topic: How to install plugins on Windows
Replies: 4
Views: 1498

Re: How to install plugins on Windows

Hi try installing python x86 first. Python Version: 3.5.3 (v3.5.3:1880cb95a742, Jan 16 2017, 15:51:26) [MSC v.1900 32 bit (Intel)] then puth a python plugin in a subfolder in the plugin directory restart domoticz and it should be visible in the hardware tab Hi! I tried to remove the current python ...
by LordMax
Thursday 30 September 2021 16:42
Forum: Other questions and discussions
Topic: How to install plugins on Windows
Replies: 4
Views: 1498

How to install plugins on Windows

Hi! I have tried to intall some plugins on my Domoticz server running on a windows machine. But I get the error : Failed dynamic library load, install the latest libpython3.x library that is available for your platform. I have tried to intall the libpython but I cannot figure out how to do so. I ...
by LordMax
Thursday 30 September 2021 13:36
Forum: Other questions and discussions
Topic: Zigbee plugin dont show up in hardware after installation
Replies: 7
Views: 739

Zigbee plugin dont show up in hardware after installation

Hi! I am trying to get my HubZ Zigbee adapter to work in domoticz. I have got the drivers successfully installed and I have downloaded the "zigbee2mqtt" plugin. I am running domoticz on Windows and I have Python 3.9 downloaded. The plugin is stored inside the plugins folder but it doesnt show up in ...
by LordMax
Thursday 26 August 2021 21:02
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Create highcharts temprature graph from temprature JSON
Replies: 0
Views: 172

Create highcharts temprature graph from temprature JSON

Hi! I am making a home controller where I have tried to implement the temprature graph from the domoticz site, I can find the JSON file at this link "http://10.0.0.10:8080/json.htm?idx=460&range=month&sensor=temp&type=graph". But I cannot manage to create a graph with the data. Thanks beforehand ...
by LordMax
Friday 06 August 2021 16:28
Forum: Other questions and discussions
Topic: How to get current state of device for custom website
Replies: 4
Views: 471

Re: How to get current state of device for custom website

Ok! I wasnt sure if I could make a new post out of it, Ive posted a lot lately but I appriciate the help so much on this forum! :D. Now I am just trying to make a highcharts on my home controller from the /json.htm?idx=xxx&range=day&sensor=temp&type=graph JSON file. But I am having a hard time ...
by LordMax
Thursday 05 August 2021 0:09
Forum: Other questions and discussions
Topic: How to get current state of device for custom website
Replies: 4
Views: 471

Re: How to get current state of device for custom website

Thanks! I was late editing this post but I managed to solve this myself but it via the wiki. I read the status from the json file and now it works!
by LordMax
Wednesday 04 August 2021 22:09
Forum: Other questions and discussions
Topic: How to get current state of device for custom website
Replies: 4
Views: 471

How to get current state of device for custom website

Hi!

I am making a home controller where I want to have a small domoticz controller imlemented. I have a fully working domoticz server but I cannot figure out how to get the current state of a switch. How do I do that? Thanks beforehand!

Best regards Max
by LordMax
Friday 23 July 2021 23:54
Forum: Other questions and discussions
Topic: System Alive Checker for Z-Wave
Replies: 10
Views: 699

Re: System Alive Checker for Z-Wave

waltervl wrote: Friday 23 July 2021 22:34 What does your logging after a restart of Domoticz say about python?
I missed that, it logged:

Code: Select all

PluginSystem: Failed dynamic library load, install the latest libpython3.x library that is available for your platform.
I will try to install it, I only installed python3