Search found 35 matches
- Monday 27 December 2021 10:39
- Forum: Python
- Topic: Python Framework 'Error message': Reference Count not correct, expected
- Replies: 9
- Views: 3560
Re: Python Framework 'Error message': Reference Count not correct, expected
Same with one of my plugin, I'm subscribing 
- Monday 27 December 2021 10:36
- Forum: Python
- Topic: Feature request > Get other devices data (not plugin managed devices)
- Replies: 2
- Views: 688
Re: Feature request > Get other devices data (not plugin managed devices)
I up this thread and hope Dnpwwo will read ;)
This may sound weird but I really have the need.
My plugin manage Mitsubishi air conditionner units (https://github.com/Masurov/Domoticz-MitsubishiHpMQTT-Plugin). To make the regulation, the AC unit takes current temperature value from internal sensor ...
This may sound weird but I really have the need.
My plugin manage Mitsubishi air conditionner units (https://github.com/Masurov/Domoticz-MitsubishiHpMQTT-Plugin). To make the regulation, the AC unit takes current temperature value from internal sensor ...
- Wednesday 25 August 2021 14:36
- Forum: Python
- Topic: Gettign the value from a temperature device in a python plugin
- Replies: 6
- Views: 829
Re: Gettign the value from a temperature device in a python plugin
I had the same concern and created a topic : viewtopic.php?f=65&t=35121
Getting access to other devices state with read only access from a plugin would be very useful.
Getting access to other devices state with read only access from a plugin would be very useful.
- Saturday 20 March 2021 10:40
- Forum: Python
- Topic: Python Plugin Framework limitation to 256 Units
- Replies: 51
- Views: 7104
Re: Python Plugin Framework limitation to 256 Units
Very good news about this plugin system upgrade, thank you for this Dnpwwo !
I know this is not about the topic subject, but could take a look at an issue I encountered with the plugin. This is not an real issue but something lacking : https://www.domoticz.com/forum/viewtopic.php?f=65&t=35121
This ...
I know this is not about the topic subject, but could take a look at an issue I encountered with the plugin. This is not an real issue but something lacking : https://www.domoticz.com/forum/viewtopic.php?f=65&t=35121
This ...
- Saturday 09 January 2021 12:01
- Forum: Python
- Topic: Python Plugin : Mitsubishi AC MQTT interface
- Replies: 3
- Views: 1507
Re: Python Plugin : Mitsubishi AC MQTT interface
The plugin has been updated :
1.3 Added remote temperature sending to the heatpump
Also forgot to mention this done a while ago :
1.2 Added login and password parameters for MQTT broker connection
1.3 Added remote temperature sending to the heatpump
Also forgot to mention this done a while ago :
1.2 Added login and password parameters for MQTT broker connection
- Friday 08 January 2021 16:34
- Forum: Python
- Topic: Feature request > Get other devices data (not plugin managed devices)
- Replies: 2
- Views: 688
Re: Python plugin, how to get a device not handled by the plugin ?
Before I can find a real solution, I implemented the sensor data retrieval from the web api. As I had assumed, this is really ugly .
I have to re specify the connection details to the domoticz server (username, password, port, ...) for the plugin to work. Whereas the plugin is running inside ...
I have to re specify the connection details to the domoticz server (username, password, port, ...) for the plugin to work. Whereas the plugin is running inside ...
- Thursday 07 January 2021 17:29
- Forum: Python
- Topic: Feature request > Get other devices data (not plugin managed devices)
- Replies: 2
- Views: 688
Feature request > Get other devices data (not plugin managed devices)
Hi,
I'm developing a plugin which needs "external" device value. By "external", I mean a device which has not been created by the plugin.
I usualy access to the plugin devices like this
Devices[unit]
Now I need to access another device nvalue. By idx, ID or name looping in an array, whatever ...
I'm developing a plugin which needs "external" device value. By "external", I mean a device which has not been created by the plugin.
I usualy access to the plugin devices like this
Devices[unit]
Now I need to access another device nvalue. By idx, ID or name looping in an array, whatever ...
- Tuesday 29 October 2019 22:25
- Forum: Dashticz
- Topic: How to swipe between screens on a Windows 10 touchscreen ?
- Replies: 8
- Views: 1357
Re: How to swipe between screens on a Windows 10 touchscreen ?
The latest swiper (4.5.1) fixes swiping on windows 10 tablet. I just made a drop in replacement of vendor\swiper folder.
The issue was referenced on the swiper github : https://github.com/kidjp85/react-id-swiper/issues/230
However the navigation buttons are lost.
The issue was referenced on the swiper github : https://github.com/kidjp85/react-id-swiper/issues/230
However the navigation buttons are lost.
- Monday 28 October 2019 21:59
- Forum: Dashticz
- Topic: How to swipe between screens on a Windows 10 touchscreen ?
- Replies: 8
- Views: 1357
Re: How to swipe between screens on a Windows 10 touchscreen ?
I just tried.
=> Gives the same result.
To see what is changing, I also tried
=> It puts the 2 screens visible with a scrollbar.
Code: Select all
if (true ) {To see what is changing, I also tried
Code: Select all
if (false)- Monday 28 October 2019 20:37
- Forum: Dashticz
- Topic: How to swipe between screens on a Windows 10 touchscreen ?
- Replies: 8
- Views: 1357
Re: How to swipe between screens on a Windows 10 touchscreen ?
I shouldn't have mentioned workaround as accepted in my request 
Thanks for the suggestion though I'm looking for a working swipe
Thanks for the suggestion though I'm looking for a working swipe
- Monday 28 October 2019 20:02
- Forum: Dashticz
- Topic: How to swipe between screens on a Windows 10 touchscreen ?
- Replies: 8
- Views: 1357
How to swipe between screens on a Windows 10 touchscreen ?
Hi Dashticz community,
I'm giving a try at Dashticz and I love the simplicity and possibilities. I designed a 2 screens dashboard. When I'm testing it on my desktop, I "drag and drop" to switch between screens, fine.
I tested the same on my Teclast TBook T11 tablet running on Windows 10. No ...
I'm giving a try at Dashticz and I love the simplicity and possibilities. I designed a 2 screens dashboard. When I'm testing it on my desktop, I "drag and drop" to switch between screens, fine.
I tested the same on my Teclast TBook T11 tablet running on Windows 10. No ...
- Thursday 24 October 2019 18:56
- Forum: Dashticz
- Topic: Which features require PHP ?
- Replies: 3
- Views: 522
Re: Which features require PHP ?
Thanks for detailed answer !
- Thursday 24 October 2019 14:02
- Forum: Dashticz
- Topic: Which features require PHP ?
- Replies: 3
- Views: 522
Which features require PHP ?
Hi,
I'd like to test Dashticz. I read in the documentation that PHP i needed Main reason is that for most functionality PHP support in the web server is needed... That means that Dashticz needs to be installed under a different web server with PHP enabled
But can Dashticz still run without PHP ...
I'd like to test Dashticz. I read in the documentation that PHP i needed Main reason is that for most functionality PHP support in the web server is needed... That means that Dashticz needs to be installed under a different web server with PHP enabled
But can Dashticz still run without PHP ...
- Friday 26 July 2019 7:42
- Forum: Other questions and discussions
- Topic: How to replace a Xiaomi Sensor keeping the same device ?
- Replies: 2
- Views: 1468
Re: How to replace a Xiaomi Sensor keeping the same device ?
this is perfect !
I just made a google search without finding anything, I feel dumb
I just made a google search without finding anything, I feel dumb
- Thursday 25 July 2019 20:08
- Forum: Other questions and discussions
- Topic: How to replace a Xiaomi Sensor keeping the same device ?
- Replies: 2
- Views: 1468
How to replace a Xiaomi Sensor keeping the same device ?
Hi,
I have a defective Xiaomi temperature sensor. I can add the new one but I'd like to keep and continue the data history on the same Domoticz device.
How the best way to do that ? I don't mind if it requires doing sqlite database update while domoticz not running.
ps : The scripts are not the ...
I have a defective Xiaomi temperature sensor. I can add the new one but I'd like to keep and continue the data history on the same Domoticz device.
How the best way to do that ? I don't mind if it requires doing sqlite database update while domoticz not running.
ps : The scripts are not the ...
- Monday 24 June 2019 19:59
- Forum: Python
- Topic: Python Plugin : Mitsubishi AC MQTT interface
- Replies: 3
- Views: 1507
Re: Python Plugin : Mitsubishi AC MQTT interface
Plugin updated to 1.1
fixes a bug with python < 3.7 : selector states were messed up at the device creation
fixes a bug with python < 3.7 : selector states were messed up at the device creation
- Saturday 15 June 2019 13:59
- Forum: Python
- Topic: Python Plugin : Mitsubishi AC MQTT interface
- Replies: 3
- Views: 1507
Python Plugin : Mitsubishi AC MQTT interface
Hi,
Here is my second plugin :
https://github.com/Masurov/Domoticz-MitsubishiHpMQTT-Plugin
It uses the great MQTT serial interface from Swicago
Prerequisites :
- have an ESP flashed with Swicago's MQTT program (see examples folder)
- wiring the ESP according to the schema
- MQTT broker
To sum ...
Here is my second plugin :
https://github.com/Masurov/Domoticz-MitsubishiHpMQTT-Plugin
It uses the great MQTT serial interface from Swicago
Prerequisites :
- have an ESP flashed with Swicago's MQTT program (see examples folder)
- wiring the ESP according to the schema
- MQTT broker
To sum ...
- Wednesday 29 May 2019 19:19
- Forum: Python
- Topic: Python Plugin: Shelly MQTT
- Replies: 504
- Views: 124452
Re: Python Plugin: Shelly MQTT
Hi,
Do you plan to support Shelly EM for energy monitoring ?
https://shelly.cloud/product/wifi-smart ... rgy-meter/
Do you plan to support Shelly EM for energy monitoring ?
https://shelly.cloud/product/wifi-smart ... rgy-meter/
- Sunday 05 May 2019 14:28
- Forum: Python
- Topic: [RELEASE] Paradox alarm PRT3 serial interface plugin
- Replies: 3
- Views: 1911
Re: [RELEASE] Paradox alarm PRT3 serial interface plugin
Hi,
You need :
- PRT3 serial interface module plugged on your EVO board, it's compatible with all EVO boards (see link).
- wired connection betweeb PRT3 module and your Domoticz server (USB or RS232)
And the plugin will do the rest
I don't know what is iParadox though
You need :
- PRT3 serial interface module plugged on your EVO board, it's compatible with all EVO boards (see link).
- wired connection betweeb PRT3 module and your Domoticz server (USB or RS232)
And the plugin will do the rest
I don't know what is iParadox though
- Wednesday 23 January 2019 13:49
- Forum: dzVents
- Topic: Calling function asynchronously (not openURL)
- Replies: 2
- Views: 885
Re: Calling function asynchronously (not openURL)
Hi,
I already executed powershell scripts. All that was missing is executing it a non blocking fashion.
I did not think about making the async call in the powershell part
, I was trying to do this in the lua code.
Start-Job did the trick perfectly => Thank you !
I already executed powershell scripts. All that was missing is executing it a non blocking fashion.
I did not think about making the async call in the powershell part
Start-Job did the trick perfectly => Thank you !