Search found 399 matches
- Wednesday 19 March 2025 16:38
- Forum: Speech & Voice Systems
- Topic: Alexicz - FREE Domoticz to Alexa Integration
- Replies: 336
- Views: 70720
Re: Alexicz - FREE Domoticz to Alexa Integration
I’d start out by examining the Cloudwatch Logs for the skill to see if the skill is even being invoked. Do the thermostats show up int the Alexa app after you ask to discover devices?
- Monday 10 March 2025 21:39
- Forum: Evohome
- Topic: Plugin error (Couldn't connect to server)
- Replies: 5
- Views: 1092
Re: Plugin error (Couldn't connect to server)
I use a HGI-80 with Evohome for Domoticz so no issues there. However, I’m the author of the EvoControl Alexa skill for Evohome and it does use TCC with a dedicated API key. I can see in the skill’s logs that TCC has been misbehaving a lot in the last week for users all over Europe. Some of my users h ...
- Thursday 16 January 2025 11:44
- Forum: Evohome
- Topic: Strange result via API with Evohome
- Replies: 5
- Views: 8292
Re: Strange result via API with Evohome
Good find. I used to have the :00.000Z a long time ago and cannot remember why I removed it. I can confirm it all works when this is the time format used. You cannot specify FROM together with UNTIL as the only way Evohome can handle that is by editing the schedule. TemporaryOverrides always start ...
- Wednesday 13 November 2024 10:16
- Forum: Evohome
- Topic: Strange result via API with Evohome
- Replies: 5
- Views: 8292
Re: Strange result via API with Evohome
Now I notice that when I use the setsetpoint parameter with the API call, the mode is always PermanentOverride and the until is ignored. Hmm 

- Tuesday 12 November 2024 18:18
- Forum: Evohome
- Topic: Strange result via API with Evohome
- Replies: 5
- Views: 8292
Re: Strange result via API with Evohome
Answering my own question, by examining the Domoticz source code I figured out that the JSON API docs were incorrectly updated after the recent API update. The parameter name should be setsetpoint and not setused.
- Monday 18 March 2024 11:26
- Forum: Other questions and discussions
- Topic: JSON API errors
- Replies: 1
- Views: 228
JSON API errors
I can use e.g. /json.htm?type=command¶m=switchlight&idx=655&switchcmd=Toggle via either a browser or nodejs and axios.get and it always works. However, if I try e.g. /json.htm?type=command¶m=setused&idx=601&setpoint=15.0&mode=FollowSchedule&used=true then it works via the browser as ...
- Tuesday 09 January 2024 20:56
- Forum: dzVents
- Topic: JSON. Again...
- Replies: 3
- Views: 4210
Re: JSON. Again...
Sorry, my answer assumed normal json parsing whereas your solution shows you’re trying to parse it inside some environment which you didn’t specify in your question.
- Monday 08 January 2024 23:18
- Forum: dzVents
- Topic: JSON. Again...
- Replies: 3
- Views: 4210
Re: JSON. Again...
item.Prices[0].price would do it, assuming the snippet you showed above is called item
- Tuesday 05 December 2023 22:30
- Forum: dzVents
- Topic: dzvents JSON call for Evohome device results in an error [Solved]
- Replies: 34
- Views: 4216
Re: dzvents JSON call for Evohome device results in an error [Solved]
Sounds very similar to my issue in viewtopic.php?t=41089
- Tuesday 28 November 2023 21:37
- Forum: Evohome
- Topic: Strange result via API with Evohome
- Replies: 5
- Views: 8292
Strange result via API with Evohome
When I call /json.htm?type=command¶m=setused&idx=<idx>&setpoint=<setpoint>&mode=TemporaryOverride&until=<until>&used=true via the local Domoticz 8080 address in my LAN it works fine. However, if I call it via an external Apache2 proxy it fails. All other API commands via the same proxy succeed ...
- Monday 13 November 2023 6:34
- Forum: Evohome
- Topic: Unknown command error messages
- Replies: 1
- Views: 1494
Re: Unknown command error messages
You can just ignore those as they are harmless. The RF spec for Ramses has been reverse engineered to a point, but it’s not 100.0% so sometimes a packet that’s not fully understood is seen and that’s all this message communicates.
- Monday 03 July 2023 23:38
- Forum: Other questions and discussions
- Topic: Remote access and JWT Tokens / IAM
- Replies: 17
- Views: 1443
Re: Remote access and JWT Tokens / IAM
Interesting find: I just setup an ngrok tunnel to http://localhost:8080 with no username/password and tried the /oauth2/v1/authorize?response_type=code&client_id=myapplication>&state=somestate&redirect_uri=https://{{hostname:portnumber}}/<myreturnuri> http GET request using the 'external' https URL ...
- Monday 03 July 2023 21:16
- Forum: Other questions and discussions
- Topic: Remote access and JWT Tokens / IAM
- Replies: 17
- Views: 1443
Re: Remote access and JWT Tokens / IAM
Before the changes, it was just https + basic-auth access from the cloud. I expect a user to have set up a proxy like apache/nginx (if opening ports), or ngrok if not. The skill (which runs in an AWS Lambda container in the cloud) can access the Honeywell servers via oauth, and also talk to Domoticz ...
- Monday 03 July 2023 19:36
- Forum: Other questions and discussions
- Topic: Remote access and JWT Tokens / IAM
- Replies: 17
- Views: 1443
Re: Remote access and JWT Tokens / IAM
So Domoticz is capable of handling a regular oauth "give me a one-off token, I'll swap that for an access_token/refresh_token pair, and from now on I'll use the access_token, except when it expires I'll request a new one using the refresh_token" flow :mrgreen: The thing is, this is all about remote ...
- Monday 03 July 2023 16:40
- Forum: Other questions and discussions
- Topic: Remote access and JWT Tokens / IAM
- Replies: 17
- Views: 1443
Re: Remote access and JWT Tokens / IAM
"Using the password flow, one can get an access_token without the need to first obtain an authorization_code by just provider (sic) the username/password of a user." And where do we "just provide" this? Do we need to POST or PUT the request to the relevant endpoint? What should the body parameters ...
- Saturday 01 July 2023 10:31
- Forum: Other questions and discussions
- Topic: Remote access and JWT Tokens / IAM
- Replies: 17
- Views: 1443
Remote access and JWT Tokens / IAM
The Wiki page at https://www.domoticz.com/wiki/Security mentions that Domoticz has an IAM server (as one of its 3 component parts) and that it's possible to "Retrieve an 'Access Token' (JWT Token) from the IAM server and provide this Bearer token with each request". Sounds like the Long Lived Access ...
- Thursday 20 April 2023 15:39
- Forum: Other questions and discussions
- Topic: Logitech Media Server
- Replies: 409
- Views: 89499
Re: Logitech Media Server
What skill are you referring to? LMS lite, sorry, i just figured i'm probably not in the right place to ask since this have nothing to with domoticz. The forum for LMS-lite is at https://forums.slimdevices.com/forum/user-forums/3rd-party-software/108115-announce-lms-lite-certified-smart-home-skill ...
- Thursday 20 April 2023 15:30
- Forum: Other questions and discussions
- Topic: Logitech Media Server
- Replies: 409
- Views: 89499
- Tuesday 28 March 2023 23:01
- Forum: Third party and supplementary tools
- Topic: setpoint control with HA Bridge and Alexa?
- Replies: 4
- Views: 1553
Re: setpoint control with HA Bridge and Alexa?
With HA Bridge you only have access to Philips Hue light commands. So you can turn switches on and off and set dim levels, basically. Back when I used HA Bridge in 2016 I used to have switches called e.g. ‘set living room to 22’ and when I turned it on I used the script:// command in the switch to ru ...
- Sunday 05 March 2023 22:32
- Forum: Other questions and discussions
- Topic: Logitech Media Server
- Replies: 409
- Views: 89499
Re: Logitech Media Server
Yes, you misunderstood.