Hello all,
Is there any way to update a virtual device's state in Homeseer without having it immediately re-send its state out of the Homeseer nodes when it gets changed?
Example flow:

I've made an arduino-compatible device that checks the state of my computer, and can turn it on/off based using the pins for the power button.
I would like to be able to ask Google Assistant whether my computer is on or off, then be able to tell it if I want to turn it off/on.
Problem: When a message comes in from MQTT (lower of the above two flows) and updates the state of the "Computer" virtual device, it will also then send the new state from the Homeseer node in the upper flow, which would then toggle the real-life computer off/on.
Is there any way to prevent this from happening? I've come up with kind of an annoying workaround, which would involve asking Google Assistant "is my Computer Status on?" then telling it "Turn my Computer off" (i.e. using different keywords for status vs. control). I would really like to avoid duplicating these objects and having to remember to append the word "status" when checking the status of it vs. changing its state, so am asking here if there is another way to do it.
Thank you
Is there any way to update a virtual device's state in Homeseer without having it immediately re-send its state out of the Homeseer nodes when it gets changed?
Example flow:
I've made an arduino-compatible device that checks the state of my computer, and can turn it on/off based using the pins for the power button.
I would like to be able to ask Google Assistant whether my computer is on or off, then be able to tell it if I want to turn it off/on.
Problem: When a message comes in from MQTT (lower of the above two flows) and updates the state of the "Computer" virtual device, it will also then send the new state from the Homeseer node in the upper flow, which would then toggle the real-life computer off/on.
Is there any way to prevent this from happening? I've come up with kind of an annoying workaround, which would involve asking Google Assistant "is my Computer Status on?" then telling it "Turn my Computer off" (i.e. using different keywords for status vs. control). I would really like to avoid duplicating these objects and having to remember to append the word "status" when checking the status of it vs. changing its state, so am asking here if there is another way to do it.
Thank you
Comment