Search found 908 matches

by emme
Sunday 03 January 2021 13:35
Forum: LUA
Topic: A little Small Lua Telegram Library
Replies: 32
Views: 12223

Re: A little Small Lua Telegram Library

that's great!!!
thenk you
by emme
Monday 21 September 2020 21:28
Forum: LUA
Topic: A little Small Lua Telegram Library
Replies: 32
Views: 12223

Re: A little Small Lua Telegram Library

You have ti duplicate the line at the Moment

I moved back to domoticz After a while into another system

I could have a look into it and duplicate It
Ciao
M
by emme
Friday 18 October 2019 14:08
Forum: Zigbee
Topic: Conbee II and API.Key
Replies: 4
Views: 4958

Re: Conbee II and API.Key

I had similar problems in exchanging the API key and the issue was only located into the deconz web port that MUST use port 80. Mine was used by HaBridge, so I moved to Alexicz to discontinue HaBridge and free up port80 more.. deconz should run as a service, there is no need to use the webUI, if you ...
by emme
Wednesday 16 October 2019 21:04
Forum: Suggestions
Topic: [NEW HARDWARE] Siemens IOT
Replies: 0
Views: 310

[NEW HARDWARE] Siemens IOT

Ciao, would you think it would be possible to run domoticz on a Siemens IOT2000 platform? (IOT2020 or IOT2040) I'm not familiar with linus or apps, but IOT 2000 is an industry based hardware running linux and (most interesting part) is certificated!! https://cache.industry.siemens.com/dl/files/658 ...
by emme
Tuesday 08 October 2019 12:40
Forum: dzVents
Topic: Does command exist? IF SUNRISE or IF NOT SUNRISE
Replies: 4
Views: 856

Re: Does command exist? IF SUNRISE or IF NOT SUNRISE

have a look to the domoticz Utils embedded in dzVents... specially to the domoticz.time.matchesRule('<time rule>') that return a true or false ;)
by emme
Thursday 03 October 2019 11:32
Forum: Zigbee
Topic: Easiest zigbee to get working
Replies: 12
Views: 1878

Re: Easiest zigbee to get working

I use deConz... works like a charm!
by emme
Tuesday 01 October 2019 13:58
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Re: Problem ESPEASY and ESP8266-12E
Replies: 0
Views: 329

Re: Problem ESPEASY and ESP8266-12E

it depends mostly on the build you are using.
I have espeasy Mega with the same issue.

most of the times, if you found a stable firmware you won't need to flash it anymore
I'm using mega-20190903 and I'm quite fine with it.

[ waaren: This is a reply to a removed SPAM post ]
by emme
Tuesday 01 October 2019 8:05
Forum: Other questions and discussions
Topic: What hardware are you using for Domoticz
Replies: 24
Views: 6506

Re: What hardware are you using for Domoticz

I'm using a Pi3B+ with an external 120Gb SSD running: - Domoticz (zWave + RF433) - NodeRed (for KNX, Alexa, Presence, Multimedia, Power consumption) - InfluxDB - Grafana - deConz powered by a ...the only problem I'm running out of tcp ports :D :D :D :D I'm waiting to see the firmware upgrade for PI4 ...
by emme
Monday 30 September 2019 17:03
Forum: ESP8266
Topic: How to integrate this power measurement sensor in Domoticz?
Replies: 6
Views: 2138

Re: How to integrate this power measurement sensor in Domoticz?

the best way to do that is using a line analyzer with modbus
I'm succesfully using a Eastron SDM120C and I'm pretty happy with it!

The meter is connected to a ESPEASY Mega (nodeMCU 4Mb) linked to my WiFi and then to domoticz.
by emme
Sunday 29 September 2019 20:28
Forum: dzVents
Topic: Another noob question (toonInfo)
Replies: 15
Views: 1240

Re: Another noob question (toonInfo)

did they came between { and } ?
because you have posted a json object, but the parethesis are missing....

you can work it out with a dzvents HTTP resquest and reply... but before continuing I would like to be sure about what you get in reply
by emme
Friday 27 September 2019 12:22
Forum: Zigbee
Topic: Problem with deconz
Replies: 3
Views: 1291

Re: Problem with deconz

i'm using deconz as a service not running the UI on the PI desktop...
I've seen the UI method sometimes hangs....

close the UI, and activate the deconz service
by emme
Thursday 26 September 2019 15:38
Forum: Other questions and discussions
Topic: FHEM + knx
Replies: 1
Views: 351

Re: FHEM + knx

I make a flow on node red to sync Domoticz with KNX
it works fine for switches/dimmers and covers (DPT 1 and 5)
I'm not on fhem
if you are interested let me know
by emme
Tuesday 17 September 2019 9:32
Forum: Other questions and discussions
Topic: ECO-DEVICES
Replies: 7
Views: 1243

Re: ECO-DEVICES

uh... how dows it works? is that a sort of P1 ?

if so, you have to change the waterflow to a counter
by emme
Monday 16 September 2019 10:41
Forum: ESP8266
Topic: How to integrate this power measurement sensor in Domoticz?
Replies: 6
Views: 2138

Re: How to integrate this power measurement sensor in Domoticz?

espeasy will format the telegram for domoticz already...
I think that's the best choice ;)
by emme
Monday 09 September 2019 13:48
Forum: Zigbee
Topic: seeking for a zigbee multisensor device
Replies: 0
Views: 395

seeking for a zigbee multisensor device

Ciao, I'm looking forward to replace my actual espEasy sensors network with ZigBee devices (in order to reduce electonic powered device), but to do so, I do need to replace my diy devices: device 1 contains - 4x ds18b20 temp sendor hooked to the centralized heating hot water pipes... Device 2 ...
by emme
Monday 09 September 2019 8:35
Forum: Z-Wave
Topic: Is the Z-Wave protocol dying?
Replies: 6
Views: 2116

Re: Is the Z-Wave protocol dying?

my understanding is that ZigBee is more a mess than zWave....
zWave looks to be a much more secure protocol, but zigbee allow access to a much wider range of user and manufacturs
by emme
Friday 06 September 2019 16:34
Forum: Blockly
Topic: which value?
Replies: 1
Views: 408

Re: which value?

I think you cannot handle that device under Blockly
by emme
Monday 02 September 2019 20:53
Forum: Speech & Voice Systems
Topic: Alexa text to speech
Replies: 152
Views: 55387

Re: Alexa text to speech

that's not a domoticz native application,
you have to install nodered, install the palette for Alexa and then interact somehow with it...

I use to send from my scripts a MQTT telegram on a specific topic for the Alexa TTS...
Then I have node intercept the telegram and send it to ALexa-Remote2
by emme
Monday 02 September 2019 17:13
Forum: Speech & Voice Systems
Topic: Alexa text to speech
Replies: 152
Views: 55387

Re: Alexa text to speech

I use Alexa-Remote2 node in nodered.
works like a charm!!!!! :P :P
by emme
Monday 02 September 2019 8:12
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Raspberry Pi 4? or Pi 3B+?
Replies: 17
Views: 8459

Re: Raspberry Pi 4? or Pi 3B+?

I agree to NOT use pi4 for domoticz...

PI4 is intend to be used as a video/desktop appliance, not as a server.
more.. it has problems wit hheating dissipation and power consumption.

I'm using a Pi3b+ with node, Alexa, Domoticz, daily Backup, and it does not reach 30% of CPU.

TRUST the PI3!!! ;)