m0urs / arlo-fhem

"arlo-fhem" is a module for sending control commands from FHEM to ARLO and also receving status information from ARLO and saving them to FHEM.
GNU Lesser General Public License v3.0
1 stars 0 forks source link

"get-mode" does not return the correct status #31

Closed m0urs closed 2 years ago

m0urs commented 3 years ago

Even if "set-mode" is working fine, "get-mode2 does not return the correct status. Immediately after connect, 2get-mode" does work. After some time it stops working until a reconnect occurs.

m0urs commented 3 years ago

Seems related to https://github.com/twrecked/pyaarlo/issues/77

m0urs commented 2 years ago

Fixed in https://github.com/m0urs/arlo-fhem/tree/mqtt

m0urs commented 2 years ago

Fixed indirectly by upgrading upstream code to version 0.8.0.alpha.12 (https://github.com/m0urs/arlo-fhem/pull/32)