Jump to content
C4 Forums | Control4

Antek

c4Forums Member
  • Posts

    9
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Antek's Achievements

  1. Hi, Can I have 2 different drivers for blinds in one project? Ive got one control unit EA3-V2 and I want to compare two drivers. BR
  2. Thank you for test. On my Lua Output I am able to see print when I am sending data C4->terminal. But when I send terminal->C4 I do not see anything at all. So maybe its some hardware problem at my desk. I am connecting jack cable to my C4-EA2-V2 slot serial 1 and through adapter to my PCs USB. Are you doing the same?
  3. Yes, it is connected to C4 control unit through serial port. And communication is visible in only one direction. Speed and everything is set the same as in driver xml file. Has anyone ever try to communicate in two directions with this blind_proxy_template?
  4. I am trying to print something or send back to serial. But I see no effect at all. I am testing my serial port connection from realterm, data from serial are fine. But when I am sending to serial, there is no effect at all, nothing is printed. function SerialConnectionBase:ReceivedFromSerial(idBinding, sData) print(sData) self:ReceivedFromCom(sData) end Maybe this function is not implemented right in blind_proxy_template? Yes, I meant composer categories, I have not found anything that matches my bridge so I will choose whatever will be closest. Can I find wizard to create driver from scratch?
  5. Thanks for the info about Visual Studio Code, so with this python tool I will be able to generate .c4z files? I am playing with blind_proxy_template, I am editing lua/xml source filles and checking how it works. Print function works nice and I can see effect in Lua Output. C4:SendToSerial() also works fine and I can see it in my serial port. But I do not see any effect from ReceivedFromSerial(). What kind of category should I set for my serial bridge device?
  6. Hi Andrew, In our network we have binary inputs, binary outputs, linear inputs/outputs (values 0-255), temperature data and a lot more. Probably the best approach would translate all data types in one configuration file to Control4 and also from Control4 to our system. But maybe we can start with binary values, how can I send 1/0 data through serial port to control some Control4 device? The same question about data from Control4 to serial port. Maybe "generic_proxy" template is good place to start? But I cant find c4zproj file for this one. How do I know which proxyBindingId I should set?
  7. Hi, I am starting to create new driver to integrate our smart home solution with Control4. I have access to DriverEditor and documentation, we want to integrate through serial port. Is this forum right for technical questions about creating drivers? Any hints for new creator? I am new with LUA. If I understand it right there is only some list of driver types and I do not know which type to choose, our goal is to integrate Inputs, Outputs, both analog and digital (I think that it will be some bridge between two systems). Documentation list is so huge, I am not sure which documents would suit me. Best regards,
  8. Driver editor is working now, my problem was related to window -> reset layout. Connection problems were not important here.
  9. I am having a little bit similar problem. Two days ago I could edit drivers in DriverEditor, since yesterday I cannot. I am having "Could not connect to Director at IP" despite the fact that Composer Pro connects fine. Did something change recently?
×
×
  • Create New...

Important Information

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