You can’t have TCP and UDP on the same port.
Why not? They are 2 completely separated set of ports. You can have a service listening on port 88 TCP while having another listening on port 88 UDP and they never know about each other.
You can’t have TCP and UDP on the same port.
Why not? They are 2 completely separated set of ports. You can have a service listening on port 88 TCP while having another listening on port 88 UDP and they never know about each other.
Aaaaaaa…so damned easy! 🤦🏻♂️ Thanks!
Ok, but what do you download on your smartphone?
Why not wasting 10 seconds to write something about the linked article?
I’ve always wondered what’s the use of a download manager, especially on a smartphone. What’s your use case?
Chinese…I don’t know how, but they manage to always create the worst UI. Also, chinese…I will definitely block Internet access except sometimes just to check for updates. The 10/100 NIC is enough for KVM, not for transferring ISOs 🫤 By the way, keep me posted.
And screenshots! We love screenshots!!! 😁
Wow, nice! At that price it’s way better than the PiKVM! Keep me posted on the resolution of your problem. Have you written to the support?
I can ping the devices. No firewall, the NIC is directly in the VLAN and the Proxmox firewall is off. How can I add a device manually? …I’m just starting with HA.
Thanks for the idea, that’s what I’ve been using with Node Red. Since I’ve discovered that the WiFi SSID is updated instantly, for me is better and faster to use that to fire an automation.
Nice idea, thanks!
I’ve added an extra NIC that is in the IoT VLAN, but there are no new devices. The NIC is ok, because I see that it gets the IP from the router. What can I check/run?
I missed that piece of information, thanks a lot!
I didn’t know that existed integrations for routers. I’m installing the one for OPNsense and I’ll try this method. by the way, I’ve just noticed that the wifi SSID to which I’m connected changes instantly in HA, I’ve no idea why! 😅
I’ll try it, thanks!
Well, I haven’t thought about it, I can’t see any drawback. Thanks!
I remove the feature “Climate HVAC mode” and added it again and now I can use it.
I’m trying to use the generic thermostat:
climate:
- platform: generic_thermostat
name: termostato_raffreddamento
heater: switch.valvola_climatizzazione
target_sensor: sensor.aqara_temp_sala_temperature
min_temp: 24
max_temp: 28
ac_mode: true
target_temp: 26
cold_tolerance: 0.1
hot_tolerance: 0.1
min_cycle_duration:
seconds: 300
keep_alive:
minutes: 3
initial_hvac_mode: "off"
away_temp: 28
precision: 0.1
But I only have the button to turn it off:
If I click it nothing happens. What have I done wrong?
In Android NFC doesn’t work when the device is locked 🙁 That’s strange that it does on iPhones, usually is the other way around! 😄
What’s there to laugh about? DNS protocol uses both ports: TCP for zone transfer and UDP for queries.