Search found 4 matches
- Tuesday 28 February 2023 20:32
- Forum: Speech & Voice Systems
- Topic: Alexicz - FREE Domoticz to Alexa Integration
- Replies: 336
- Views: 71054
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 ...
- Monday 16 May 2022 16:20
- Forum: Speech & Voice Systems
- Topic: Alexicz - FREE Domoticz to Alexa Integration
- Replies: 336
- Views: 71054
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?
- Friday 14 November 2014 23:57
- Forum: Temperature and Weather
- Topic: Virtual thermostat with setpoint
- Replies: 4
- Views: 4396
Re: Virtual thermostat with setpoint
Ah excellent, than I use it for now temporary with 1 or more switches until it wil be possible in the future to have a variable setpoint.
- Friday 14 November 2014 19:15
- Forum: Temperature and Weather
- Topic: Virtual thermostat with setpoint
- Replies: 4
- Views: 4396
Virtual thermostat with setpoint
Hello all, I've made a thermostat for my heating based on an existing (modulating)Nefit thermostat with a microcontroller+tcp/ip stack. I can change the setpoint by going to a url, htpp://192.168.1.11/settemp?n=195 wil make setpoint go to 19.5degrees. This works fine, but now i want to control it ...