Open EoinTheHealy opened 4 years ago
Your local address is incorrect. It should be local IP address of your device that is connected to the WIFI network
Your local address is incorrect. It should be local IP address of your device that is connected to the WIFI network
@eschava Firtsly, congratulations for probably the most useful plugin I've seen in a while, it's helping a lot with one of my RM4!
I tried several custom.confs but I'm not getting "lookup" or "multiple lookup" to work, it only works when I set device_type to 'rm4' and one static IP/mac on direct connection.
Currently I'm trying multiple devices with the following custom.conf:
` device_type = 'multiple_lookup'
lookup_timeout = 5 local_address = '5.5.5.6' ## raspberry pi ip
device_host = '5.5.5.9' ## broadlink rm4 no.1 device_mac = 'A0:43:B0:31:AC:02' device_host = '5.5.5.8' ## broadlink rm4 no.2 device_mac = 'a0:43:b0:15:8a:93' ` Could you post an example custom.conf file showing how should be the correct syntax to define two devices on direct connections specifying IP/mac? I understand I would need to specify rm4 on device type as well. If it's not supported, could you please implement that? It's going to be a life saver!
Thanks so much in advance!
for device_type = 'multiple_lookup' parameters device_host/device_mac are ignored, local_address is still strongly required for devices connected to several networks BTW, lookup_timeout = 5 looks to small. Could you set it to 30 at least for a test?
Hello,
thanks for your work. I installed your code a couple of days ago. It works very good with one device (rm).
Now I tried the multiple_lookup and it failed. The „normal“ lookup doesnt work, too.
Whats the deal with the local ip? Earlier, you posted „ should be local IP address of your device that is connected to the WIFI network“. What does that exactly mean.
My devices are in a vlan seperated from my servers. Could that be a reason (special multicast…)?
greets, jopenhuber
Earlier, you posted „ should be local IP address of your device that is connected to the WIFI network“. What does that exactly mean.
I mean that you need to specify there IP address of the network interface connected to the same network as your broadlink devices
Hi,
I have 2 bg1 sockets. I can use a custom.conf that works for each individually.
and
I'm trying to combine them with
I'm not sure what to specify for host/mac for multiple devices.
Getting response:
Am I missing something here?