Search found 47 matches

by Ittiz
Thursday 02 January 2025 3:04
Forum: LUA
Topic: Growing Degree Days Script
Replies: 6
Views: 1046

Re: Growing Degree Days Script

just bumping this since it's the 1st of the year and I made relevant changes to the script. see original edited post.
by Ittiz
Monday 30 May 2022 17:43
Forum: Speech & Voice Systems
Topic: Mycroft for PI
Replies: 25
Views: 6052

Re: Mycroft for PI

You can edit the VOC files usually found in your language folder in /opt/mycroft/skills/domoticz_skill.ittiz/vocab/ to add items and interactions. The skill folder will be labelled domoticz_skill.treussart if you got it from his repo.
by Ittiz
Sunday 29 May 2022 17:53
Forum: Speech & Voice Systems
Topic: Mycroft for PI
Replies: 25
Views: 6052

Re: Mycroft for PI

waltervl wrote: Saturday 08 January 2022 15:36 Any progress on using Mycroft for Domoticz?
Just started installing mycroft. Need to downloasd domoticz skill and install, see how it goes.... ;-)
You get it working?
by Ittiz
Saturday 28 May 2022 21:20
Forum: Python
Topic: Python to read MQTT messages
Replies: 3
Views: 1044

Re: Python to read MQTT messages

You ever make progress on this? I'd like to use AI to do presence detection on my cameras. It seems a lot easier to adapt an already working solution than try to integrate something like Detectron2 from scratch.
by Ittiz
Wednesday 29 December 2021 1:40
Forum: Python
Topic: Python Plugin: Add/Fix ZWave devices Domoticz can't handle
Replies: 1
Views: 555

Re: Python Plugin: Add/Fix ZWave devices Domoticz can't handle

Two way communication now works! I was able to use this plugin to fix my issues with Domoticz's buggy handling of thermostats that use Fahrenheit rather than Celsius. I also used it to show which users accessed a door for a legacy Zwave keypad deadbolt that Domoticz has never worked with.
by Ittiz
Sunday 19 December 2021 3:11
Forum: Python
Topic: Python Plugin: Add/Fix ZWave devices Domoticz can't handle
Replies: 1
Views: 555

Python Plugin: Add/Fix ZWave devices Domoticz can't handle

ZwaveJS Websocket Bridge I created a new simple plugin (so far) using the Websocket server provided by ZWaveJS2MQTT. Why Websockets? Well I'm more familiar with them than MQTT. The plugin is more of a low level plugin to make data available for scripts and other plugins inside of Domoticz. What it ...
by Ittiz
Tuesday 20 April 2021 2:40
Forum: Z-Wave
Topic: Kwikset Door Lock Partially Functioning?
Replies: 2
Views: 414

Re: Kwikset Door Lock Partially Functioning?

I have the 911, which is the model below that one, but they work similarly. I've had it for years and I can tell you it's got it's quirks. 1st off mine is very near my hub. It never got good signal. Also it's old Z-wave, so it can only repeat through one node even if it could get good signal. It ...
by Ittiz
Friday 26 March 2021 3:03
Forum: Z-Wave
Topic: Fixing Z-Wave for once and for all!
Replies: 218
Views: 42576

Re: Fixing Z-Wave for once and for all!

Oh my... Am I glad i stumbled on to this post. Since last year it is nothing but trouble with my domoticz-zwave setup. Devices go unknown.. have to refresh the devices once every few weeks and sometimes this resolve things.. and sometimes the only thing I can do is just wait a couple of days. (not ...
by Ittiz
Monday 28 December 2020 0:24
Forum: LUA
Topic: Growing Degree Days Script
Replies: 6
Views: 1046

Re: Growing Degree Days Script

Wow thanks for the in depth description. I made my script because I was fed up with how inaccurate the GDD reported by the local weather station was. Not only were their numbers based on a fudge (a sine wave estimate based on Tmin and Tmax) but it was also interpolated for my location. My script ...
by Ittiz
Sunday 27 December 2020 16:16
Forum: LUA
Topic: Growing Degree Days Script
Replies: 6
Views: 1046

Re: Growing Degree Days Script

local da = assert(io.popen('curl --silent -m 5 -k "http://127.0.0.1/json.htm?type=devices&filter=all&used=true" &')) You don't need to retrieve the full list of all used devices every time you need a deviceID. Below function will also return the deviceID based on a given name or false when no such ...
by Ittiz
Sunday 27 December 2020 6:28
Forum: LUA
Topic: Growing Degree Days Script
Replies: 6
Views: 1046

Growing Degree Days Script

I'm not sure how many people are gardeners out there. I've found gardening and fruit trees to be a nice past time, so I created a script in Domoticz to keep track of Growing Degree Days. Which is a useful measure for figuring out when fruits and vegetables will flower or ripen and also when certain ...
by Ittiz
Sunday 27 December 2020 5:15
Forum: LUA
Topic: Dim level by motion
Replies: 5
Views: 713

Re: Dim level by motion

Should be doable, try these scripts. I adapted them from scripts I use in my own system. I haven't tested the changes however, you may have to fix typos/debug. Device Script, turns the light on or brightens it when motion detected: commandArray = {} local TimerName = "Living Room Minder" --Name of ...
by Ittiz
Sunday 27 December 2020 2:21
Forum: Z-Wave
Topic: Fixing Z-Wave for once and for all!
Replies: 218
Views: 42576

Re: Fixing Z-Wave for once and for all!

I'm very surprised anyone with more than a few z-wave devices is able to use any Domoticz version past 4.10717. I've had so many issues with Z-Wave devices (crashes and freezes mostly), which I have probably more than 100 devices, that I switched back to Domoticz version 4.10717 shortly after they ...
by Ittiz
Saturday 26 December 2020 0:42
Forum: Python
Topic: Shark ION Robot Integration, Updated
Replies: 1
Views: 331

Re: Shark ION Robot Integration, Updated

I created a Git repo for this if people wanted to add improvements: https://github.com/Ittiz/Domoticz_SharkIQ_Integration
by Ittiz
Friday 27 November 2020 0:26
Forum: Python
Topic: Shark ION Robot Integration, Updated
Replies: 1
Views: 331

Shark ION Robot Integration, Updated

Note: If you downloaded my file on the the 1st day I found an error in one of the scripts, redownload it. Domoticz is one of the home automation systems out there that doesn't have any integration for Shark Vacuums. So I wrote some python scripts to bring it in. Here are the requirements and ...
by Ittiz
Friday 27 March 2020 20:05
Forum: Third party and supplementary tools
Topic: Getting Google Cloud Notifications to Work on 4.10717
Replies: 8
Views: 5363

Re: Getting Google Cloud Notifications to Work on Stable

Looks like you're missing the "8" at the end of the authorization key.
by Ittiz
Sunday 15 December 2019 21:35
Forum: Third party and supplementary tools
Topic: Getting Google Cloud Notifications to Work on 4.10717
Replies: 8
Views: 5363

Re: Getting Google Cloud Notifications to Work on Stable

No problem. There is a way to get iPhones and Android devices working normally together, but it's more complicated and involves adding a dummy device and LUA scripting on top of the HTTP notifications.
by Ittiz
Thursday 28 November 2019 22:50
Forum: Third party and supplementary tools
Topic: Getting Google Cloud Notifications to Work on 4.10717
Replies: 8
Views: 5363

Getting Google Cloud Notifications to Work on 4.10717

Many of us who can't use the beta version have noticed that phone app notifications have stopped working in the current Stable version (4.10717). It's due to a change in Google's notification API and not an issue with Domoticz. If you have a large z-wave network like I do then you can't upgrade to ...
by Ittiz
Sunday 24 November 2019 22:06
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Downgrading to an older version
Replies: 1
Views: 509

Re: Downgrading to an older version

I looked and found that the last stable release was the one I need lol. Thanks anyway
by Ittiz
Saturday 02 November 2019 23:27
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Downgrading to an older version
Replies: 1
Views: 509

Downgrading to an older version

Ever since Domoticz switched to OpenZwave 1.6 on May 12th my system has not been working correctly, if at all. Only 1 of the bugs I have encountered have been fixed (I fixed it), in fact more get added all the time. I have to do a song and dance to get the thing started without hanging. Even then if ...