Search found 24 matches

by vco1
Tuesday 01 July 2025 9:53
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 380
Views: 61869

Re: Python Plugin: MqttMapper

I had several log statements in my script. Nothing got logged though. And yes, I did check all the settings. Even set the log level on the commandline tot debug and restarted domoticz. To no avail.
by vco1
Monday 30 June 2025 7:29
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 380
Views: 61869

Re: Python Plugin: MqttMapper

I got it working by creating a (hidden) text device with the full payload, a virtual device for the status and a dzVents script to tie it all together. In the end the biggest hurdle was the fact that I didn't get any logging from the dzVents script and thus had to do it by trial and error.
by vco1
Thursday 26 June 2025 14:53
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 380
Views: 61869

Re: Python Plugin: MqttMapper

the TheengsGateway supports the Homeassistant autodiscover protocol that Domoticz also supports. It just could create some sensor automatically. Did you already try that? Although funky value templates with if then else are not supported. https://wiki.domoticz.com/MQTT#Add_hardware_%22MQTT_Auto ...
by vco1
Thursday 26 June 2025 9:47
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 380
Views: 61869

Re: Python Plugin: MqttMapper

First of all, thanks for this great plugin. It's a Swiss army knife. I'm trying to implement a bluetooth (BLE) tracker as a presence tracker in Domoticz with the TheengsGateway as the intermediary. These trackers don't provide an on/off value, but instead just the rssi value. If the rssi element in ...
by vco1
Tuesday 13 May 2025 22:25
Forum: Speech & Voice Systems
Topic: Alexicz - FREE Domoticz to Alexa Integration
Replies: 336
Views: 79414

Re: Alexicz - FREE Domoticz to Alexa Integration

DrMacabre wrote: Tuesday 13 May 2025 12:02 where do you find domoticzhandler.py ?
In your AWS Lambda function.
by vco1
Tuesday 13 May 2025 11:39
Forum: Speech & Voice Systems
Topic: Alexicz - FREE Domoticz to Alexa Integration
Replies: 336
Views: 79414

Re: Alexicz - FREE Domoticz to Alexa Integration

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')
by vco1
Monday 12 May 2025 15:04
Forum: Speech & Voice Systems
Topic: Alexicz - FREE Domoticz to Alexa Integration
Replies: 336
Views: 79414

Re: Alexicz - FREE Domoticz to Alexa Integration

i've fixed the last error. Setting scenes to false. I have not scenes so the script throw an error, instead of send an empty response or so. No I get all th devices in test script inside skill, but.... The linkng account.... it's impodsible. I cant link my account with the skill and so I cant use ...
by vco1
Monday 12 May 2025 15:01
Forum: Speech & Voice Systems
Topic: Alexicz - FREE Domoticz to Alexa Integration
Replies: 336
Views: 79414

Re: Alexicz - FREE Domoticz to Alexa Integration

For me discovery of new switches stopped completely.
by vco1
Saturday 24 February 2024 20:14
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 380
Views: 61869

Re: Python Plugin: MqttMapper

I found, and fixed, the issue with the disappearing settings as a.o. reported by @Hencor in this post. Believe it or not, but this is caused by the name tag in the plugin definition: <plugin key="MqttMapper" name="MQTT Mapper with LAN Interface" author="Flying Domotic" version="1.0.19" externallink ...
by vco1
Friday 23 February 2024 21:26
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 380
Views: 61869

Re: Python Plugin: MqttMapper

Xenomes wrote: Friday 23 February 2024 20:29 The issue has been resolved in later versions of Domoticz.
I’m running 2024.4. Problem still exists. And so far only with this plugin.
by vco1
Friday 23 February 2024 12:32
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 380
Views: 61869

Re: Python Plugin: MqttMapper

I added a second value, and again no value .... { "T_Living": { "topic": "ebusd/ctlv2", "key": "ebusd/ctlv2/z1RoomTemp", "type": "80", "subtype": "5", "switchtype": "0" , "mapping": {"item": "", "multiplier": 0.1} }, "T_Outside": { "topic": "ëbusd/ctlv2", "key": "ëbusd/ctlv2/DisplayedOutsideTemp", ...
by vco1
Friday 23 February 2024 10:39
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 380
Views: 61869

Re: Python Plugin: MqttMapper

I think you found a bug! If you put a other plugin in the plugin folder that uses DomoticzEX framework the value of Type: of the Mapper plugin is visible. So a dirty fix is: cd ~/domoticz/plugin git clone https://github.com/stas-demydiuk/domoticz-zigbee2mqtt-plugin.git sudo systemctl restart ...
by vco1
Tuesday 09 January 2024 15:52
Forum: Z-Wave
Topic: Easiest way to migrate Openzwave to ZWave-JS-UI
Replies: 474
Views: 290489

Re: Easiest way to migrate Openzwave to ZWave-JS-UI

I think it's not fair to (fully) blame the Domoticz developers for all the troubles people seem to have with the migration to zwave-js. But in all honesty, this wasn't a fun job at all and I spent way more time and energy on this migration than I wanted to (or should have). I have a relatively small ...
by vco1
Tuesday 01 August 2023 16:36
Forum: Speech & Voice Systems
Topic: Alexicz - FREE Domoticz to Alexa Integration
Replies: 336
Views: 79414

Re: Alexicz - FREE Domoticz to Alexa Integration

For the ones that are also getting the "Is not responding" response when activating/deactivating groups/scene's I found a solution. In AlexaSmartHome.py on line 454 and 466 change 'timestamp': '%sZ' % (datetime.utcnow().isoformat(),) into 'timestamp': '%sZ' % (datetime.utcnow().isoformat(sep='T ...
by vco1
Thursday 19 May 2022 10:47
Forum: Speech & Voice Systems
Topic: Alexicz - FREE Domoticz to Alexa Integration
Replies: 336
Views: 79414

Re: Alexicz - FREE Domoticz to Alexa Integration

I've set up Alexicz successfully lasty week, the only strange thing than I'm heaving is when using scene's/groups, when I tell Alexa to activate a scene it responds with "I'm having trouble reacing null" but the scene is activated, so it's only the response that is faulty. Is this a known issue ...
by vco1
Wednesday 04 November 2020 8:28
Forum: Android
Topic: Domoticz app 2.0
Replies: 2380
Views: 658216

Re: Domoticz app 2.0

It's a pity some developers still don't test their app before releasing it to the public. The sheer amount of users complaining - myself included - indicates this is a quite obvious issue. Fortunately I don't depend on this app, but please, please, pretty please.... the concept of software testing ...
by vco1
Friday 13 December 2019 21:01
Forum: Speech & Voice Systems
Topic: Alexicz - FREE Domoticz to Alexa Integration
Replies: 336
Views: 79414

Re: Alexicz - FREE Domoticz to Alexa Integration

tmh88 wrote: Friday 13 December 2019 20:10 [Did you remember to add them to a room plan & add them to alexicz account that Amazon acsess in domoticz
That was it! Alexa now discovered the new devices. Still having some issues (like Alexa being unable to switch them on/off) but that will hopefully be a detail. Thanks for your help!
by vco1
Friday 13 December 2019 14:24
Forum: Speech & Voice Systems
Topic: Alexicz - FREE Domoticz to Alexa Integration
Replies: 336
Views: 79414

Re: Alexicz - FREE Domoticz to Alexa Integration

You did say ‘Alexa, discover devices’ after adding them? Yes. many times. On different Echo's. And some additional information. I just changed configdz.json to include Scenes and Groups. Only did this to see if discovery was working at all. And much to my surprise, the Alexa app did dicover the Sce ...
by vco1
Friday 13 December 2019 13:52
Forum: Speech & Voice Systems
Topic: Alexicz - FREE Domoticz to Alexa Integration
Replies: 336
Views: 79414

Re: Alexicz - FREE Domoticz to Alexa Integration

Alexicz has been (and still is) working fine here for some months. Yesterday I added 2 new switches to Domoticz (same type as some other z-wave switches I'm using). These are working fine in Domoticz, but are not found when I search for new devices within the Alexa app or website. As said, there are ...
by vco1
Monday 23 September 2019 15:08
Forum: Speech & Voice Systems
Topic: Alexicz - FREE Domoticz to Alexa Integration
Replies: 336
Views: 79414

Re: Alexicz - FREE Domoticz to Alexa Integration

philchillbill wrote: Monday 23 September 2019 8:02 Alexicz still works fine as it’s a Smart Home skill directly targeting Domoticz. HA-Bridge tries to pretend everything is a Philips Hue lamp which is a totally different approach.
Thanks! That's good to hear as I really miss my Alexa integration.