Search found 5 matches

by raymonvdm
Saturday 05 January 2019 1:24
Forum: Python
Topic: Python plugin: Modbus RTU / ASCII / TCP/IP
Replies: 401
Views: 144165

Re: [RELEASED] Python plugin: Modbus RTU / ASCII / TCP/IP

I`m trying to setup the READ plugin to pull an output from a WAGO PLC. I still learning the basics of the PLC but i got a working Node-RED setup using this youtube video https://www.youtube.com/watch?v=fV78MQks6BI But when i want to read the value using the plugin it is not working yet. I have 3 ...
by raymonvdm
Friday 01 December 2017 9:59
Forum: Other questions and discussions
Topic: Watermeter lezen met raspberry en Inductieve NPN sensor
Replies: 394
Views: 119611

Re: Watermeter lezen met raspberry en Inductieve NPN sensor

I build a watermeter based on a NodeMCU and LJ12A3-4-Z/BX and this is working fine. However the Arduino Sketch i used boots with the counter on 0 and starts couting until the next reboot (which is fine for now) I`m sending the data to Domoticz every 5 minutes but Domoticz is adding the values to the ...
by raymonvdm
Monday 23 May 2016 16:13
Forum: ESP8266
Topic: [ESP8266] Commercial H801 WiFi RGB-dimmer topic
Replies: 119
Views: 83540

Re: [ESP8266] Commercial H801 WiFi RGB-dimmer topic

I also had issue with communicating with the H801 chip using Arduino IDE 1.6.9 on Windows. I also tried it on Ubuntu and it worked without issues (chmod 777 /dev/ttyUSB0) So now i have flashed it with the eryk.io ino https://eryk.io/2015/10/esp8266-based-wifi-rgb-controller-h801/ and it is working ...
by raymonvdm
Thursday 14 April 2016 11:22
Forum: Utility
Topic: [kWh] Which device type to select to update with JSON
Replies: 2
Views: 2588

Re: [kWh] Which device type to select to update with JSON

Is there anyone who can explain me which device type to add ? Counter (RFXMeter) does not seem to do the trick Or maybe it does ? http://:8080/json.htm?type=devices&rid=5 { "ActTime" : 1460626687, "ServerTime" : "2016-04-14 11:38:07", "Sunrise" : "06:41", "Sunset" : "20:33", "result ...
by raymonvdm
Wednesday 13 April 2016 3:20
Forum: Utility
Topic: [kWh] Which device type to select to update with JSON
Replies: 2
Views: 2588

[kWh] Which device type to select to update with JSON

There are several ways to get kWh data in Domoticz. But none of them seem to be matching to my setup :D I have a kWh meter which sends me 3 kWh values once every x minutes. This is not a counter it is an actual value. So i created a dummy device (Electric Instant Counter) and think i need to use the ...