Search found 11 matches

by mhfrey
Saturday 28 November 2020 3:01
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Cannot compile on RPi 3 B+, missing LUA files
Replies: 1
Views: 746

Cannot compile on RPi 3 B+, missing LUA files

I am trying to compile Domoticz from source on my RPi 3 B+, operating system Buster, all patches applied. Domoticz sources up to date with git pull. I also tried a new git clone and get the same error. I get the error listed below. Any help in correcting this problem would be appreciated ...
by mhfrey
Sunday 16 December 2018 23:36
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Raspberry Pi 3 make -j 3 issue
Replies: 3
Views: 660

Re: Raspberry Pi 3 make -j 3 issue

Thanks for the reply, I guess I did not miss something. I agree make -j 1 will work, I have also found that make -j 2 will also eventually go into swap death.

The Wiki should probably be updated.

Cheers,
by mhfrey
Sunday 16 December 2018 22:58
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Raspberry Pi 3 make -j 3 issue
Replies: 3
Views: 660

Raspberry Pi 3 make -j 3 issue

The Wiki recommends using make -j 3 when building from source on a Raspberry Pi 3. I have found this to be a problem because this uses all the memory and swap space and the build goes into swap death. Make -j 2 also has the same problem. Is anyone else seeing this or have I missed something in the ...
by mhfrey
Tuesday 03 July 2018 2:28
Forum: Z-Wave
Topic: Domoticz stopped updating wave thermostat values
Replies: 1
Views: 470

Domoticz stopped updating wave thermostat values

I have a Raspberry Pi based Z-wave net based on a Aeotec DSA02203 Z-Stick S2. I have a problem with my Honeywell TH8320ZW1000 Touchscreen Thermostat. It has worked in the past, but recently it seems to be going to sleep as have a few other nodes. I have unplugged the thermostat from the wall and ...
by mhfrey
Friday 05 January 2018 1:17
Forum: dzVents
Topic: Errors with combined device and timer script
Replies: 2
Views: 460

Re: Errors with combined device and timer script

Found what appears to be a simple fix , changed (device.state == 'On') to (domoticz.devices('Away Switch').state == 'On'). Current code: local Away_temp = 50 local Home_temp_dayh = 68 local Home_temp_dayl = 63 local Home_temp_nght = 60 return { on = { devices = {'Away Switch'}, timer = { 'at 05:30 ...
by mhfrey
Thursday 04 January 2018 22:30
Forum: dzVents
Topic: Errors with combined device and timer script
Replies: 2
Views: 460

Errors with combined device and timer script

I am trying to control a thermostat to have 2 modes Home and Away with Domoticz v3.8795. When Away is On the temperature is set low and does not change. When Home is On (Away is Off) I want the temperature to change a few times during the day. I have listed my script below When a time event triggers ...
by mhfrey
Monday 01 January 2018 23:50
Forum: dzVents
Topic: z-Wave Thermostat error
Replies: 2
Views: 490

Re: z-Wave Thermostat error

It appears that updatesetpoint is case sensitive. When I change to updateSetPoint the script started working.
by mhfrey
Monday 01 January 2018 23:34
Forum: dzVents
Topic: z-Wave Thermostat error
Replies: 2
Views: 490

z-Wave Thermostat error

I am working an a dzVents script to control my CT100 Plus Radio Thermostat z-wave thermostats. I can read the set point, but I get an error when I try to updatesetpoint. See my script and log listing below. Hopefully I am doing something dumb and there is an easy fix. return { on = { devices ...
by mhfrey
Saturday 30 December 2017 1:19
Forum: Other questions and discussions
Topic: What door sensor do you recommend? Zwave/ RFXtrx
Replies: 13
Views: 3376

Re: What door sensor do you recommend? Zwave/ RFXtrx

greenisnews thanks for the tips on getting the Aeotec DSB29 door/window sensors working. I can see the on/off and 0/255 in the control panel and in the standalone open wave control panel. I added both the devices found in the Domoticz device list. The tamper works as expected, but the door open ...
by mhfrey
Friday 03 July 2015 0:43
Forum: iOS
Topic: Pilot: Home Automation Control (iOS app)
Replies: 1000
Views: 241333

Re: Pilot: Home Automation Control (iOS app)

Hi, I am having a problem with Pilot crashing after in the app purchase in my iPhone 6, IOS 8.4. Every time I try to access the unlock feature or click the pad lock the app exit to IOS. I have Pilot working on my iPad and iPhone 4S so I guess it is not my account or other setting beyond unlocking ...