Search found 35 matches

by Masure
Monday 27 December 2021 10:39
Forum: Python
Topic: Python Framework 'Error message': Reference Count not correct, expected
Replies: 9
Views: 3336

Re: Python Framework 'Error message': Reference Count not correct, expected

Same with one of my plugin, I'm subscribing ;)
by Masure
Monday 27 December 2021 10:36
Forum: Python
Topic: Feature request > Get other devices data (not plugin managed devices)
Replies: 2
Views: 633

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 by ...
by Masure
Wednesday 25 August 2021 14:36
Forum: Python
Topic: Gettign the value from a temperature device in a python plugin
Replies: 6
Views: 706

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.
by Masure
Saturday 20 March 2021 10:40
Forum: Python
Topic: Python Plugin Framework limitation to 256 Units
Replies: 51
Views: 5942

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 ...
by Masure
Saturday 09 January 2021 12:01
Forum: Python
Topic: Python Plugin : Mitsubishi AC MQTT interface
Replies: 3
Views: 1431

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
by Masure
Friday 08 January 2021 16:34
Forum: Python
Topic: Feature request > Get other devices data (not plugin managed devices)
Replies: 2
Views: 633

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 ...
by Masure
Thursday 07 January 2021 17:29
Forum: Python
Topic: Feature request > Get other devices data (not plugin managed devices)
Replies: 2
Views: 633

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. Did ...
by Masure
Tuesday 29 October 2019 22:25
Forum: Dashticz
Topic: How to swipe between screens on a Windows 10 touchscreen ?
Replies: 8
Views: 1185

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.
by Masure
Monday 28 October 2019 21:59
Forum: Dashticz
Topic: How to swipe between screens on a Windows 10 touchscreen ?
Replies: 8
Views: 1185

Re: How to swipe between screens on a Windows 10 touchscreen ?

I just tried.

Code: Select all

if  (true ) {
=> Gives the same result.

To see what is changing, I also tried

Code: Select all

if (false)
=> It puts the 2 screens visible with a scrollbar.
by Masure
Monday 28 October 2019 20:37
Forum: Dashticz
Topic: How to swipe between screens on a Windows 10 touchscreen ?
Replies: 8
Views: 1185

Re: How to swipe between screens on a Windows 10 touchscreen ?

I shouldn't have mentioned workaround as accepted in my request :D

Thanks for the suggestion though I'm looking for a working swipe
by Masure
Monday 28 October 2019 20:02
Forum: Dashticz
Topic: How to swipe between screens on a Windows 10 touchscreen ?
Replies: 8
Views: 1185

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 matter ...
by Masure
Thursday 24 October 2019 18:56
Forum: Dashticz
Topic: Which features require PHP ?
Replies: 3
Views: 453

Re: Which features require PHP ?

Thanks for detailed answer !
by Masure
Thursday 24 October 2019 14:02
Forum: Dashticz
Topic: Which features require PHP ?
Replies: 3
Views: 453

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 ...
by Masure
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: 1390

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 :roll:
by Masure
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: 1390

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 ...
by Masure
Monday 24 June 2019 19:59
Forum: Python
Topic: Python Plugin : Mitsubishi AC MQTT interface
Replies: 3
Views: 1431

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
by Masure
Saturday 15 June 2019 13:59
Forum: Python
Topic: Python Plugin : Mitsubishi AC MQTT interface
Replies: 3
Views: 1431

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 it up ...
by Masure
Wednesday 29 May 2019 19:19
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 115116

Re: Python Plugin: Shelly MQTT

Hi,

Do you plan to support Shelly EM for energy monitoring ?
https://shelly.cloud/product/wifi-smart ... rgy-meter/
by Masure
Sunday 05 May 2019 14:28
Forum: Python
Topic: [RELEASE] Paradox alarm PRT3 serial interface plugin
Replies: 3
Views: 1810

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
by Masure
Wednesday 23 January 2019 13:49
Forum: dzVents
Topic: Calling function asynchronously (not openURL)
Replies: 2
Views: 840

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 :roll:, I was trying to do this in the lua code.

Start-Job did the trick perfectly => Thank you !