Jump to content
C4 Forums | Control4

Shivam Paw

c4Forums Member
  • Posts

    514
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by Shivam Paw

  1. Well it turns out that the workaround for DS2s is temporary as C4 AutoConfig reverts the api Auth to basic every restart. As far as I can tell at the moment, the notification proxy doesn’t allow for a url to have any Auth attached to it but I’m looking into a few ways to get around this.
  2. Ok so I couldn't find a solution to this so here's a driver that lets you programatically set the day/night mode of a DS2 camera. Enter the DS2 IP in properties and then just head over to the programming commands to sort out when you want it to turn to day/night mode. I've set mine up using the scheduler to set to day at sunrise and night at sunset. (It uses the default admin and password of admin/t0talc0ntr0l4! so if you are using a different one it won't work because i hardcoded them in...if you need another version which lets you set that in properties lemme know but im guessing this will suffice for most/all?) jooced_ds2_day_night_scheduler.c4z
  3. I have a bug with one of my drivers where search works on iOS & Android & T3s, but not on OSDs. The OSD literally crashes and restarts when I press the Search icon and there's no debug info in the LUA output
  4. Hiya This driver provides an easy way to setup images with Control4 push notifications. The driver supports authentication with both types (Basic & Digest). This will let you setup any camera snapshots to be shown in a Control4 push notification! Your camera driver does not need to be updated for this to work. All you need is the snapshot URL, the authorization type (if required), the username and the password! (That notification was triggered manually, hence nobody at the gate) https://www.blackwiredesigns.com/store/control4-push-notification-images/
  5. What driver as you using? Whats SmartCom? What driver version? Ours is a texecom premier elite with com-ip. i know there’s a thing where you can only be connected to com-ip with one device. So to connect with Wintex for example I’d have to remove the c4 connection. What did you do with the sensors and when you say stopped what do you mean?
  6. It works pretty well for us. There were quite a few bugs early on which I posted about on here. Got most of them solved except for one: Arm the house, cancel the arm while it’s counting down. The countdown will continue although the house is disarmed. Now the only way to know it’s disarmed is by checking the telecom panel / listening for the beeping noise the texecom panel makes so if your panel is away from where you are you might have a mini heart attack the first time you cancel an arm like I did... you can disarm and arm and part arm from C4 programming so yes you can use the upstairs sensors to disarm (why though?) all the alarm sensors can be used in C4 programming if added to the project as well. You could technically do something with the standalone C4 sensors and the alarm so that when motion detected and if alarm is armed do stuff but you wouldnt be able to link it back to your actual alarm without the installer doing so. Useful programming we have: Double tap button near the door to full arm house. When full armed, set mocupancy to playback. When disarmed, set mocupancy to record. When full armed set Nests to eco. When disarmed set Nests to normal. Some stuff you can do with the sensors if they get added to the project would be if it’s between sunset and sunrise and the landing sensor is triggered then turn on the landing lights to dim to allow peoole to see where they are walking. When the alarm is triggered send out push notifications, take snapshots of cameras and send them and also play a scary announcement around the house saying “u are trespassing and you are being watched”. When house is armed turn on the nest cams around the house via the smart plugs and when disarmed turn them off (privacy ya know) Have fun!
  7. THATS the solution I’ve used with the default Spotify connect stuff
  8. I personally don't think you can do too much damage with HE. You can't change connections. The worst thing would be properties and if you have backups set up it should be an easy restore. But, that said I do think there should be a clause that any HE alterations are chargeable.
  9. Once you’ve found the IP the username is admin and I’m fairly sure the password is in the composer documentation tab so just check that. If u still cant find the password then here’s a puzzle to solve it. totalcontrol4! replace o with 0 just don’t mess with anything ur not sure about
  10. Using texecom. Works pretty well. What exactly you looking for?
  11. What about a keyboard if I’m on a contact form?
  12. So it loads up a site. Does all the functionality work? JavaScript, forms, keyboard, searching etc?
  13. Any screenshots or a video on how the black wire designs driver looks and works?
  14. You can hide the colour sliders from navs by going to the room in HE and the navigator tab in properties. Then you can create your lighting scenes as you normally would.
  15. Anyone got some colour flow expressions to share? Am really interested in the flows people have come up with. Also, is it one license per project or one license per Yeelight?
  16. Now that it’s all working I’m gonna need a license for it :-) anyone able to shoot me a PM with prices?
  17. Ok yeah that is working - it's just displaying as 0. I'm trying this expression to cycle through colours but it isn't working. It is just stuck on red: 1000, 1, 16711680, 100, 1000, 1, 16776960, 100, 1000, 1, 65280, 100, 1000, 1, 65535, 100, 1000, 1, 255, 100, 1000, 1, 16711935, 100 I'm trying to achieve the effect you get when holding the button on the LEDs strip and it just cycles through the colours. Edit: used this which seems to work well: 2000, 1, 16711680, 100, 2000, 1, 16776960, 100, 2000, 1, 65280, 100, 2000, 1, 65535, 100, 2000, 1, 255, 100, 2000, 1, 16711935, 100
  18. Ok I’ll check that if expression still works. What exactly does that expression do so I know what I’m looking for? thanks :-)
  19. Got it rediscovered but still can't enter anything in the expression box.
  20. The device is also showing offline but it's IP hasn't changed and works through the Yeelight app.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.