Search found 13 matches

by stephenmhall
Sunday 04 November 2018 16:09
Forum: Python
Topic: Python script for full rgb + brightness control of easyESP neopixel
Replies: 2
Views: 1388

Re: Python script for full rgb + brightness control of easyESP neopixel

Still playing with this, have updated it to accept sys args so you only need one script. #!/usr/bin/env python import sys import getopt import requests import ast def app(argv): ID = '' IP = '' try: opts, args = getopt.getopt(argv, "hi:e:", ["ID=", "IP="]) except getopt.GetoptError: print("night ...
by stephenmhall
Saturday 03 November 2018 21:16
Forum: Python
Topic: Python script for full rgb + brightness control of easyESP neopixel
Replies: 2
Views: 1388

Python script for full rgb + brightness control of easyESP neopixel

I was trying to control an easyESP neopixel from an RGB switch but the best I could do was switch on a pre defined colour and brightness by sending the Neopixel command from the on/off action command as below. http://espeasyIPaddress/control?cmd=NeoPixelAll,255,255,0 http://espeasyIP/control?cmd ...
by stephenmhall
Friday 26 October 2018 14:06
Forum: Cameras
Topic: How to... show live feed from camera on dashboard
Replies: 30
Views: 26021

Re: How to... show live feed from camera on dashboard

I have now updated to version 4.97 and it is still not working.
by stephenmhall
Saturday 13 October 2018 17:37
Forum: Cameras
Topic: How to... show live feed from camera on dashboard
Replies: 30
Views: 26021

Re: How to... show live feed from camera on dashboard

I'm still having no luck with this, I have Aurora theme added the virtual switch and added it to the camera. I have tried changing it to a media player switch, and have moved them both to the top row so they expand but just get large icons for the switch and the camera select which brings up a pop ...
by stephenmhall
Monday 29 January 2018 20:00
Forum: Blockly
Topic: How do I reference an Alert in Blockly?
Replies: 0
Views: 627

How do I reference an Alert in Blockly?

I have a pir sending data to an alert virtual sensor, 4 and text motion when triggered then 1 and asleep when not active, how do I reference this in Blockly? I have tried the number and the text but nothing triggers the event.
by stephenmhall
Tuesday 28 November 2017 0:50
Forum: Other questions and discussions
Topic: auto export logs
Replies: 0
Views: 365

auto export logs

Is there a way I can export the 5min data logs before they are deleted after 7 days? I would like to keep my data to compare it over the year, this way if I make changes to my heating or insulation I can see if it works.
by stephenmhall
Saturday 15 July 2017 17:17
Forum: ESP8266
Topic: 2 WeMos D1 minis wont work at the same time
Replies: 0
Views: 1142

2 WeMos D1 minis wont work at the same time

I am running some sonoff plugs over MQTT, for one of them I have a D1 mini set up to control it like a Dash button, It sits in deep sleep until you hit the reset button when it wakes up connects and sends the toggle command to the sonoff plug. This all works fine. However I just added another D1 ...
by stephenmhall
Friday 30 June 2017 0:53
Forum: Bash / PowerShell / Batch etc.
Topic: Script to restart Domoticz if it crashes
Replies: 199
Views: 130103

Re: Script to restart Domoticz if it crashes

On my Synology I had to add my username and password into the curl command to get it to work, otherwise just got an unauthorized return.
by stephenmhall
Saturday 17 June 2017 19:18
Forum: ESP8266
Topic: Sonoff
Replies: 7
Views: 4320

Re: Sonoff

if I were you I would switch to the Sonoff-Tasmota firmware, really does just work out of the box. You do need a MQTT server, I have mosquitto running on my Synology alongside Domoticz. Flash the firmware, access the device web page on a tablet or phone, config the type of sonoff switch and your ...
by stephenmhall
Thursday 15 June 2017 12:29
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: How to install Domoticz on a Synology NAS
Replies: 577
Views: 191289

Re: How to install Domoticz on a Synology NAS

New user here I have 3.7708 installed on my Synology 412+, I had a stop last night and found some issues when looking at the log file. 1 On start it is unable to connect to secure port 8443 but checking the ports nothing else seems to be using this. 2 It showed python errors when trying to load ...
by stephenmhall
Monday 12 June 2017 22:29
Forum: Heating/cooling
Topic: Evohome client (August 2017 update)
Replies: 45
Views: 17188

Re: Evohome client (June 2017 update)

Thanks for the info Gordon, I shall await the update and see how it goes after that.
by stephenmhall
Monday 12 June 2017 16:03
Forum: Heating/cooling
Topic: Evohome client (August 2017 update)
Replies: 45
Views: 17188

Re: Evohome client (June 2017 update)

Very new user here (days), running Domoticz on my Synology 412+ which is an atom X64 cpu. I have got MySensors, Z-Stick and a load of MQTT sonoff's set up working fine but have been unable to get EvoHome working, or even added to the hardware list. I have not changed anything yet and if I select the ...
by stephenmhall
Saturday 10 June 2017 22:35
Forum: Heating/cooling
Topic: Evohome web api missing options
Replies: 1
Views: 1132

Evohome web api missing options

Hi guys just moved to Domoticz on my Synology NAS from Vera and getting set up, I see you can add your Evohome hardware using the web api, I had this working on Vera. However when I go to Hardware to add the "Evohome via Web API" hardware nearly all of the options shown in the wiki are not there ...