Search found 6 matches

by wizworks
Saturday 13 January 2024 20:47
Forum: General Discussion
Topic: Oficial Docker Container
Replies: 216
Views: 111363

Re: Oficial Docker Container

I installed the latest on docker and I get this in the log when I try to add a dummy switch: 2024-01-13 14:34:23.038 Status: Domoticz V2024.1 (build 15838) (c)2012-2024 GizMoCuz 2024-01-13 14:34:23.038 Status: Build Hash: b97eb6256, Date: 2024-01-13 11:19:22 2024-01-13 14:34:23.038 Status: Startup ...
by wizworks
Thursday 12 August 2021 23:33
Forum: Other questions and discussions
Topic: How to connect Domoticz to AWS IoT Core (MQTT)
Replies: 3
Views: 543

Re: How to connect Domoticz to AWS IoT Core (MQTT)

I haven't pursued this... life events got in the way. Would be nice to see Domoticz with an AWS IoT Core connector.
by wizworks
Thursday 12 August 2021 23:29
Forum: Suggestions
Topic: Notification option only when changing state
Replies: 3
Views: 933

Re: Notification option only when changing state

I too would find this option useful for switch objects. I created a notification to monitor when a particular switch goes off (triggered by a temp sensor) I get multiple notifications that the switch went off every time the temp was read. This isn't useful and creates a lot of noise. It would be ...
by wizworks
Friday 07 May 2021 21:09
Forum: Other questions and discussions
Topic: How to connect Domoticz to AWS IoT Core (MQTT)
Replies: 3
Views: 543

How to connect Domoticz to AWS IoT Core (MQTT)

I know Domoticz ships with an MQTT broker but I wanted to connect Domoticz to an AWS IoT core "thing" (which is an instance of TLS MQTT). The obvious benefits are: 1) I can learn how to leverage AWS IoT Core into my home automation plan 2) I don't have to punch holes through my firewall to receive ...
by wizworks
Tuesday 17 March 2020 2:44
Forum: Temperature and Weather
Topic: Weather forecast: darksky.net refused to connect
Replies: 11
Views: 2487

Re: Weather forecast: darksky.net refused to connect

*bump* we need a fix, or at least someone to point out the script object to modify to allow Domoticz to call this API over HTTPS... please help.
by wizworks
Tuesday 10 March 2020 4:02
Forum: Temperature and Weather
Topic: Weather forecast: darksky.net refused to connect
Replies: 11
Views: 2487

Re: Weather forecast: darksky.net refused to connect

I think this is because Domoticz makes a call to the API over port 80 (HTTP) and not port 443 (HTTPS). When I curled: curl http://api.darksky.net/forecast/api.key/41.9884,-71.3329 {"code":400,"error":"this call requires HTTPS"} Where do we change the API call from HTTP to HTTPS? It seems Darksky ...