Hi guys,
So i just starting playing around with this. But for some reason only 4 of my applicances show up in Controlicz.
I have bought a monthly sub because i thought it might have something to do with that, but that didnt help.
Now what do i do?
Search found 19 matches
- Monday 03 September 2018 15:54
- Forum: Speech & Voice Systems
- Topic: Controlicz - Domoticz to Google Home/Assistant integration
- Replies: 2277
- Views: 510341
- Wednesday 14 February 2018 14:43
- Forum: Other questions and discussions
- Topic: Cheap 433MHz door sensor (with open and close)
- Replies: 49
- Views: 27333
- Wednesday 15 November 2017 22:24
- Forum: Other questions and discussions
- Topic: Cheap 433MHz door sensor (with open and close)
- Replies: 49
- Views: 27333
Re: Cheap 433MHz door sensor (with open and close)
You have to create a virtual doorsensor. For some reason they are always on..
Just follow the steps in the fp.
Just follow the steps in the fp.
- Tuesday 19 September 2017 12:37
- Forum: Other questions and discussions
- Topic: Controlling Squeezebox
- Replies: 4
- Views: 1488
Re: Controlling Squeezebox
I'm interested in this as well.
- Wednesday 13 September 2017 21:40
- Forum: Other questions and discussions
- Topic: How to get an account to modify the wiki ?
- Replies: 20
- Views: 3555
Re: How to get an account to modify the wiki ?
Any update yet?
Verzonden vanaf mijn iPhone met Tapatalk
Verzonden vanaf mijn iPhone met Tapatalk
- Friday 08 September 2017 22:57
- Forum: Z-Wave
- Topic: Devolo Home Ctrl TRV (Danfoss) - Setpoint not working
- Replies: 46
- Views: 14578
Re: Devolo Home Ctrl TRV (Danfoss) - Setpoint not working
Hi,
Anybody an idea how to wake these devices up? I have 2 but they always sleep.
Only when i wake them up (by pressing the middle button on the thermostat) can i send a setpoint.
Anybody an idea how to wake these devices up? I have 2 but they always sleep.
Only when i wake them up (by pressing the middle button on the thermostat) can i send a setpoint.
- Thursday 07 September 2017 21:28
- Forum: Other questions and discussions
- Topic: How to get an account to modify the wiki ?
- Replies: 20
- Views: 3555
Re: How to get an account to modify the wiki ?
Did anybody found fix for this yet?
I'm still not able to login (with my forum account) on the Wiki.
I'm still not able to login (with my forum account) on the Wiki.
- Tuesday 05 September 2017 8:19
- Forum: Other questions and discussions
- Topic: How to get an account to modify the wiki ?
- Replies: 20
- Views: 3555
Re: How to get an account to modify the wiki ?
Is there an admin available to look at this issue?
Would be a shame if the Wiki went out of date, not because nobody was willing to edit it but because of an login issue.
Would be a shame if the Wiki went out of date, not because nobody was willing to edit it but because of an login issue.
- Sunday 03 September 2017 21:35
- Forum: iOS
- Topic: Domoticz App
- Replies: 505
- Views: 124416
Re: Domoticz App
Hi, This is looking to be a great app. I'm a Xamarin developr so i know a bit about developing apps, maybe i can help out sometime. Anyway. I bought the app because i would like to use the notifications. But, i cant seem to get this to work. I have the latest BETA version of Domoticz running with ...
- Sunday 03 September 2017 20:12
- Forum: Other questions and discussions
- Topic: Cheap 433MHz door sensor (with open and close)
- Replies: 49
- Views: 27333
Cheap 433MHz door sensor (with open and close)
Hi, So I don't know if this is special or not but I found these cheap Door sensor that look great, are really cheap (<€ 5,-) and send an open and close signal. https://www.aliexpress.com/item/433MHz-Wireless-Magnetic-Door-Sensor-Door-Detector-Door-Contact-Detect-Door-Close-Open-for-G90B-WIFI/3 ...
- Sunday 03 September 2017 19:42
- Forum: Other questions and discussions
- Topic: How to get an account to modify the wiki ?
- Replies: 20
- Views: 3555
Re: How to get an account to modify the wiki ?
Normaly you would need to register At this URL. http://www.domoticz.com/wiki/Special:UserLogin/signup But.... there you get this : Permission error You do not have permission to create this user account, for the following reason: The action you have requested is limited to users in the group ...
- Sunday 03 September 2017 19:17
- Forum: Suggestions
- Topic: Make reports for switches available
- Replies: 2
- Views: 859
Re: Make reports for switches available
You can do this already.
Make a dummy meter and fill it with a dvents script
Verzonden vanaf mijn iPhone met Tapatalk
Make a dummy meter and fill it with a dvents script
Verzonden vanaf mijn iPhone met Tapatalk
- Monday 09 January 2017 22:31
- Forum: LUA
- Topic: Sending UDP with lua
- Replies: 4
- Views: 2706
Sending UDP with lua
Hi,
Is it possible to send an UDP package from lua?
Is it possible to add new devices/lights directly from lua?
Is it possible to send an UDP package from lua?
Is it possible to add new devices/lights directly from lua?
- Saturday 07 January 2017 23:02
- Forum: Others
- Topic: Cheap Wifi led working from PC how in Domoticz
- Replies: 5
- Views: 2365
Re: wifi led
ok, i got it. To see which lights are connected to the network you need to send an udp broadcast. All connected lights will respond with their name if you lissen on UDP port 6000. Adress data (HEX) result 255.255.255.255:5000 7e 07 09 ff ff ff ff ff ef A response from each connected light with so i ...
- Saturday 07 January 2017 20:10
- Forum: Switches and Scenes
- Topic: How to Add and control wifi lights based on ESP8266 Espressif chip and NodeMCU firmware ?
- Replies: 2
- Views: 1544
Re: How to Add and control wifi lights based on ESP8266 Espressif chip and NodeMCU firmware ?
Hi, It seems that we have the same bulb. I have it partialy working and i think i figured it out how to add it in Domoticz. There is only one thing that i cannot do, that is turning it on. How far along are you? This is where have my updates. (not that anybody is responding or helping :( ) http ...
- Saturday 07 January 2017 16:23
- Forum: Others
- Topic: Cheap Wifi led working from PC how in Domoticz
- Replies: 5
- Views: 2365
Re: wifi led
The app sends this UDP package when i turn the light on. However when I manualy send the UDP package it doesn't turn on. This is the capture from wireshark, it captured my the package send from my iPhone. Frame 16: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0 Ethernet II ...
- Saturday 07 January 2017 14:46
- Forum: Others
- Topic: Cheap Wifi led working from PC how in Domoticz
- Replies: 5
- Views: 2365
Re: wifi led
Ok. I have been playing around with it a bit. I found out wich UDP package was being send through Wireshark. I can now switch the light off and change some colors by sending an UDP package to the IP. The question however remains. How do i add this into Domoticz? Any help would be welcome ...
- Thursday 05 January 2017 22:41
- Forum: Others
- Topic: Cheap Wifi led working from PC how in Domoticz
- Replies: 5
- Views: 2365
Re: wifi led
Hi,
Yea, i tried the Yeelight, but that didnt work.
Currently trying to figure out with Wireshark if i can controll the lights from my computer.
I just found out that the light lissens on port 53464. How do i change the port of the yeelight?
Yea, i tried the Yeelight, but that didnt work.
Currently trying to figure out with Wireshark if i can controll the lights from my computer.
I just found out that the light lissens on port 53464. How do i change the port of the yeelight?
- Thursday 05 January 2017 14:53
- Forum: Others
- Topic: Cheap Wifi led working from PC how in Domoticz
- Replies: 5
- Views: 2365
Cheap Wifi led working from PC how in Domoticz
Hi, I'm wondering how i add a new hardware device in Domoticz. You might ask why. Well i bought this WIFI Led light. Which connects to my wifi network. Right now i can only control it through an app on my smartphone. However i would like to control it through Domoticz. This is the light https://www ...