Search found 24 matches

by alttab
Friday 15 February 2019 7:33
Forum: Zigbee
Topic: HA setup with cc2531
Replies: 0
Views: 1105

HA setup with cc2531

Hi, i am.currently testing with the cc2531 and it works quite ok. However i want to implement a HA solution and i dont know if its possible; Is it possible to have a second cc2531 stick (on another PI) as a failover? I want to be able to have this stick takeover the coordinator role without physical ...
by alttab
Monday 30 January 2017 11:29
Forum: Other questions and discussions
Topic: Monitoring external Domoticz servers
Replies: 3
Views: 1367

Re: Monitoring external Domoticz servers

The problem with mac adresses is: it says nothing about domoticz.
It says only that the server has a network connection.

I have noticed Domoticz crashes some times in an older version, and with a defective power supply.
This would go unnoticed when i would check only for mac adresses.
by alttab
Tuesday 24 January 2017 12:06
Forum: Other questions and discussions
Topic: Monitoring external Domoticz servers
Replies: 3
Views: 1367

Re: Monitoring external Domoticz servers

I eventually fixed this by sharing a device between the two domoticz instances (CPU percentage) and then i used LUA to see if that device has been available during the last 15 minutes. If not:Send a notification. -- script_time_failoverpi.lua t1 = os.time() s = otherdevices_lastupdate['FailoverCPU ...
by alttab
Saturday 07 January 2017 16:43
Forum: Other questions and discussions
Topic: Monitoring external Domoticz servers
Replies: 3
Views: 1367

Monitoring external Domoticz servers

I have 2 domoticz servers. I want to make sure both are running. I want to receive an alert when one of them is down. I want to accomplish this from within domoticz. What is the easiest way to accomplish this? As far as my knowledge goes: the most logical method todo this, would be to do a HTTP ...
by alttab
Thursday 29 September 2016 18:53
Forum: Utility
Topic: New meter
Replies: 3
Views: 1382

Re: New meter

piotr wrote:No, you will see the actual, current, readings.
Thanks, what will happen to the yearly power usage? My old meter is on (for instance) 70000 kwh, new one is on 0 , will it be negative?
by alttab
Thursday 29 September 2016 6:17
Forum: Utility
Topic: New meter
Replies: 3
Views: 1382

New meter

I am moving to a new home with a new smartmeter. Simple question: what will happen when you connect the new smart power meter to domoticz (p1)? It will start at 0 again. Basically going into the negatives ;) Will domoticz continue to register the power usage without screwing up the monthly / yearly ...
by alttab
Saturday 28 May 2016 13:04
Forum: Rfxcom Transceiver
Topic: Basetech \ Conrad 433mhz grill thermometer
Replies: 3
Views: 1327

Basetech \ Conrad 433mhz grill thermometer

Does someone know what protocol this device is using? I upgraded my firmware (RFX433E) to the latest and enabled all protocols, but it does not detect the temperature! The device itself is working (sending \ receiving temperature) If not supported, how can i debug this and\or ask rfxcom to look into ...
by alttab
Wednesday 10 February 2016 12:55
Forum: Others
Topic: Nuon \ Greenwave Smart plug - Alarm Level
Replies: 39
Views: 9069

Re: RE: Re: Nuon \ Greenwave Smart plug - Alarm Level

It is not zwave being the problem, it is the greenwave node that is the problem. Only solution was rebooting the raspberry pi. So i doubt its the greenwave hardware itself (greenwave works great on official zwave devices such as eneco toon) My conclusion was that its caused by openzwave and that ...
by alttab
Wednesday 10 February 2016 9:22
Forum: Others
Topic: Nuon \ Greenwave Smart plug - Alarm Level
Replies: 39
Views: 9069

Re: Nuon \ Greenwave Smart plug - Alarm Level

For me, the problem posted in the below url was the reason to ditch z-wave. Greenwave devices seemed really unstable. Also suddenly loosing connection with the network (domoticz needed a restart to fix it) Dont know if these problems are resolved? http://www.domoticz.com/forum/viewtopic.php?p=27496 ...
by alttab
Tuesday 12 January 2016 15:27
Forum: Other questions and discussions
Topic: 2-way master-slave setup
Replies: 0
Views: 576

2-way master-slave setup

Hi, i am trying to setup a 2-way master-slave setup with device sharing, but sessions keep getting disconnected. (Both domoticz servers have devices i want both of them to have.) I am using different ports ( domo1: 6144, domo2: 6145 Only 1-way seems to be working, one of the two connections keeps ...
by alttab
Monday 11 January 2016 16:53
Forum: PHP and all others
Topic: script for detecting unauthorized 433 mhz device usage
Replies: 0
Views: 973

script for detecting unauthorized 433 mhz device usage

I would like to be able to see 'unauthorized usage' of 433 mhz devices. With unauthorized i mean: devices that got switched from outside domoticz. I want to receive an alert when this happens. In theory this should easily be possible. Hower i don't know if it is allready possible in the current ...
by alttab
Saturday 09 January 2016 9:55
Forum: Other questions and discussions
Topic: Combining multiple domoticz instances
Replies: 6
Views: 3049

Re: Combining multiple domoticz instances

Ok sounds good. Even better for me would to share the usb p1 converter over ethernet instead of rfxcom.
Then i would use my main pi on the first floor.
Rfxcom is more critical than power usage metrics.
by alttab
Saturday 09 January 2016 9:39
Forum: Other questions and discussions
Topic: Combining multiple domoticz instances
Replies: 6
Views: 3049

Re: Combining multiple domoticz instances

Me neither. Monday evening i will test it.

I will look into device sharing too but ser2net seems.more transparant.
by alttab
Saturday 09 January 2016 9:33
Forum: Other questions and discussions
Topic: Combining multiple domoticz instances
Replies: 6
Views: 3049

Re: Combining multiple domoticz instances

Thanks, is it stable?
by alttab
Saturday 09 January 2016 9:18
Forum: Other questions and discussions
Topic: Combining multiple domoticz instances
Replies: 6
Views: 3049

Combining multiple domoticz instances

Im having some range problems with my rfxcom 433mhz transceiver, but due to my smart energy meter i am bound to one location (downstairs) with my pi. I would like to add a second raspberry pi with domoticz on another location (first floor) which will then be used with the rfxcom. This should solve ...
by alttab
Tuesday 05 January 2016 21:35
Forum: LUA
Topic: Timer with user variables
Replies: 3
Views: 3697

Re: Timer with user variables

so, this is what i did. works great. any advice or things i should do on another way? Also it would even be better if i could iterate trough the devices with a foreach (based on the names) so i dont have to add all device names. (i have sevaral devices which should be switched at once). Will look ...
by alttab
Tuesday 05 January 2016 18:40
Forum: LUA
Topic: Timer with user variables
Replies: 3
Views: 3697

Re: Timer with user variables

Thanks, appreciated! Would it be possible to set 3 additional time variables in the Lua script (for instance timer_lamp2= timer_lamp + 1m.) With 'OR' they can then be used to turn on the device multiple times. edit; i experimented a bit, and it seems i have to convert it back from string to use it ...
by alttab
Tuesday 05 January 2016 11:25
Forum: LUA
Topic: Timer with user variables
Replies: 3
Views: 3697

Timer with user variables

Hi, I want to get this working: - In Domoticz i store a time user variable - In a LUA script this time variable should be used as a timer for a device (kaku switch) - This kaku switch has to be switched on (for instance) 3 moments: * time stored in variable * time stored in variable + 1 minute ...
by alttab
Monday 08 December 2014 10:38
Forum: Others
Topic: Nuon \ Greenwave Smart plug - Alarm Level
Replies: 39
Views: 9069

Re: Nuon \ Greenwave Smart plug - Alarm Level

Same here ;-) Another thing with this GreenWave PowerNode, when it get's unplugged, and then later is powered on, it is not found by Domoticz. First I've been waiting to see it come back online, then applied configuration for device, disabled and enabled polling, sent commands etc. This does not ...
by alttab
Sunday 09 November 2014 20:48
Forum: Others
Topic: Nuon \ Greenwave Smart plug - Alarm Level
Replies: 39
Views: 9069

Re: Nuon \ Greenwave Smart plug - Alarm Level

logfile;

Sun Nov 9 20:43:12 2014 OpenZWave: Value_Added: Node: 2, CommandClass: ALARM, Label: Alarm Level, Instance: 1