Search found 7 matches

by haden
Monday 06 January 2020 17:13
Forum: LUA
Topic: sending multiple GPIO states to ESPeasy
Replies: 3
Views: 747

Re: sending multiple GPIO states to ESPeasy

Ahh thats wasn't clear when I read the documentation, but now I see it.
Thanks @waaren for great answer
by haden
Sunday 05 January 2020 20:13
Forum: LUA
Topic: sending multiple GPIO states to ESPeasy
Replies: 3
Views: 747

sending multiple GPIO states to ESPeasy

Hi I have a ventilation system i can control with an ESPEasy device, by sending URLs to it. In Domoticz i have a multiselector switch and a LUA script like this: commandArray = {} if devicechanged['Ventilation'] == 'Off' then print ("Ventilation switched to Off") commandArray['OpenURL']='http ...
by haden
Monday 14 January 2019 21:29
Forum: Python
Topic: Python plugin: UPS Monitor
Replies: 111
Views: 37057

Re: Python plugin: UPS Monitor

Thanks for nice plugin. works great

But for some reason i'm unable to see logs from any of the UPS devices on my Android phone using the lite app. It works fine for other sensors, and the UPS logs is working fine in a normal browser.
by haden
Wednesday 01 August 2018 15:56
Forum: Android
Topic: logs on UPS not working
Replies: 0
Views: 2128

logs on UPS not working

Hi Using Version: 4.9700 on Synology and domoticz lite app I have installed the NUT_UPS plugin https://www.domoticz.com/wiki/Plugins/NUT_UPS.html and everythings seems to work in the web interface using PC or Android chrome browser. But using the app i'm not able to view any logs from the UPS device ...
by haden
Friday 30 March 2018 22:09
Forum: Other questions and discussions
Topic: Getting data from Pellet boiler
Replies: 0
Views: 408

Getting data from Pellet boiler

Hi I would like to get data from my pellet boiler into Domoticz for logging. It has a web interface and I'm able to get data from it, using powershell or node-red, but how do i transfer a multi property/value JSON into Domoticz? First i need to request a token based on my user ID. Then i use this ...
by haden
Monday 05 February 2018 21:06
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: How to install Domoticz on a Synology NAS
Replies: 577
Views: 194482

Re: How to install Domoticz on a Synology NAS

Hi
Just installed stable version it on my DS414 and it works great.
One question: is Node-Red part of the package, and if yes, what is the address? URL:1883 doesn't seems to work.
If not, anyone have a guide on how to install NR?
by haden
Sunday 28 February 2016 17:51
Forum: Other questions and discussions
Topic: multiple values on temp device
Replies: 0
Views: 471

multiple values on temp device

Hi I extract some data from my floorheating using node-red and publish to MQTT. I'm able to view and log the data, but I would like to modify the device to show some more status. The data I receive is: {"idx":5,"svalue":"18.43;19;0;2"} which are (actual temperature, set temperature, mode, program ...