Jump to content
C4 Forums | Control4

eon

c4Forums Member
  • Posts

    43
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by eon

  1. Can you share what you "mess" on Amazon Fire? Thanks
  2. You need to have active wifi connection to connect to the controller with vpn without 4sight. It can be any kind of wifi connection, hotspot, public etc…. But if you phone is connected only on 4-5g it requires a 4sight.
  3. I’m based in Europe i think zooz is only us frequency, i have tried fibaro, qubino, aeotec and others. At the moment the drivers dont support power metering it is not exposed in control4 but relays are working if that was your question. From the experience so far i can tell that 95% of the devices that i tried are working, the question is how well they work :). S0 devices if you activate a scene with 5-6 lights it knows to hung and sometimes takes 5-6-10 seconds to finish. S2 devices on other hand are working great i have around 15 lights and scene is finishing in 2-3 seconds. But at the moment i have tested only with one model of S2 device Fibaro Double Smart Module. The other that i have are not s2.
  4. it should work because i have tested a lot of different brands with generic drvier. Those with s2 encryption works better than those with s0. Shelly is S2 so i guess that it will work well. I should get shelly wave 2PM by the end of he month and will let you know how well will work.
  5. Ok i taught that there is some driver which those this directly
  6. Which driver do you use to expose homekit devices to Control 4?
  7. They work on all versions of c4 but not all versions on mosquitto server. 1.6 is working. Home Assistant addon 6.3.1 is working. Newer versions are not working.
  8. You can use this driver for that. https://github.com/itsfrosty/control4-2way-web-driver/tree/master i’v been using it for couple of years to send data to control4 and chowmain tcp driver to send data from Control4
  9. Hi Andrew, This is a screenshot from Shelly Temperature Display. So obviously it affects all thermostats on IOS17. Lets hope that Control4 will update the app soon.
  10. I think Control4 app update solve the issue, but i don't remember how long it took.
  11. I have the same problem with different thermostat driver, are you on ios17? The problem started for me when i updated my iphone, the ipad which is on ios 16.something doesn’t have that problem. This happened couple of years ago with another ios update. best regards
  12. I'm also interested at the moment i'm using Chowmain tcp driver and control4-2way-web-driver, and its working ok for now.
  13. I tested couple of DLNA servers but found that only miniDlna has all the features working, search, playlist only downside is that you need to edit manually the playlists files
  14. I can help you out, i'm on a business trip from tommorow till sunday but i can install it next week and start the testing, i have unraid and also a raspberry pi which is hosting my mqtt broker, zwavejs2mqtt and zigbee2mqtt containers. best regards
  15. Chowain’s - https://drivercentral.io/platforms/control4-drivers/utility/generic-tcp-command-control4-driver-chowmain/
  16. Hello i'm trying to send a post command to Home Assistant to control a light but having trouble to translate the format of the message, can somebody help me? The message i'm trying to send is: curl --location --request POST 'https://192.168.0.39:8123/api/services/light/turn_off' \ --header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiI5NjMxM2UzNTA1ZTc0ZWFlYmViZjEwMTg0MjE5NzlhNSIsImlhdCI6MTY2NTQyMDQ1MywiZXhwIjoxOTgwNzgwNDUzfQ.V8MO9vFarLCYsXBcq0ol6ZSiZiLb6JGrPp1wqMTg0Mj' \ --header 'Content-Type: application/json' \ --header 'Content-Type: text/plain' \ --data-raw '{"entity_id": "light.kid"}' I tried to put https://192.168.0.39:8123/api/services/light/turn_off in Web Address field and Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiI5NjMxM2UzNTA1ZTc0ZWFlYmViZjEwMTg0MjE5NzlhNSIsImlhdCI6MTY2NTQyMDQ1MywiZXhwIjoxOTgwNzgwNDUzfQ.V8MO9vFarLCYsXBcq0ol6ZSiZiLb6JGrPp1wqMTg0Mj; Content-Type: application/json&ampContent-Type: text/plain; {"entity_id": "light.kid"} In Post Data field but it is not working, i get a message in Home Assistant that there was ilegal login from ip address of the controller. When i use this request from postman its working ok. Any suggestions?
  17. I use Home Assistant with Control 4 to Integrate zwave and zigbee devices back to control4. For zwave i use Zwavejs2mqtt and for Zigbee zigbee2mqtt on Home Assistant side and Berto's (MQTT gateway, relay and contact), web 2-way and Generic TCP Plugin driver on control 4 side. From C4 side i push mqtt messages directly to zwavejs or zigbee2mqtt and for feedback i use HA automations to make http request to control4 on web 2-way driver and c4 variables for devices that are not relays and contacts, like dimmers, thermostats, temperature, lux and humidity sensors.
  18. Hello Berto, i wanted to test the drivers but the link is not valid anymore, are the drivers available for testing or not? Best regards
  19. Yes it works with any mqtt broker you need to configure zwavejs2mqtt on which broker it needs to connect
  20. Yes they are the same just depends on which platform you are installing it.
  21. I tried to force update the driver but its still on 1.12 where i can download fixed version?
  22. For Unraid i used the one that is in unraid app store just search zwavejs2mqtt, for home assistant there is addon developed by Home Assistant and its install from addons. Unraid https://unraid.net/community/apps/c/homeautomation?notTheDroidYoureLookingFor=d2JmamZlcHJ0bXZ1d3hzcGF5bWx1bGJvcXFlanJlamI%3D&q=Zwavejs#r home asistant https://github.com/hassio-addons/addon-zwavejs2mqtt
  23. I have one instance on Docker on unraid as a backup in case if i mess up my NUC or PI on which i run Home Assistant and diferent addons for my home, because i want to thinker with them
  24. I like to came up with the most complicated way to control my home zwave was connected to C4 via Vera but vera does not like the fibaro dimmers too much it is too slow if you control a scene, than i moved to native zwave on c4 for the dimmers but again the native zwave on c4 was slow and unreliable. In the meantime i used home assistant to translate some devices via http and mqtt to C4. Than i moved all my devices to zwavejs and i was amazed by the speed so now i’m using home assistant and node red to get states from zwavejs to c4 via C42WAY driver which accepts http commands in C4 and use generic tcp driver from chowmain to send http commands to Home Assistant. And just started to thinker with berto mqtt IoT gateway and etc drivers to see if i can simplify things. Back to your original question Home Assistant has a lousy ui and there is a lot of work to achive simple thing C4 has a great Ui that is why i’m using C4 plus i’m controling my AV via C4 p.s. I forgot i use home assistant also to expose all my devices to homekit
×
×
  • Create New...

Important Information

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