Search found 9 matches

by hendryman
Monday 27 February 2023 13:17
Forum: Python
Topic: Generic Denon / Marantz python plugin
Replies: 128
Views: 35278

Re: Generic Denon / Marantz python plugin

This is an awesome plugin. Thank you for the great work!

Can it be modified so that Zone 2 is fully independent from Zone 1? E.g. choosing an Input in Zone 2 should not automatically switch on Zone 1...

It can be done with the Logitech Harmony API, and receivers like my AVR-X1700H allow for it.
by hendryman
Monday 27 February 2023 10:42
Forum: Python
Topic: Python Plugin: Homekit Insecure Client
Replies: 19
Views: 5966

Re: Python Plugin: Homekit Insecure Client

Great Plugin! I have two questions: - 1. When I turn the switch in HomeKit on/off, the switch in domoticz doesn't reflect the status change. How can I fix this? - 2. I often (and randomly) get error like this one when I change a HomeKit switch in domoticz, and the switch change doesn't get ...
by hendryman
Monday 16 August 2021 14:06
Forum: Z-Wave
Topic: Empty Zwave Device List after Reboot
Replies: 2
Views: 588

Re: Empty Zwave Device List after Reboot

Found the issue! I still had zway server installed, and it seemed to have caused problems. Uninstalled it, and all went well.
by hendryman
Sunday 15 August 2021 17:31
Forum: Z-Wave
Topic: Empty Zwave Device List after Reboot
Replies: 2
Views: 588

Empty Zwave Device List after Reboot

after starting up or rebooting my raspberry pi, the zwave device list in domoticz is empty, and none of my zwave devices work. the log is populated with error messages like this one: Aug 15 16:01:43 raspberrypi domoticz: ZWave: Type_ValueChanged, NodeID not found internally!. HomeID: 4167687566 ...
by hendryman
Tuesday 10 August 2021 18:10
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 109792

Re: Python Plugin: Shelly MQTT

The basic setup is this: /etc/mosquitto/mosquitto.conf is the default file, and that file then calls /etc/mosquitto/conf.d/mosquitto.conf for user customizations. However, even the default file does not get called my Mosquitto, contrary to what the wiki and other resources write. Either my ...
by hendryman
Tuesday 10 August 2021 17:10
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 109792

Mosquitto Daemon Config Problem

Amazing plugin! Thanks so much! Unfortunately, I have a Mosquitto config problem that prevents me from using this plugin smoothly. Mosquitto > 2.0 has to be explicitly told to accept connections from other machines than the one Moisquitto runs on. I've created a conf file at /etc/mosquitto/conf.d ...
by hendryman
Tuesday 16 April 2019 9:58
Forum: LUA
Topic: Capture Shell Command Output in Lua script
Replies: 9
Views: 8245

Re: Capture Shell Command Output in Lua script

thank you. much appreciated! i'm afraid my lua skills are very limited. could you please give an example on how to call this function and parse its results (three different parameters, if i understand correctly) from the main script? in my case, specifically, i'd like to receive the shell command's ...
by hendryman
Monday 15 April 2019 12:38
Forum: LUA
Topic: Capture Shell Command Output in Lua script
Replies: 9
Views: 8245

Capture Shell Command Output in Lua script

from a lua script, i want to execute this shell command: hueadm lights | grep -q 'on' && echo 'lights_on' if any of my hue lights is "on", this command will echo "lights_on". my question: how i verify if "lights_on" was echoed back in lua? eg can os.execute() be used in a way that it captures the ...
by hendryman
Friday 08 March 2019 15:10
Forum: LUA
Topic: Yet another presence detection method
Replies: 135
Views: 39022

Re: Yet another presence detection method

on executing this command:

Code: Select all

wl -i eth1 assoclist
i get this error:

Code: Select all

wl: wl driver adapter not found
i searched the forums but did not find a solution.
my router is an rc-86u with merlin firmware 384.9.
can anybody please tell me how to tweak the syntax to get the presence script working?