Search found 6 matches

by Zodiac69
Sunday 28 July 2019 16:05
Forum: Utility
Topic: Energy meter
Replies: 0
Views: 914

Energy meter

How do i create a "Sensor" in Domoticz that have sub-sensors? Not sure if this is the correct terminology... I have a kWh meter that measure the main utility supply to my house. The same meter also have 15 other CT inputs that you can connect downstream to see what circuit is using how much. The ...
by Zodiac69
Saturday 23 February 2019 16:33
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Domoticz kill RPI 2 access
Replies: 0
Views: 452

Domoticz kill RPI 2 access

Hi All I have a strange one, could also be me, but here is my issue. Install raspbian, i tried jessie and stretch - both versions lite and full, on my PI. Set ssh to access it, configure via raspi-config and update. All working up to this point. Then i install domoticz, i have tried both ways, the ...
by Zodiac69
Saturday 30 June 2018 22:32
Forum: RFLink Transceiver
Topic: 433Mhz MISOL Weather Station
Replies: 2
Views: 2913

Re: 433Mhz MISOL Weather Station

Hi dyter

I don't have a RFLink, so i am not sure what RF parameters you are available to adjust.
The FO Outside Sensor array has a bitrate of 17.241kHz.
I could never receive any data on my DIY RF receiver until i changed the bitrate.
by Zodiac69
Saturday 30 June 2018 14:57
Forum: ESP8266
Topic: ESPEasy/RFM69 and WH24 Weather Station
Replies: 1
Views: 2140

ESPEasy/RFM69 and WH24 Weather Station

Hi All I have managed to get the ESPEasy to read the raw RF string from a WH24 Outdoor Weather Station. I used Plugin 124 as a template and changed the RFM69 settings to adapt to the WH24. I can get all the info on my ESPEasy, but i see that Domoticz is not happy with the data format, the only ...
by Zodiac69
Saturday 28 April 2018 11:36
Forum: LUA
Topic: variable in commandArray['SendNotification']
Replies: 2
Views: 1629

Re: variable in commandArray['SendNotification']

Hi simonrg Thank you for the pointer, i did look at the WiKi, but i misunderstood the example: I had - commandArray['SendNotification']='DOMOTICZ-Garage door alert#The garage door has been open for more than ..OpenTime.. Minutes.' instead of - commandArray['SendNotification']='DOMOTICZ-Garage door ...
by Zodiac69
Friday 27 April 2018 17:37
Forum: LUA
Topic: variable in commandArray['SendNotification']
Replies: 2
Views: 1629

variable in commandArray['SendNotification']

Hi All I am trying to include the duration of a open door in my notification, but i have no idea how to make the either the string part of the notification. I used "local OpenTime = tostring(OpenTime)" to convert my second counter to a string. If anyone can point me in the right direction, it would ...