Search found 24 matches

by Charley
Thursday 23 August 2018 11:16
Forum: Speech & Voice Systems
Topic: Controlicz - Easy Domoticz to Alexa Integration
Replies: 1035
Views: 192483

Re: Controlicz - Easy Domoticz to Alexa Integration

Hello Nick,

I am still able to sync my devices. (Google Home)
by Charley
Sunday 05 August 2018 9:01
Forum: dzVents
Topic: dzVents new feature: add MQTT feature
Replies: 2
Views: 1581

Re: dzVents new feature: add MQTT feature

With nodered you can use the published events from MQTT by setting the topic to domoticz/out. Then you need a function node to filter what event you like to control. I use extensive Nodered flows to control several devices. Here is a flow to start how you could collect data from MQTT with domoticz ...
by Charley
Saturday 21 July 2018 20:09
Forum: Temperature and Weather
Topic: Very precise infrared non touch Temperature sensor less then 17.50 euro
Replies: 2
Views: 1475

Re: Very precise infrared non touch Temperature sensor less then 17.50 euro

Today I have uploaded a new version of the precise thermometer. Now you can update the thermometer through WiFi over the air (OTA) Also the temperature will be published to an MQTT server to end up in Domoticz. There is a good explaination on MQTT https://www.domoticz.com/wiki/MQTT in the Wiki pages ...
by Charley
Friday 13 July 2018 8:21
Forum: Z-Wave
Topic: FIBARO System FGBS001 Universal Binary Sensor - Basic questions
Replies: 5
Views: 2013

Re: FIBARO System FGBS001 Universal Binary Sensor - Basic questions

Hello Nizaga,

I am using INPUT NC (normally closed).

There is a wiring diagram on this website (in dutch but shows the connections)
https://www.robbshop.nl/domotica/z-wave ... ve-deurbel
by Charley
Thursday 12 July 2018 17:08
Forum: Third party and supplementary tools
Topic: NodeJS Module: node-domoticz-mqtt
Replies: 26
Views: 26623

Re: NodeJS Module: node-domoticz-mqtt

Now the On and Off are both working. But I may have found the problem with setting the color 2018-07-12 17:04:08.079 MQTT: Topic: domoticz/in, Message: {"command":"switchlight","idx":59,"switchcmd":"Off"} 2018-07-12 17:04:23.754 MQTT: Topic: domoticz/in, Message: {"command":"switchlight","idx":59 ...
by Charley
Thursday 12 July 2018 15:24
Forum: Third party and supplementary tools
Topic: NodeJS Module: node-domoticz-mqtt
Replies: 26
Views: 26623

Re: NodeJS Module: node-domoticz-mqtt

Hello Emme, I made the flow so that I can set them in any order. If the RGB was on a setColor from the Domoticz UI then I am able to switch ON or change the color through Node-RED. The moment I switch off with Node-RED I am not able to switch on with node-RED or set the new color, must go back to ...
by Charley
Thursday 12 July 2018 14:54
Forum: Others
Topic: domoticz to MQTT topic
Replies: 1
Views: 1627

Re: domoticz to MQTT topic

Hello Emme, If the topic is added to the object that Domoticz sends out you can't filter just the topic out. In that case you need to make a switch to determine your topic. if domoticz/out/tempsensors you only receive the topic your are subscribed to from your broker. better would be: domoticz/out ...
by Charley
Thursday 12 July 2018 14:45
Forum: Third party and supplementary tools
Topic: NodeJS Module: node-domoticz-mqtt
Replies: 26
Views: 26623

Re: NodeJS Module: node-domoticz-mqtt

I am able to switch on a light using node-RED that works perfect however an RGBW strip sometimes switches on and immediately off again. But most of the times is just stays off. The flow I made is working (there is a JSON error you can dismiss "Unexpected token c in JSON at position 0") just change ...
by Charley
Thursday 12 July 2018 13:33
Forum: Third party and supplementary tools
Topic: NodeJS Module: node-domoticz-mqtt
Replies: 26
Views: 26623

Re: NodeJS Module: node-domoticz-mqtt

I made some flows in Node-RED to recieve sensor data (temperature and so) from Domoticz. In node red i only recieve object from domoticz/out There would be a big improvement if Domoticz publishes in the MQTT format like: domoticz/out/switches domoticz/out/sensors domoticz/out/uservars So far I have ...
by Charley
Saturday 16 June 2018 18:17
Forum: Speech & Voice Systems
Topic: notifications to chromecast
Replies: 58
Views: 27020

Re: notifications to chromecast

Hi Frank, I was able to make the ns.mp3 mono and the same sample rate as the message.mp3 file (24.050 Hz) with sox I forced it to single channel. But the two will are mixed and no concatenated. tried sox with and without -m option. Even tried to pipe them behind each other it all didn't give the ...
by Charley
Friday 15 June 2018 18:45
Forum: Speech & Voice Systems
Topic: notifications to chromecast
Replies: 58
Views: 27020

Re: notifications to chromecast

@Freijn,

How did you get the ns.mp3 and the message.mp3 together. I get the following error.

sudo sox -m /tmp/ns.mp3 /tmp/message.mp3 /tmp/message2.mp3

sox FAIL sox: Input files must have the same sample-rate
sox WARN sox: Input files don't have the same # channels
by Charley
Thursday 14 June 2018 16:18
Forum: Speech & Voice Systems
Topic: Controlicz - Domoticz to Google Home/Assistant integration
Replies: 2277
Views: 525390

Re: Controlicz - Domoticz to Google Home/Assistant integration

Since today the connection to controlicz is out again. (i did an unlink and link again) The error message is:Couldn't update the setting. Check your connection. With trace it seems that the server is hard to reach (From the Netherlands with the best provider XS4ALL) tracert.png It might be problems ...
by Charley
Saturday 05 May 2018 17:59
Forum: Temperature and Weather
Topic: Very precise infrared non touch Temperature sensor less then 17.50 euro
Replies: 2
Views: 1475

Very precise infrared non touch Temperature sensor less then 17.50 euro

I have made a very precise infra red thermometer. Available as a do-it yourself project. it is as of now available on github [Wifi Thermometer][https://github.com/SpoturDeal/Esp32PreciseTemperature] Most temperature sensors are based on an DS18B20 sensors, the disadvantage of this sensor is that is ...
by Charley
Thursday 05 April 2018 12:19
Forum: ESP8266
Topic: ESP32 WiFi module script for shades or rollershutter
Replies: 4
Views: 4010

Re: ESP32 WiFi module script for shades or rollershutter

Hello Joost, I am waiting for one more part then I can connect it to my shades. With this aluminium shaft I want to connect the stepper to the pipe of the shades. https://www.banggood.com/5mm-x-7mm-Aluminum-Flexible-Shaft-Coupling-OD19mm-x-L25mm-CNC-Stepper-Motor-Coupler-Connector-p-994357.html?p ...
by Charley
Monday 02 April 2018 14:05
Forum: ESP8266
Topic: ESP32 WiFi module script for shades or rollershutter
Replies: 4
Views: 4010

ESP32 WiFi module script for shades or rollershutter

Hello Domoticz users,

I have made a script in Arduino to use for an ESP32 WiFi (upgraded ESP8266) to control a stepper motor.
With the stepper motor I will control on of my kitchen shades with domoticz

How to build is on my github page

https://github.com/SpoturDeal/ESP32Stepper
by Charley
Wednesday 21 March 2018 13:39
Forum: Design, usability and languages
Topic: #2215 Custom Icons uploader Implemented
Replies: 110
Views: 77610

Re: #2215 Custom Icons uploader Implemented

I have made two icon sets

One for Audio
and One for Bose Soundtouch
by Charley
Monday 12 March 2018 14:17
Forum: dzVents
Topic: Sending a POST request with XML data
Replies: 5
Views: 3553

Re: Sending a POST request with XML data

Thanks anyway
by Charley
Monday 12 March 2018 12:35
Forum: dzVents
Topic: Sending a POST request with XML data
Replies: 5
Views: 3553

Re: Sending a POST request with XML data

The problem has been solved I had to add a header. local press = '<key state="press" sender="Gabbo">NEXT_TRACK</key>'; domoticz.openURL({ url = 'http://192.168.178.100:8090/key', method = 'POST', callback = 'Retrieved', headers = 'application/xml', postData = press }) If the header is missing there ...
by Charley
Saturday 10 March 2018 18:27
Forum: dzVents
Topic: local function
Replies: 3
Views: 881

Re: local function

Change

on = {
devices = { "testswitch " },
},

Use " on the name of the device. Then save the event and look in LOG to see if it triggered