Hello there!
I've got a Tellstick duo to control my lighting at home.
Now to my issue.
I have a magnetic switch from Proove (TSS200)
When the magnets are separated i want them to turn of my Nexa CFR-2027 (dimable low-energy light)
The devices are not directly connected to eachother, everything goes through eventghost. The issue i'm having is that even though i see the raw-data from the magnetic switch AND I CAN SEE my macro being triggerd..the light is not turned on?! but when my motion-sensor does it the light switches on.. so by just sitting by the computer everything seams to be working as it should, but the damn light never turns on?
Ive but both data-events in the same macro triggering a event. Even while having this event trigger the damned light the magnetic sensor does nothing and the motion-sensor does it's job just like always...and looking at my log both sensors have triggerd the "on" macro. :S
Anybody have an idea what the hell is going on? :/
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Tellstick not shooting off as it should?
-
krambriw
- Plugin Developer
- Posts: 2570
- Joined: Sat Jun 30, 2007 2:51 pm
- Location: Stockholm, Sweden
- Contact:
Re: Tellstick not shooting off as it should?
Don't use the raw data events in macros, it is basically only for debugging purposes.
Start with Telldus Center and scan and learn your magnetic contact as devices. It might be that you have to leran two devices for one if it is sending different addresses when you open and close the contact.
Once done and you see on/off working in Telldus Center, you should start to see normal events in the EG log .
Start with Telldus Center and scan and learn your magnetic contact as devices. It might be that you have to leran two devices for one if it is sending different addresses when you open and close the contact.
Once done and you see on/off working in Telldus Center, you should start to see normal events in the EG log .
My released plugins
https://drive.google.com/drive/folders/ ... y01eVBKeHM
https://drive.google.com/drive/folders/ ... y01eVBKeHM
Re: Tellstick not shooting off as it should?
krambriw wrote:Don't use the raw data events in macros, it is basically only for debugging purposes.
Start with Telldus Center and scan and learn your magnetic contact as devices. It might be that you have to leran two devices for one if it is sending different addresses when you open and close the contact.
Once done and you see on/off working in Telldus Center, you should start to see normal events in the EG log .
oooh! good tip! thanks! gonna try it out!
EDIT: Just incase another lost soul finds this post, though tellduscenter does not want to pick up the "on" and "off" triggers from these different sensors i just "stole" the code from the eventghost log, so basicly that long random code eg. "456781" is your remote ID and the unitcode is the lower number, in my case "10" that's all folks!