Search found 74 matches

by DrMacabre
Tuesday 13 May 2025 12:02
Forum: Speech & Voice Systems
Topic: Alexicz - FREE Domoticz to Alexa Integration
Replies: 336
Views: 70615

Re: Alexicz - FREE Domoticz to Alexa Integration

vco1 wrote: Tuesday 13 May 2025 11:39
vco1 wrote: Monday 12 May 2025 15:01 For me discovery of new switches stopped completely.
Fixed.
In DomoticzHandler.py make the following change:

Code: Select all

# response = self.api('type=scenes')
response = self.api('type=command&param=getscenes')
where do you find domoticzhandler.py ?
by DrMacabre
Wednesday 19 March 2025 16:43
Forum: Speech & Voice Systems
Topic: Alexicz - FREE Domoticz to Alexa Integration
Replies: 336
Views: 70615

Re: Alexicz - FREE Domoticz to Alexa Integration

philchillbill wrote: Wednesday 19 March 2025 16:38 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?
The rest of the switches still works within the skill, the thermostats don't show up anymore after discovery.
by DrMacabre
Wednesday 19 March 2025 15:35
Forum: Speech & Voice Systems
Topic: Alexicz - FREE Domoticz to Alexa Integration
Replies: 336
Views: 70615

Re: Alexicz - FREE Domoticz to Alexa Integration

Hello everyone, I've been using alexicz fo years without any particular issue but all of a sudden after having recently updated domoticz, i've lost the ability to interrogate my temps sensor with alexa. The sensor are still present in domoticz and fully functional but they appear broken in alexa. I ...
by DrMacabre
Thursday 20 April 2023 15:40
Forum: Other questions and discussions
Topic: Logitech Media Server
Replies: 409
Views: 89427

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 ...
by DrMacabre
Thursday 20 April 2023 15:32
Forum: Other questions and discussions
Topic: Logitech Media Server
Replies: 409
Views: 89427

Re: Logitech Media Server

philchillbill wrote: Thursday 20 April 2023 15:30

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.
by DrMacabre
Thursday 20 April 2023 14:39
Forum: Other questions and discussions
Topic: Logitech Media Server
Replies: 409
Views: 89427

Re: Logitech Media Server

hello,

did anyone experience weird behavior with the skill this past few days ?
2 of my 3 players don't recognize most of the commands except volume while the remaining player is just fine.
by DrMacabre
Wednesday 22 March 2023 5:34
Forum: Speech & Voice Systems
Topic: Alexicz - FREE Domoticz to Alexa Integration
Replies: 336
Views: 70615

Re: Alexicz - FREE Domoticz to Alexa Integration

anyone have the link to the alexciz installation manual, i just got some message from aws support, they want me to rotate my keys for some reason, i have no clue why they ask me this and anything related to alexa and domoticz is dead in my house now. edit : got it, doesn't seem to be using any of ...
by DrMacabre
Friday 13 January 2023 8:42
Forum: Speech & Voice Systems
Topic: Alexicz - FREE Domoticz to Alexa Integration
Replies: 336
Views: 70615

Re: Alexicz - FREE Domoticz to Alexa Integration

It is a new option introduced in one of the latest Beta’s. You should consider making your Domoticz only accessible from the outside over HTTPS (and not plain HTTP as you do now, hence you had to enable this setting). Without HTTPS, your username/password to access domoticz goes over the internet u ...
by DrMacabre
Friday 13 January 2023 6:06
Forum: Speech & Voice Systems
Topic: Alexicz - FREE Domoticz to Alexa Integration
Replies: 336
Views: 70615

Re: Alexicz - FREE Domoticz to Alexa Integration

Found my issue, i had to switch "Allow Basic-Auth authentication over plain HTTP (API only)." on in the security tab.

Seems like this is not a new security option so i wonder why all of a sudden, i needed to enable it.
by DrMacabre
Thursday 12 January 2023 22:32
Forum: Speech & Voice Systems
Topic: Alexicz - FREE Domoticz to Alexa Integration
Replies: 336
Views: 70615

Re: Alexicz - FREE Domoticz to Alexa Integration

Used Alexicz 3 hours ago to switch off my home office heater and audio amplifier. Worked fine. ok thanks, anyone have any idea why my server is unresponsive from here ? i checked aws, everything still in place, i did a few domoticz update and a couple of restart but still nothing. First time this ...
by DrMacabre
Thursday 12 January 2023 14:11
Forum: Speech & Voice Systems
Topic: Alexicz - FREE Domoticz to Alexa Integration
Replies: 336
Views: 70615

Re: Alexicz - FREE Domoticz to Alexa Integration

Hello,

Here all the devices are dead since 24h, server unresponsive, is alexicz dead or is it just me?
by DrMacabre
Friday 13 May 2022 17:20
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 533
Views: 79517

Re: Python Plugin : Broadlink

Yeah, that’s what i thought.

Thank you.
by DrMacabre
Friday 13 May 2022 14:52
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 533
Views: 79517

Re: Python Plugin : Broadlink

you have some process sending requests to the plugin listener port. this come from this address : 165.22.229.28 my question was more about if this is normal behavior for the plugin, what's 165.22.229.28 ? that's none of my devices IP got another on today Error: RM2 Salon: Async Read Exception (193 ...
by DrMacabre
Thursday 12 May 2022 16:50
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 533
Views: 79517

Re: Python Plugin : Broadlink

Hello, What are these errors ? 2022-05-12 13:13:25.594 Error: RM2 Salon: Unknown verb in request: HEAD 2022-05-12 13:13:25.594 Error: RM2 Salon: Nothing to do ... 2022-05-12 13:13:26.347 Error: RM2 Salon: ERROR Unknown key from : 165.22.229.28:44630 to : /system_api.php 2022-05-12 13:13:26.347 Error ...
by DrMacabre
Sunday 09 January 2022 13:25
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 533
Views: 79517

Re: Python Plugin : Broadlink

Oh ok, i see, that’s Broadlink/ini/import/ not Broadlink/import/ that’s why.

Thank you.
by DrMacabre
Sunday 09 January 2022 13:14
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 533
Views: 79517

Re: Python Plugin : Broadlink

Ok so i was doing it right but the import dir wasn’t created during the installation of the plugin though, i had to do it manually and all 3 json files are in it but nothing ever happened after i clicked the econtrol button on the web interface. Do you think this might be an issue due to ownership a ...
by DrMacabre
Sunday 09 January 2022 12:47
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 533
Views: 79517

Re: Python Plugin : Broadlink

Thank you, what’s my domoticzplugin/import directory ? You mentioned android in your reply, am i missing something ?
by DrMacabre
Friday 07 January 2022 16:53
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 533
Views: 79517

Re: Python Plugin : Broadlink

Hi guys,

i'm giving another try to this but i don't get how to import the json files from e-control. The wiki is outdated and refers to some device that is not there anymore.

Thanks for any help.
by DrMacabre
Friday 12 February 2021 16:49
Forum: Python
Topic: Python plugin: DomoticzLinky
Replies: 13
Views: 2137

Re: Python plugin: DomoticzLinky

Hello, Since today, the plugin doesn’t work anymore and require to re autorise it on enedis page but when i click the link, i get a page 404 not found. Any idea ? Thanks. You can also follow this thread: https://github.com/guillaumezin/DomoticzLinky/issues/120 More people having issues.. Thanks. 👍🏻
by DrMacabre
Friday 12 February 2021 14:11
Forum: Python
Topic: Python plugin: DomoticzLinky
Replies: 13
Views: 2137

Re: Python plugin: DomoticzLinky

Hello,

Since today, the plugin doesn’t work anymore and require to re autorise it on enedis page but when i click the link, i get a page 404 not found.

Any idea ?

Thanks.