I have a problem that I cannot send packet by using switch.broadlink_send_packet_ip from service anymore.
There is no error display. The service is called but broadlink didn’t send any packet (I see no blue light as send packet from broadlink).
I have a problem that I cannot send packet by using switch.broadlink_send_packet_ip from service anymore.
There is no error display. The service is called but broadlink didn’t send any packet (I see no blue light as send packet from broadlink).
Working here on 0.62 - did your IP change?
I have fix ip for my broadlink rm so the ip never change. I try to send packet from dev service and nothing happen.
Same packet as what I put as switch work fine. but cannot use from dev service. broadlink didn’t respond anything, no light of send packet from broadlink.
my is hassbian and raspbian with HA 0.62
Something odd going on with mine too.
Existing switches still work fine but tried to learn a new code yesterday and, despite HA claiming it had sent the request the Broadlink didn’t respond. After that the switches stop working, couldn’t find device error in the log this time, and need to restart HA to get them back. Trying again produces the same results.
I have to say I haven’t learnt any new commands since they changed the service name so not sure exactly when my issue may have really started.
Thank for informing. Mine is the same. HA noticed it had sent the request but broadlink didn’t respond.
I noticed my broadlinks weren’t working today as well.
When i checked my scripts i was using - service: broadlink.send_packet_192_168_X_X
Once i changed to - service: switch.broadlink_send_packet_192_168_X_X
All started working again.
Glad to hear you got it working. It working in script and switch. but not from dev-service yesterday. Today after upgrade to 0.62.1 work correctly on dev-service.
Perfect
Haven’t got 62.1 hassio yet but adding ‘switch.’ to the dev-service got me where I wanted to be.