Jump to content
C4 Forums | Control4

eon

c4Forums Member
  • Posts

    43
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by eon

  1. It supports all kind of zwave devices and they are very fast, much faster than native zwave dongle of c4 with fibaro dimmer 2 and much faster than vera. At the moment on my zwave js network which i run with home assitant i have Fibaro Single Switch, fibaro Double Switch, Fibaro Dimmer, Aeotec Nano Dimmer, Aeotec Smart Switch 5 and 6, Aeotec Multi Sensor 6 and Trisensor, Remotec Zxt600 and 120 Ir transmiters for Split AC., Danalock Lock POPP Keypad, Qubino Single Relay, Heiman Temp and Humidity Sensor, Heiman Smoke Sensor, Zipato Bulb. I think that i didnt miss anything , beside mqtt there is also websocket api. https://github.com/zwave-js If you need someone for beta testing i’m available.
  2. Hello @david@berto.co.uk i’m using FGS-212 from Fibaro connected to a zwavejs2mqtt, the topic that this switch is using is z2m/Balcony/37/1/targetValue/set for control and z2m/Balcony/37/1/currentValue for feedback state. The payload is true and false only. So in mqttrelay driver im using z2m/Balcony/37/1/targetValue/set false and z2m/Balcony/37/1/targetValue/set true for control of the light and its working as expected. I tried http://www.chowmainsoft.com/relay-to-light connected to your mqtt relay and scenes - advanced lightning is working and the relay is controlled. But with your driver they are not controlled through scene - advanced lightning. best regards
  3. I’m using zwave switch connected via mqtt, the relay light is connected to mqtt relay, i can switch on and off the light manually but when input it on scene is not responding. If i manually activate the light the scene is reporting accoringly -active/inactive. best regards
  4. I”m device that is not supported by iot gateway and using mqtt relay connected to mqtt bridge to control the light.
  5. Sorry i was talking about this driver https://www.berto.co.uk/berto-relay-light not https://www.berto.co.uk/berto-iot-light
  6. Hello @david@berto.co.uk have you noticed that relay light driver is not working with advanced lightning scenes? When you put the light in a scene it is not controlled. one more thing, have you consider to develop an integration with zwavejs2mqtt? Since you already have zigbee2mqtt i believe it is not that much different. best regards
  7. The link for downloading IOT Gateway driver is not working. ..... Never mind i updated it through composer
  8. Most likely it will never happen.... the leader that is mentioned above is putting on the roadmap whatever you ask on the forum but i'm not confident that he understand what are people asking
  9. Also try to parse the TEMPERATURE_C to variable to see if its empty or if it gives a value, in the thermostata that i’m using the variable for current temperature is CURRENT_TEMP
  10. Try Proxi id instead of device id
  11. You can use the following format ${DEVICE_ID::VARIABLE_LABEL}, it works i’m using it
  12. If device sends a value in some topic its possible, i’m doing this with zwave device. in programing chose when general message received set condition if topic is (topic on which value is sent) and pass the number value to a temperature display device. Maybe also you will need to play with variables to convert from number to float depending on what type of number temperature device is recieving. you will need to add the topic in properties in topics field and restart the mqtt bridge
  13. You need to add lock device from common devices menu and connect it to the zwave lock device from vera
  14. I dont have a lock in my system, can you post the code for the rest sensor from home asistant and also which variable are you pooling?
  15. You need to setup the rest sensor with scan interval... how often home assistant to query the value from control4. The driver is working on 3.2.1
  16. A little late but try this plugin in vera.... all of the virtual devices can be ported in Control4 https://github.com/toggledbits/Switchboard-Vera
×
×
  • Create New...

Important Information

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