Search found 5 matches

by DeKnep
Saturday 21 December 2024 12:36
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 109681

Re: Python Plugin: Shelly MQTT

So I finally found the issue/error and with some help I managed to fix it!: 2 rows (line 1177+1178) need to be adjusted: elif (mqttpath[2] in ["white"]) or ("2LED" in unitname): Domoticz.Device(Name=unitname, Unit=iUnit,Type=241, Subtype=3, Switchtype=7, Used=1,DeviceID=unitname).Create() # create ...
by DeKnep
Sunday 29 November 2020 15:21
Forum: Show your projects
Topic: [HowTo] Philips Somneo control
Replies: 2
Views: 2336

Re: [HowTo] Philips Somneo control

Thanks a lot for sharing DeKnep! Worked like a charm for me as well. You're welcome. Always good to know that this is also useful to others :) Somehow it was causing the "Sync" symbol below the wifi icon on the Somneo to flash at every poll. Hm, that's odd. My Somneo doesn't do that. If it did I ...
by DeKnep
Wednesday 08 July 2020 0:15
Forum: Design, usability and languages
Topic: machinon theme
Replies: 712
Views: 135507

Re: machinon theme

Just discovered this theme... It looks great!

Found a small issue though: a sensor in the "off" state displays a switch in the "on" state in case "Switch instead of text" is enabled.
I've submitted a bug report at https://github.com/domoticz/Machinon/issues/17 .
by DeKnep
Wednesday 17 June 2020 18:59
Forum: Show your projects
Topic: Snail mail notifier
Replies: 1
Views: 704

Snail mail notifier

This may not apply to (or be useful for) everyone, but it may give you some inspiration :) I have a fairly old house (built in 1958) in which the mailbox is just a "hole in the wall". Mail ends up in my meter cabinet, which is of course behind a door. That's also where the Raspberry Pi running ...
by DeKnep
Thursday 11 June 2020 19:37
Forum: Show your projects
Topic: [HowTo] Philips Somneo control
Replies: 2
Views: 2336

[HowTo] Philips Somneo control

The Wi-Fi enabled version (HF3671) of the Philips Somneo alarm clock / wake-up light can normally be remote controlled only using the Philips SleepMapper app on your phone or tablet. The app isn't all that great, and you can only pair a single mobile device with the Somneo. I figured out how to add ...