Announcement

Collapse
No announcement yet.

API out Device>>FromHS[0]>>How to configure the Device to pass an own Value eg..?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    API out Device>>FromHS[0]>>How to configure the Device to pass an own Value eg..?

    Did anyone can help me to get my own Value in one Output Device.I messure my Water with an Watermeter by Nodemcu an ESPeasy.So i get some MQTT Devices in Homeseer.
    There be the Liter and the Total Count.
    My MQTT-Devices
    Now i want to send this value to an arduino mege with a Nextion display.
    CouldĀ“nt find here anything about setting the Value up.I tried to trigger with a Script:

    sub main
    dim qa
    qa=hs.DeviceValue(428)/100 >>that is the Value from MQTT
    hs.SetDeviceValue "435",qa >>that should be the Value for the API out Device
    end Sub

    I controll it with the serial monitor of the Arduino IDE,nothings happend

Working...
X