Which Camera specifically? All cams manufacturers have their own custom URLs
A pretty good source to look it up is here:
Oh I thought you knew the source for Oakter cameras
Already checked that, didnāt find anything
Apparently they use UDP for live streaming, thatās probably a first.
Oh, didnāt realize you are talking about oakter.
There are plenty of cheap camera available on amazon that are oficially ONVIF compliant.
One thing I realized early on in this hobby is that you should never pick any end-point with undocumented / proprietary APIs, or for that matter anything that does not allow for LAN based accessā¦
unless of course some good soul on github has already created an alternate mechanism to connect through some exploit (e.g tuya-connect)
Yeah youāre right but I received those Oakter products with a TV purchase so I thought I could use them since theyāre basically useless.
Does your AC behave exactly like HVAC in the iOS Home app? Any downsides youāve noticed?
It does. The only thing missing in Home app is the dehumidifier mode that does not show up (which does work from the lovelace HVAC control)
Itās a pretty good integration with no lags to speak of (as expected as itās all LAN)
Can you share details on how you configured OpenVPN with your Lightsail instance? Would you like to join my Discord to discuss this?
Itās a simple three step process.
-
Install a openvpn server on any VPS. I suggest lightsail with an India IP as their latency is (naturally) very low compared to any VPN outside India
-
Note the client config generate by openvpn (or save the ovpn file) and configure your router (if it supports ovpn client mode)ā¦ If not, take any linux box on your LAN and configure it as a client
-
Setup appropriate port-forwarding rules on the VPS and your local box
e.g. if you want port 8123 on 192.168.1.100 to be accessible then port forward 8123 from say 10.1.0.1 (lightsail ovpn tunnel IP ) to 10.1.0.2 (your local linux box tunnel IP)
Then forward 8123 from your linux box to 192.168.0.100
youāll need to enable port fwding on the kernel on both systems
sysctl net.ipv4.ip_forward=1
example of forwarding
iptables -t nat -A PREROUTING -p tcp --dport 8123 -j DNAT --to-destination 192.168.0.100:8123
finally enable NAT:
iptables -t nat -A POSTROUTING -j MASQUERADE
Thank you for that. When you configure your Linux machine as a client, does OVPN act as a separate network interface?
Also, can you help me set up Tasmota on the Oakter IR blaster? Sorry, Iām completely new to tinkering with gadgets this closely
NPā¦
Yes, ovpn will be a new virtual interface
And as for tasmota, sureā¦
The instructions on tasmota github are mostly self explanatory but happy to help out on any queries you may haveā¦
BTW You will also need a USB- Serial converter to flash
There is no other way to get it working with Home Assistant without accessing the board?
The only OTA flash that I know of for ESP8266 is Tuya-OTAā¦ However the target device needs to be running default tuya/smartlife firmware and the underlying chip should be ESP8266ā¦ That makes the exercise a bit of a hit & miss
e.g. the Oakter IR device uses ESP8266 and the backend platform is tuya but the firmware they use is a customised version and thus the OTA flash wonāt work
With lightbulbs (that you cannot really open up easily), tuya-ota is fine
However for devices that provide easy access to the pins, the physical serial connection for flashing is the preferred method.
It looks like this thread has gone in another direction.
Has anyone found any integration or way for Wipro devices to work with home assistant?
Wipro makes tons of devices - you will need to be more specific.
e.g. their smartbulbs and plugs use the standard smartlife platform.
You can register them via the Smartlife app and then use the native Tuya Integration on HA.
Better still, at least some of their bulbs use ESP8266 so you can flash them to a firmware of your choice (e.g. tasmota or esphome) and then integrate them onto HA
Devices from wipro that can be flashed with Tasmota via tuya convert and easily controlled via HA
- RGB & CWWW bulbs all of them
- 20W wipro smart batten.
Stay away from wipro smart plugs, as they come with a wifi chip which is not ESP8266, hence these cannot be flashed with tasmota.
The tuya integration works with wipro devices(bit delayed as its cloud based), for best results give up the wipro app and use smart life app even to add wipro devices.
I tested on a bulb and it worked with Tuya without flashing. Did not check the smart plugs yet.
It could have been better if they could be controlled within local network like Philips Hue.
Thatās what @bhushan0710 and I are pointing towards ā¦
If you want LAN control on any ESP8266 tuya device, you will need to flash it to a firmware like Tasmota or ESPhome
The 20w wipro smart batten looks like a nice option as dimmable smart tube lights. For 1200 on Amazon it seems quiet reasonable.
Rishab
What is the tasmota module?
Any suggestion for smart plug brand? Which one to use?
I prefer using tasmotized sonoff with extra relays. And use ttp223 as touch switches for manual control