Search found 7 matches

by Deanm
Thursday 22 January 2026 16:36
Forum: General Discussion
Topic: Hue pro delay and double script unexpected behavior question
Replies: 3
Views: 82

Re: Hue pro delay and double script unexpected behavior question

I can confirm since the Hue hub was updated few weeks ago my motion sensors don’t seem to respond like they used to. Sometimes there is a delay of about 5 seconds, sometimes I would say they don’t respond at all.

They seem to be fine in the Hue app.

As a work around I removed them from the Hue ...
by Deanm
Saturday 20 January 2024 12:35
Forum: iOS
Topic: Pilot: Home Automation Control (iOS app)
Replies: 1010
Views: 253344

Re: Pilot: Home Automation Control (iOS app)

Hi

Anyone know if Pilot is still being supported or developed anymore.

Tired to raise a few issues but not had a response. I did get a response about a year ago but then nothing.

If it’s dead and not supported time to delete.

Deanm
by Deanm
Saturday 26 August 2023 8:31
Forum: Speech & Voice Systems
Topic: Alexicz - FREE Domoticz to Alexa Integration
Replies: 337
Views: 83145

Re: Alexicz - FREE Domoticz to Alexa Integration

I had that same problem.

Are you running the inbuilt discovery? You need to cut and past the JSON Config from the install guide.

Deanm
by Deanm
Monday 06 June 2022 0:02
Forum: Python
Topic: Python Events
Replies: 0
Views: 336

Python Events

Please can someone help.

After moving house etc I have final getting round to setting up my Domoticz system up again. Then I first turned on my system after 6 months the 1st thing I did was update Domoticz and updated the OS as I was having a few issues. This is where my problems started as ...
by Deanm
Sunday 08 October 2017 22:25
Forum: Python
Topic: Send Notification from Python Plugin
Replies: 4
Views: 1932

Re: Send Notification from Python Plugin

I asked a similar question last week. If you do a search for

‪Python Event: Email/Pushbullet Question‬.

It is only possible I have found using the API and JSON (Credit to ben53252642)

‪http://<domoticz_ip>:PORT/json.htm?type=command&param=sendnotification&subject=subject&body=thebody‬

‪I have ...
by Deanm
Wednesday 04 October 2017 7:29
Forum: Python
Topic: Python Event: Email/Pushbullet Question
Replies: 2
Views: 973

Re: Python Event: Email/Pushbullet Question

Never thought of using JSON for this. I use JSON a lot in a Python Script I run outside of Domoticz.

Thank you for the info but I looked and could not see this command documented anywhere. I have a problem with the command. When I send the command I get an email and a pushbullet notification ...
by Deanm
Monday 02 October 2017 22:42
Forum: Python
Topic: Python Event: Email/Pushbullet Question
Replies: 2
Views: 973

Python Event: Email/Pushbullet Question

I’m in the process of migrating over from LUA Events to use Python Events. Most of my Lua scripts I have converted in to python but having an issue with one.

In LUA I can send an email with the following command.

commandArray['SendEmail']=(mess)

Does anyone know what the Python equivalent ...