patrick123
Expert Member
- Joined
- Apr 10, 2005
- Messages
- 2,894
- Reaction score
- 803
If you find the sensing to be erratic or not sensing, then you can lower the resistance.perfect thanks for the explanation, i will stick with a 220 Ohm resistor![]()
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
If you find the sensing to be erratic or not sensing, then you can lower the resistance.perfect thanks for the explanation, i will stick with a 220 Ohm resistor![]()
I did get the sensor with the SV working perfectly using ESPHome. The sensor showed the lumen count as expected. What ended up happening was that I needed an LED inside the alarm control panel to use but there was'nt one that changed based on Alarm / Disarm. After trying to use the outputs on the board for status, which didn't work, I've put this project on the back burner. There is an LED on the keypad, but I need to figure out how to mount the sensor in such a way that it looks nice and doesnt block access to the keys.did you ever get this to work?
I did get the sensor with the SV working perfectly using ESPHome. The sensor showed the lumen count as expected. What ended up happening was that I needed an LED inside the alarm control panel to use but there was'nt one that changed based on Alarm / Disarm. After trying to use the outputs on the board for status, which didn't work, I've put this project on the back burner. There is an LED on the keypad, but I need to figure out how to mount the sensor in such a way that it looks nice and doesnt block access to the keys.
I've got a old Texecom system. Looks helluva complicated what you are going to do, but let me know how it goes.what panel do you have? maybe try what i am going to do now?
I've got a old Texecom system. Looks helluva complicated what you are going to do, but let me know how it goes.
If you find the sensing to be erratic or not sensing, then you can lower the resistance.
Only a pleasure.thanks for your guidance.
just another question, what is the difference here between the
https://www.communica.co.za/products/kb817-b and https://www.communica.co.za/products/4n35
“Connected” is a relative term.
I’ve taken a dumb alarm and kept it pretty dumb with a wireless on/off ability and status monitoring.
Solved the lock issue. Youtube provided a good answer.. all I did was push the broken key futher in with the part that I still had and then turned .. I can't believe it worked. Btw, locks - look like they very easy to break. The two spanner method is frightening.
Would appreciate help on the HA/MQTT configuration.
I connected my Sonoff SV and I see it coming up on the Wifi. The Dr ZZs video shows the code that one needs to put in configuration.yaml into HA, etc - but when I enter it, config check complains.
Besides the Mqtt/wifi settings, this is what i used for the SV configuration:
Hostname: SONOFF_FrontGate
Mqttclient: SONOFF_FrontGate
Topic: SONOFF_FrontGate
FriendlyName1: Front-Gate
Code:in configuration.yaml cover: - platform: mqtt name: "SONOFF_FrontGate" state_topic: "cmnd/gatestate/POWER2" <<< I used gatestate as that was defined in the console ? command_topic: "cmnd/sonoffsv01/POWER" <<< what does sonoffsv01 refer too payload_open: "ON" payload_close: "ON" payload_stop: "ON" state_open: "ON" state_closed: "OFF" optimistic: false
I put the following in Tasmota console
PulseTime1 1
Switchretain 1
Powerretain 1
switchtopic2 gatestate <He has garagestate so i renamed to gatestate
switchmode1 0
switchmode2 2
Can someone post their config for a SONOFF SV across all the files i.e. configuration.yaml, customize.yaml, groups.yaml so I can use as a reference? Thank you.
After much fighting in the air with the garage motor, after testing it 100% on the ground it turns out the motherfucking bread board pins were being useless so I just soldered up the whole lot.
View attachment 595532
Tomorrow I will tackle the front gate which should be identical and then the alarm which should be simple enough but I want to see if I can get it more advanced with the PGM output.
Basically this off the top of my head...
Sonoff
Flash to Tasmota and then set configuration to Sonoff SV. Reboot and then set GPIO 14 to "10 Switch 2".
Go go console and do the following...
Code:Switchretain 1 Powerretain 1 switchtopic2 garagestate switchmode1 0 switchmode2 2 PulseTime1 5
Home Assistant
I was confused at first by DrZzs' use of the "cover" naming conversion until I figured out it's actually a component specifically for OpenGarage...
https://www.home-assistant.io/components/cover.opengarage/
And that's where the icons and template comes from for the up/stop/down arrows.
So therefore I needed the following...
configuration.yaml
Code:cover: !include cover.yaml
cover.yaml
Code:- platform: mqtt name: "Garage Door" state_topic: "cmnd/garagestate/POWER2" command_topic: "cmnd/garage/POWER" payload_open: "ON" payload_close: "ON" payload_stop: "ON" state_open: "ON" state_closed: "OFF" optimistic: false
groups.yaml
Code:Garage: name: Garage view: no control: hidden icon: mdi:garage entities: - cover.garage_door
customize.yaml
Code:cover.garage_door: device_class: garage friendly_name: Garage Door
And that should do the job.
Now to dig into the iOS and Homekit part of it.
guys sorry for all the spamming, working on a few things here.
to do this did you actually need that component?
Which component are you referring to? The cover one? It’s built right in.
Opengarage
- platform: mqtt
name: "Garage Door"
state_topic: "cmnd/garagestate/POWER2"
command_topic: "cmnd/garage/POWER"
availability_topic: "tele/garage/LWT"
payload_open: "ON"
payload_close: "ON"
# payload_stop: "ON"
state_open: "OPEN"
state_closed: "CLOSED"
payload_available: "Online"
payload_not_available: "Offline"
optimistic: false
retain: false
I think it’s originally based on that but it’s just a generic cover now.
Will try log in on my phone quick and see what remained eventually but it’s likely close to the same.
I think it’s originally based on that but it’s just a generic cover now.
Will try log in on my phone quick and see what remained eventually but it’s likely close to the same.
***
Code:- platform: mqtt name: "Garage Door" state_topic: "cmnd/garagestate/POWER2" command_topic: "cmnd/garage/POWER" availability_topic: "tele/garage/LWT" payload_open: "ON" payload_close: "ON" # payload_stop: "ON" state_open: "OPEN" state_closed: "CLOSED" payload_available: "Online" payload_not_available: "Offline" optimistic: false retain: false
sorry i never saw this edit. So you have this one switch and that is all? how did you present this on your overview screen?
I'm using the No Neutral option with a small capacitor installed at the light. No issues whatsoever. Works beautifully. Definitely the easier option. No Neutral switches are only about R30 to (maybe) R50 more expensive than the ones that do require a neutral wire - probably to cover the cost of the additional capacitor.Hey, freely admit that I am a bit late to the party here, but how are you guys solving the No Neutral issue in the light switch wiring. I have found the Capacitor based solution, but I'm wondering how safe this actually is.
Care to share you're setup, maybe some pics?I'm using the No Neutral option with a small capacitor installed at the light. No issues whatsoever. Works beautifully. Definitely the easier option. No Neutral switches are only about R30 to (maybe) R50 more expensive than the ones that do require a neutral wire - probably to cover the cost of the additional capacitor.
Nevertheless, I'm happy![]()
Futuremation is running a giveaway on there social media pages. For more info go here.