- Posts: 12
- Thank you received: 0
EasyIoT wrote:
freol wrote: Ok, doesnt work with the extra / at the end either. Will be waiting patiently on the next release then
It should work, because WEB interface updates value that way. Try this in WEB browser:
http://localhost/Api/EasyIoT/Control/Module/Virtual/N2S0/ControlLevel/2/
Just change localhost -> IP address, N2S0 -> module address and 2 - value.
Please Log in or Create an account to join the conversation.
freol wrote:
EasyIoT wrote:
freol wrote: Ok, doesnt work with the extra / at the end either. Will be waiting patiently on the next release then
It should work, because WEB interface updates value that way. Try this in WEB browser:
http://localhost/Api/EasyIoT/Control/Module/Virtual/N2S0/ControlLevel/2/
Just change localhost -> IP address, N2S0 -> module address and 2 - value.
Ok, I tested to define the sensor as an analog output (instead of input) and then it actually works. But if defined as analog input, no response at all.
I guess it should be possible to update the input as well?
Please Log in or Create an account to join the conversation.
In current version no, but I will add support to update also input. It will be possible for example update virtual temperature node from ESP8266 and DS18B20 only with LUA script.
Please Log in or Create an account to join the conversation.