-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Hey @redphx, great job with this PoC! I had to tweak a few things to make it work with a Cubetouch II, but eventually I could get there. :)
I wanted to ask you: have you manged to read the current device status? That would be particularly useful when using the fingerbot in the "switch" mode, because you need to know the current on/off status if you want to send the correct DP to toggle the switch.
I see that there is a FUN_SENDER_DEVICE_STATUS value in your pyfingerbot library, but sadly, that is not used anywhere in the current implementation. I tried to use this in the same way as the other methods do, and I do receive some DPs as a result (code 32769), but the data I receive is always the same, both when the switch is on and when it is off.
If you have tried something in this sense, can you please share some information about that? Thanks!