Search found 17 matches

by rich710
Saturday 17 February 2018 19:14
Forum: Zigbee
Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
Replies: 2452
Views: 557523

Re: Xiaomi Smart Home Suite (very cheap) compatibilty?

I also hope for this, I bought a lot of Xiaomi Aqara sensors, and they show up on my conbee software called Phoscon, but not in deConz and therefore not in Domoticz I think.


Anyone looked into integrating ConBee USB adapter in Domoticz to work with Xiaomi devices? Getting rid of the Hub would be ...
by rich710
Tuesday 06 February 2018 10:56
Forum: dzVents
Topic: Newbie help Just send temperature to prowl or email every morning 06:00
Replies: 7
Views: 1481

Re: Newbie help Just send temperature to prowl or email every morning 06:00

Here is "my" ;) working script for getting notified daily temp at 06:00 from my temp sensor. With 1 decimal.

return {
on = {
timer = { 'at 06:00' }
},
execute = function(domoticz)
local Ute = domoticz.utils.round(domoticz.devices('Utetemp01').temperature, 1)
domoticz.notify('Dagens ...
by rich710
Tuesday 06 February 2018 10:54
Forum: dzVents
Topic: Newbie help Just send temperature to prowl or email every morning 06:00
Replies: 7
Views: 1481

Re: Newbie help Just send temperature to prowl or email every morning 06:00

Perfect! Now it worked! But for info I got this message in the log.. And I learned some new things, thank you everybody.

2018-02-06 10:51:00.287 dzVents: Info: domoticz.round deprecated. Please use domoticz.utils.round.
2018-02-06 10:51:00.287 dzVents: Info: ------ Finished Utetem
by rich710
Tuesday 06 February 2018 10:16
Forum: dzVents
Topic: Newbie help Just send temperature to prowl or email every morning 06:00
Replies: 7
Views: 1481

Re: Newbie help Just send temperature to prowl or email every morning 06:00

Perfect! Thank you! But I couldn't get the round-util to work, got this error in the log.
But if i remove round and the 1 for decimals it worked, but I got like 6 decimals in the notice.. but no big deal...
Thanks for your effort!

2018-02-06 10:12:00.298 dzVents: Info: ------ Start internal script ...
by rich710
Monday 05 February 2018 21:01
Forum: dzVents
Topic: Newbie help Just send temperature to prowl or email every morning 06:00
Replies: 7
Views: 1481

Re: Newbie help Just send temperature to prowl or email every morning 06:00

Yes, thank you, but I want to be told "what" temperature it is 6 o clock with a notice on my phone.
I think your script just tell you IF it's below 0? Or am I wrong?
by rich710
Monday 05 February 2018 14:26
Forum: dzVents
Topic: Newbie help Just send temperature to prowl or email every morning 06:00
Replies: 7
Views: 1481

Newbie help Just send temperature to prowl or email every morning 06:00

Hello!
Trying to make some simple script to just send the value of one of tempsensors to Prowl or email at 06:00. But I'm stuck
Do I have to have some if-condition?
Thankful for help

return {
on = {
timer = { at '14:12' },
}
},
execute = function(domoticz)
domoticz.notify('Dagens ...
by rich710
Friday 02 February 2018 12:56
Forum: Utility
Topic: How to record pulses from energy meters ?
Replies: 5
Views: 3529

Re: How to record pulses from energy meters ?

I have this Pulse counter that show up in my RFXTRX and Domoticz and workd perfect.
http://foogadgets.tictail.com/product/wpc3
by rich710
Tuesday 09 January 2018 17:42
Forum: Zigbee
Topic: Anyone running & controlling a ZigBee network?
Replies: 18
Views: 12373

Re: Anyone running & controlling a ZigBee network?

I also would be glad to see support for ConBee USB-stick, it seems to be the perfect companion to my Domoticz setup. I already have an RFXCom and razberry so ConBee would help when I want to buy HUE-bulbs or Ikea Trådfri.
by rich710
Monday 05 December 2016 17:37
Forum: Utility
Topic: OWL CM180 paring issue
Replies: 19
Views: 8923

Re: OWL CM180 paring issue

I have the same problem, my CM180 shows up in RFXMngr but not in Domoticz, any update in this?
I have enabled Oregon-protocol in domoticz also

------------------------------------------------
Packettype = ENERGY
subtype = ELEC3 - OWL CM180
Sequence nbr = 29
ID = 8992 decimal:35218
Count = 0
Instant ...
by rich710
Saturday 15 October 2016 17:18
Forum: Z-Wave
Topic: Two Qubino Flush Relay same id and type? don't work
Replies: 3
Views: 851

Re: Two Qubino Flush Relay same id and type? don't work

My version is (was) 3.5769 i update when Domoticz tell me there is a new version, Don't know why my Telldus magnetsensors don't show up correctly, but it is working correctly whn my door is opened/closed.
I will try to incllude/exclude again and see what is happening, thanks for your help, now I ...
by rich710
Saturday 15 October 2016 14:52
Forum: Z-Wave
Topic: Two Qubino Flush Relay same id and type? don't work
Replies: 3
Views: 851

Two Qubino Flush Relay same id and type? don't work

Pretty new to this, but I have had a Qubino relay to my outer-lightning. And today i included a new realy to my bathroom lightning.
The new relay was included, and worked one time, then both of them stopped working. I have tried the usual with healing network, add remove node, include exclude. But ...
by rich710
Tuesday 04 October 2016 11:08
Forum: Suggestions
Topic: [154] - CurrentCost Envir support
Replies: 64
Views: 21413

Re: [154] - CurrentCost Envir support

Hello!
I bought Currentcost wireless smart gateway and one sensable transmitter and one optismart sensor and thought It was possible to just add the ip-number and port in domoticz hardware to start monitoring my energy. But after reading this thread I realized that it was not probaly that easy.
Am I ...
by rich710
Wednesday 21 September 2016 11:05
Forum: iOS
Topic: homebridge-edomoticz Plugin
Replies: 1718
Views: 464610

Re: homebridge-edomoticz Plugin

As soon as I enter a username and password as for Website Protection in Domoticz, Homebridge can't connect anymore.
I have entered the right username:pass in config.json. But it always gives me this message:

Sep 21 10:53:28 raspberrypi homebridge[1138]: [9/21/2016, 10:53:28 AM] [eDomoticz] There ...
by rich710
Tuesday 20 September 2016 18:47
Forum: iOS
Topic: homebridge-edomoticz Plugin
Replies: 1718
Views: 464610

Re: homebridge-edomoticz Plugin

Everything is up&running now with Siri control over my lamps and garagedoor!
Many many thanks to Marci for all your help here!
This thread gives me hope of internet ;)

//Richard
by rich710
Monday 19 September 2016 21:35
Forum: iOS
Topic: homebridge-edomoticz Plugin
Replies: 1718
Views: 464610

Re: homebridge-edomoticz Plugin

Thanks for your help!
Now it looks like something has happened, just a little bit more, now It says It can't connect to Domoticz, something wrong with credentials
or ip-number?

[9/19/2016, 9:31:09 PM] Loaded plugin: homebridge-edomoticz
[9/19/2016, 9:31:10 PM] Registering accessory 'homebridge ...
by rich710
Monday 19 September 2016 21:14
Forum: iOS
Topic: homebridge-edomoticz Plugin
Replies: 1718
Views: 464610

Re: homebridge-edomoticz Plugin

Thanks for your answer, I realized I followed the wrong guide, but if It's possible to solve it without doing a total
reinstall it would be nice.
I have posted my "find" commands further down in this message.
Couldn't find anything for "homebridge-edomoticz"


Where has homebridge installed ...
by rich710
Sunday 18 September 2016 11:54
Forum: iOS
Topic: homebridge-edomoticz Plugin
Replies: 1718
Views: 464610

Re: homebridge-edomoticz Plugin

Thank you for this excellent (i hope) plugin, I installed jessie and domoticz the manual way, but then tried this guide, think I did your guide as sdcard-image version. and now I am stucked. Everytime I try to start with the "homebridge" command I get an error that says like this, any help about ...