Search found 13 matches
- Thursday 23 July 2020 21:07
- Forum: Python
- Topic: Python plugin: Modbus RTU / ASCII / TCP/IP
- Replies: 401
- Views: 134115
Re: Python plugin: Modbus RTU / ASCII / TCP/IP
forgot to install pip3 and modbus tcp :oops: now it works, at least i see th emodbus settings. got another thing now, the modbus device has a holding register and 8byte float. i dont see the 8byte float, do i have to change modbus ini file ? Hi, 8 byte float is very rare, can you post specs and pdf ...
- Wednesday 22 July 2020 16:19
- Forum: Python
- Topic: Python plugin: Modbus RTU / ASCII / TCP/IP
- Replies: 401
- Views: 134115
Re: Python plugin: Modbus RTU / ASCII / TCP/IP
forgot to install pip3 and modbus tcp 
now it works, at least i see th emodbus settings.
got another thing now,
the modbus device has a holding register and 8byte float.
i dont see the 8byte float, do i have to change modbus ini file ?

now it works, at least i see th emodbus settings.
got another thing now,
the modbus device has a holding register and 8byte float.
i dont see the 8byte float, do i have to change modbus ini file ?
- Monday 20 July 2020 21:44
- Forum: Python
- Topic: Python plugin: Modbus RTU / ASCII / TCP/IP
- Replies: 401
- Views: 134115
Re: Python plugin: Modbus RTU / ASCII / TCP/IP
must be doing something wrong. today fresh install buster-lite and domoticz 2020.2 copied the files in to the plugin folder /home/pi/domoticz/plugins/modbus-read the file plugin.py /home/pi/domoticz/plugins/modbus-write the file plugin.py restart, reboot but stil nog modbus in the list of devices ...
- Wednesday 26 December 2018 16:09
- Forum: Switches and Scenes
- Topic: threeway switch traveler system
- Replies: 7
- Views: 813
Re: threeway switch traveler system
removed the mqtt other devices stopped working i have to solve this with HTTP commands
- Wednesday 26 December 2018 15:30
- Forum: Switches and Scenes
- Topic: threeway switch traveler system
- Replies: 7
- Views: 813
Re: threeway switch traveler system
got mqtt working now
stil the same issue the icon changes but the command is stil send from domotiqz
i just need a way only update the icon and not trigering the commad that is linked to the on or off status of the icon
that command can only be triggered bu clicking on the icon in domoti
stil the same issue the icon changes but the command is stil send from domotiqz
i just need a way only update the icon and not trigering the commad that is linked to the on or off status of the icon
that command can only be triggered bu clicking on the icon in domoti
- Wednesday 26 December 2018 15:16
- Forum: Switches and Scenes
- Topic: threeway switch traveler system
- Replies: 7
- Views: 813
Re: threeway switch traveler system
I looked again i use http command to donotiqz server, sorry for not understanding.
now i want to enable mqtt how to do that ?
now i want to enable mqtt how to do that ?
- Wednesday 26 December 2018 15:09
- Forum: Switches and Scenes
- Topic: threeway switch traveler system
- Replies: 7
- Views: 813
Re: threeway switch traveler system
domoticz/in ?? can you explain that ?
- Monday 24 December 2018 18:29
- Forum: Switches and Scenes
- Topic: threeway switch traveler system
- Replies: 7
- Views: 813
Re: threeway switch traveler system
yes i use the mqtt how do you send trhat command from the rules section ?
- Saturday 22 December 2018 20:16
- Forum: Switches and Scenes
- Topic: threeway switch traveler system
- Replies: 7
- Views: 813
threeway switch traveler system
Hi, i want to control light in a room with domoticz and the threeway switch. The wall switch is a threeway switch so i can buils a travelar system Walswitch and relay witch changeover contacts together is should work as a traveler system Now i encounter the problem that the actual state of the light ...
- Thursday 15 November 2018 16:51
- Forum: LUA
- Topic: reading data from json and update virtual sensor http poller
- Replies: 2
- Views: 3014
reading data from json and update virtual sensor http poller
Hi all, i want to read the value from a server and display that value in Domotiqz if i sned this command with forefox: http://172.16.100.207:8080/rest/v1/realtime/byXid/DP_665943 i got the response : { "name" : "Buiten Temperatuur", "value" : 9.0, "type" : "Numeric", "path" : "/", "time ...
- Monday 25 June 2018 8:54
- Forum: Python
- Topic: Python plugin: Modbus RTU / ASCII / TCP/IP
- Replies: 401
- Views: 134115
Re: [RELEASED] Python plugin: Modbus RTU / ASCII / TCP/IP
its the software bridge that runs on the pi.
I tried an install on strech that didn'r work....
The apple is up to date.
but what about the -U optopn for th einstall command, that is the problem i ran in to.
Or is that also jessie related ?
I tried an install on strech that didn'r work....
The apple is up to date.
but what about the -U optopn for th einstall command, that is the problem i ran in to.
Or is that also jessie related ?
- Sunday 24 June 2018 20:29
- Forum: Python
- Topic: Python plugin: Modbus RTU / ASCII / TCP/IP
- Replies: 401
- Views: 134115
Re: [RELEASED] Python plugin: Modbus RTU / ASCII / TCP/IP
i have jessie beacause my apple homekit plugin did not wok on strech.
got it working now, afraid to update to strech.
can i have second raspberry run the modbus software and then send the data to domoticz running on jessie ?
got it working now, afraid to update to strech.
can i have second raspberry run the modbus software and then send the data to domoticz running on jessie ?
- Friday 22 June 2018 10:10
- Forum: Python
- Topic: Python plugin: Modbus RTU / ASCII / TCP/IP
- Replies: 401
- Views: 134115
Re: [RELEASED] Python plugin: Modbus RTU / ASCII / TCP/IP
Hi, trying to get this working i have a problem installing the dependancies is not working i type in putty sudo install -U pymodbus pymodbusTCP the response from the pi is: sudo install -U pymodbus pymodbusTCP install: invalid option -- 'U' Try 'install --help' for more information. if i try --help ...