Welcome Guest ( Log In | Register )

56 Pages « < 43 44 45 46 47 > » Bottom

Outline · [ Standard ] · Linear+

 Smart Home, Let's discuss

views
     
alucard89
post Jul 27 2023, 10:38 PM

Look at all my stars!!
*******
Senior Member
4,454 posts

Joined: Apr 2006
QUOTE(celciuz @ Jul 27 2023, 10:04 PM)
Nice to know, I'm new to HA too. Just installed... first thing I wanna do now is for my alarm integration...

Damn I'm such a noob lol, can't even find the place to addon zzz.

EDIT: Damn.. HASS on docker can't have addons... tsk.
*
Can, it’s HACS that’s not available on docker
Need to grab the supervised ha install
alucard89
post Jul 28 2023, 09:34 AM

Look at all my stars!!
*******
Senior Member
4,454 posts

Joined: Apr 2006
QUOTE(celciuz @ Jul 28 2023, 06:02 AM)
So I need to look for supervised HA for docker?
Synology DSM 7.2, this is my 24/7 running system 😅
*
Correct, i never understand why got several version of ha installation when supervised installation is the definite one since got HACS for more custom components.
Sure no addons on the docker?
alucard89
post Jul 28 2023, 09:36 AM

Look at all my stars!!
*******
Senior Member
4,454 posts

Joined: Apr 2006
QUOTE(epicure @ Jul 28 2023, 08:47 AM)
This im not sure, cos i dont have HA. But i think if Tuya can be paired to HA much like how tuya can be paired to HB (with caveats on IOT account), so by right it should work right? I think lah
*
Should be added as homekit bridge directly to HA rather than going thru tuya iot. Just ordered zigbee lock (deadbolt type) from alibaba to test it out

alucard89
post Jul 28 2023, 09:39 AM

Look at all my stars!!
*******
Senior Member
4,454 posts

Joined: Apr 2006
QUOTE(dudester @ Jul 27 2023, 12:18 PM)
wifi version. How to check relay?
*
basically just check if the plug still works normally to turn on/off.
last time this happened the firmware got some issue, and I just install custom firmware on it.

probably gonna have to claim warranty since plug is compact and a bit difficult to crack open to do any firmware flashing.
alucard89
post Jul 28 2023, 10:40 AM

Look at all my stars!!
*******
Senior Member
4,454 posts

Joined: Apr 2006
QUOTE(celciuz @ Jul 28 2023, 10:24 AM)
What is the best way to run HA? How are you guys running HA ya?

Pi4?
*
Just stick with the synology bro, no need to get new hardware


alucard89
post Jul 28 2023, 10:42 AM

Look at all my stars!!
*******
Senior Member
4,454 posts

Joined: Apr 2006
QUOTE(Max @ Jul 28 2023, 09:49 AM)
Because at 1st it was contributer/ community support.
Everyone (contributer) trying to install it in many ways/machine/platform.
If something failed, the community cannot find the original contributer or it was abandoned.

Now HA only support several installation method and supervised is the recommended one with support.
*
Got these errors here but I just set to ignore it

user posted image

Still don't get what could impact the system since my ha is working just fine


alucard89
post Aug 17 2023, 09:18 AM

Look at all my stars!!
*******
Senior Member
4,454 posts

Joined: Apr 2006
QUOTE(epicure @ Aug 17 2023, 09:00 AM)
Yeah its very versatile. Currently i have used this “hack” for my alarm output and this rain sensor.

Can even make things like bed/chair sensor and amongst others. I saw it in the HA forums thread
*
Use it also for toilet seat detection, this was before mmwave entered the market
Btw, what casing do you use with the rain sensor?

This post has been edited by alucard89: Aug 17 2023, 09:19 AM
alucard89
post Aug 17 2023, 09:42 AM

Look at all my stars!!
*******
Senior Member
4,454 posts

Joined: Apr 2006
QUOTE(lucaswjk @ Aug 17 2023, 09:31 AM)
wow sonoff finally upgraded the tx series switch.
the sonoff tx ultimate 👍🏻... it come with esp32 chip ❤️



not gonna lie, the ring light too barbie for me 😩
*
Great for the kids, the touch feedback is pretty good at least from people who owned it
Can flash with esphome/tasmota now
Probably some work still needed for the speakers, as always backup stock firmware first
alucard89
post Aug 17 2023, 12:50 PM

Look at all my stars!!
*******
Senior Member
4,454 posts

Joined: Apr 2006
QUOTE(lucaswjk @ Aug 17 2023, 12:43 PM)
haiz few of my units have wifi issue...
lost contact with my AP(s), one of it even located next to the router.

im wondering will esphome or or this new esp32 able solve my problem...
*
Already got the tx ultimate?
Have you updated to latest tasmota v13?
That fixed disconnection issue on 1 of my switches
alucard89
post Aug 17 2023, 02:19 PM

Look at all my stars!!
*******
Senior Member
4,454 posts

Joined: Apr 2006
QUOTE(lucaswjk @ Aug 17 2023, 02:08 PM)
I'm using tasmota old version... last year Oct last update 🙃

few units need to flash manually, coz totally lost contact.
am lazy to unmount it
*
Fyi, once you ota update to v13.
Can't ota back to esphome because of partition changes, need to use serial method
Lost contact meaning still working as normal but doesn't connect to wifi?
alucard89
post Aug 17 2023, 08:00 PM

Look at all my stars!!
*******
Senior Member
4,454 posts

Joined: Apr 2006
QUOTE(lucaswjk @ Aug 17 2023, 05:09 PM)
as for lost contact, it wont be able to reconnect even i were to restart the main power supply.
*
I think the solution is to compile tasmota firmware with your wifi credentials baked in. So if accidentally reset it stays connected to your wifi

Can use these rules to auto restart if wifi disconnected, i haven’t use this since updating to v13

CODE

ON Wifi#Disconnected DO RuleTimer8 30 ENDON
ON WIFI#Connected DO RuleTimer8 0 ENDON
ON Rules#Timer=8 DO RESTART 1 ENDON


basically: Wifi disconnects: start a 30s timer. Wifi reconnects before timer expires: Cancel the timer. Timer expires: Reboot
alucard89
post Aug 17 2023, 11:19 PM

Look at all my stars!!
*******
Senior Member
4,454 posts

Joined: Apr 2006
QUOTE(lucaswjk @ Aug 17 2023, 10:28 PM)
esphome config is baked into the firmware rite
*
Yep, all in the firmware

Same, use timer for schedule
Use decoupled mode for tasmota light so they always stay powered
Then use wall switch for dimming, change color temp with device groups

Thought about adding ld2410 mmwave directly to the switch, but not useful if fans are nearby

My fan always at fan 2 speed, so no automation there otherwise wife complains 😆
alucard89
post Aug 19 2023, 02:18 PM

Look at all my stars!!
*******
Senior Member
4,454 posts

Joined: Apr 2006
QUOTE(lucaswjk @ Aug 19 2023, 01:32 PM)
i knew we can use dimmer switch...
but how u change color?
*
I use rules for that

CODE
rule2 on system#boot do Var1 0 endon
on Button1#State=11 do add1 1 endon
on Var1#State>=2 do Var1 0 endon

rule1 on Var1#State==0 do devgroupsend 7=13 endon #warm white
on Var1#State==1 do devgroupsend 7=12 endon #cold white


Each double press just toggles between cold/warm light. Obviously can already setup with ha automation but this is better with device group
alucard89
post Aug 19 2023, 06:50 PM

Look at all my stars!!
*******
Senior Member
4,454 posts

Joined: Apr 2006
QUOTE(lucaswjk @ Aug 19 2023, 06:20 PM)
beware, some ppl like cold sleep and others prefer hot sleep 😅
u r using tri color light?
i tot u were using rgb light strip
*
Just downlight and light bulbs
alucard89
post Aug 22 2023, 03:04 PM

Look at all my stars!!
*******
Senior Member
4,454 posts

Joined: Apr 2006
QUOTE(Created On 21/1/2021 @ Aug 22 2023, 02:33 PM)
Hello, I'm looking for a E27 smart bulb for my dining table pendant light.

Which brand should I choose? Philips Wiz? Yeelight? TP-Link?
*
Aubess E27 (tuya) is pretty good, bright cold white/warm and the usual rgb.
Optional to change custom firmware if you wanna avoid the cloud.
alucard89
post Aug 23 2023, 07:10 PM

Look at all my stars!!
*******
Senior Member
4,454 posts

Joined: Apr 2006
QUOTE(dest9116 @ Aug 22 2023, 11:19 PM)
Philips wiz supports matter. I would recommend that as in future matter will allow you to expand your smart home ecosystem easily.

Xiaomi no plans to support matter

Tuya until today still haven't come out their matter bridge

Yeelight is actually xiaomi subsidiary but so far they only support matter for their yeelight pro products
*
Saw this

https://www.hackster.io/news/espressif-laun...nt-8814670683ee

Seems like you can install on your existing devices (provided it has esp32 chip) and make it matter compliant

alucard89
post Aug 25 2023, 11:43 AM

Look at all my stars!!
*******
Senior Member
4,454 posts

Joined: Apr 2006
QUOTE(epicure @ Aug 25 2023, 09:32 AM)

2. I got the 3 meter length curtain rails. In the Box, you will get 3 rails, one of which is the rail that mounts to your curtain motor. The other 2 are the extension rails. Theres one rail that is partitioned to short lengths that are tied together with clips. This allows you to fine tune the length that you need for the curtains. I found that the materials used for the rails to be solid and firm. Definitely not flimsy at all. Thumbs up for that.

4. The installation was dead simple. Clip the extensions together to the desired length, and then twist the motor into its socket. Plug in the 13A supply to the motor, and your set. Once its powered up, just press the little button on the motor (named Set) and then click on the remote to pair. Note: prior to using the remote, make sure that you unclip the curtain lock latch, and pull both sides to the extreme ends of the rail, then lock it. This will ensure that the curtain motor will recognize the length of the curtains.
Thanks epicure
How's the noise when the curtains are running?
Silent enough to not wake you up when still sleeping?

I initially wanted to try the robot one that you just add to the rail but looks like it can a bit noisy.
As for the installation, when replacing the existing curtain, need to add plug new holes or anything else?

alucard89
post Aug 25 2023, 04:03 PM

Look at all my stars!!
*******
Senior Member
4,454 posts

Joined: Apr 2006
QUOTE(epicure @ Aug 25 2023, 12:58 PM)
Its pretty silent, won’t be loud enough to wake me.. but everyone’s sensitivity to noise whilst sleeping is different tho..

I reused the same brackets that held my original curtains. But its ok to add more if worried about the extra weight, due to the motor
*
Just remove the old ones and install the new curtain without drilling any new holes?
Can post demo video when it's running? Just to listen how silent it gets
alucard89
post Aug 28 2023, 06:43 PM

Look at all my stars!!
*******
Senior Member
4,454 posts

Joined: Apr 2006
QUOTE(trespasser @ Aug 28 2023, 06:11 PM)
Hi all, understand that for smart switches there will be wider selection if there is neutral cable available.

Hence I got question as below (for single phase electricity supply):

1. As I will be adding one light point to the ceiling, is it possible to splice a neutral wire at lighting point to the light switch for smart switch installation?

2. If to pull a new neutral wire from DB, will there be major hacking work for the house?

Anyone here has electrician familiar with pulling neutral wire can recommend?
*
1) meaning, looping neutral from the light fixture and extend to the switch?

2) not really

Fyi, there’s a also no neutral hack that works for wifi & zigbee. If you use zigbee switch it still acts as signal repeater/router

» Click to show Spoiler - click again to hide... «

alucard89
post Aug 30 2023, 05:03 PM

Look at all my stars!!
*******
Senior Member
4,454 posts

Joined: Apr 2006
QUOTE(trespasser @ Aug 28 2023, 07:09 PM)
Yeah. Something like this:

user posted image
Will it cause short circuiting for the light fittings?
*
No, should be ok as long as it's from the same mcb.
I had one switch that used neutral from a different mcb but no issues so far

56 Pages « < 43 44 45 46 47 > » Top
 

Change to:
| Lo-Fi Version
0.3514sec    0.67    7 queries    GZIP Disabled
Time is now: 29th November 2025 - 07:25 PM