Search found 11 matches

by mbulles
Monday 08 June 2020 9:58
Forum: Switches and Scenes
Topic: Help with - EwpeSmart Air Conditioners via MQTT (Gree Smart)
Replies: 49
Views: 29253

Re: Help with - EwpeSmart Air Conditioners via MQTT (Gree Smart)

Hi I made 3 out of 4 AC's work in Domoticz! I think indeed the order of how things were setup I did wrong and that is why the AC's could not be found. Once I ran npm install again in the domoticz/plugin/ewpe folder everything started to work. Does npm need to run continuously in the background using ...
by mbulles
Sunday 07 June 2020 22:36
Forum: Switches and Scenes
Topic: Help with - EwpeSmart Air Conditioners via MQTT (Gree Smart)
Replies: 49
Views: 29253

Re: Help with - EwpeSmart Air Conditioners via MQTT (Gree Smart)

Ok. I will try again first thing tomorrow morning.
One thing I know for sure is the variables have not been set.

Thx for your support so far.

I'll give an update tomorrow.
by mbulles
Sunday 07 June 2020 21:47
Forum: Switches and Scenes
Topic: Help with - EwpeSmart Air Conditioners via MQTT (Gree Smart)
Replies: 49
Views: 29253

Re: Help with - EwpeSmart Air Conditioners via MQTT (Gree Smart)

Thanks for your quick reply. Something is not completely clear to me. What gets me confused here is the bridge+plugin and where/how they need to be installed. Does the ewe Domoticz plugin+the ewpe MQTT need to be placed in the same directory? Because that is what it seems when running both the ...
by mbulles
Sunday 07 June 2020 16:19
Forum: Switches and Scenes
Topic: Help with - EwpeSmart Air Conditioners via MQTT (Gree Smart)
Replies: 49
Views: 29253

Re: Help with - EwpeSmart Air Conditioners via MQTT (Gree Smart)

Hi, I'm trying to get the EWPE MQTT stuff to work as well. My MQTT is working as I can send info to the virtual switch which works, bu when trying to start npm I receive an error that the package.json file is missing. gree.jpg This file is indeed not in the /domoticz/plugins/ewpe-smart-mqtt folder ...
by mbulles
Saturday 13 January 2018 16:18
Forum: Others
Topic: Mi-Light / LimitlessLED / Applamp
Replies: 232
Views: 94815

Re: Mi-Light / LimitlessLED / Applamp

Hi, I'm also using the new Milight iBox2 (WiFi square) controller with Domoticz and controlling light bulbs works fine. When I setup the controller I was able to access the web interface at the IP address at port 80. After setting a fixed ip address the milight iBox2 does still work but I'm unable ...
by mbulles
Saturday 23 December 2017 9:48
Forum: Speech & Voice Systems
Topic: Controlicz - Easy Domoticz to Alexa Integration
Replies: 1035
Views: 192909

Re: Controlicz - Easy Domoticz to Alexa Integration

Hi, I have been using Controlicz before with this same setup and it worked well when trying to discover my switches from domoticz. Also re-discovery usually was not an issue! Today I had to do a new discovery as I have added new switches but unfortunately Alexa cannot find anything anymore. I have ...
by mbulles
Saturday 23 December 2017 9:44
Forum: Speech & Voice Systems
Topic: Controlicz - Easy Domoticz to Alexa Integration
Replies: 1035
Views: 192909

Re: Controlicz - Easy Domoticz to Alexa Integration

Madgeni wrote: Saturday 23 December 2017 9:36 let me take a look - can you PM me your email address?
Done....you should have it...
by mbulles
Saturday 23 December 2017 9:34
Forum: Speech & Voice Systems
Topic: Controlicz - Easy Domoticz to Alexa Integration
Replies: 1035
Views: 192909

Re: Controlicz - Easy Domoticz to Alexa Integration

Hi, I have been using Controlicz before with this same setup and it worked well when trying to discover my switches from domoticz. Also re-discovery usually was not an issue! Today I had to do a new discovery as I have added new switches but unfortunately Alexa cannot find anything anymore. I have ...
by mbulles
Sunday 22 February 2015 16:04
Forum: Others
Topic: Alphavision Security &Visionic Powermax
Replies: 12
Views: 3515

Re: Alphavision Security &Visionic Powermax

Hi,

Please check the frequency your Powermax uses.

Most Powermax systems sold in the EU use 868 Mhz.

So actually your Rfxtrx433E (433Mhz) will not be able to find the Visonic PowerMax Sensors if it uses 868Mhz freq.
by mbulles
Tuesday 27 January 2015 14:10
Forum: LUA
Topic: LUA error send command TV
Replies: 17
Views: 8825

Re: LUA error send command TV

Hi,

Yes I have a philips Tv.

But I use my GigaBlue DVB-STB Enigma2 receiver to trigger the TV via the HDMI CIC protocol.

So actually I turn on (wake from standby) my DVB-STB which also turns on the TV automatically via the HDMI CIC setting.
by mbulles
Tuesday 27 January 2015 9:28
Forum: LUA
Topic: LUA error send command TV
Replies: 17
Views: 8825

Re: LUA error send command TV

Hi, I'm using this switch on the On Action Tab for example turning on the Enigma 2 STB http://root:passw@ipaddress/web/powerstate?newstate=4 and This action to turn the TV of: http://root:passw@ipaddress/web/powerstate?newstate=0 This works just fine, but if you intend to not only switch the TV ...