Search found 7 matches

by ajarzyn
Monday 08 August 2022 21:54
Forum: Heating/cooling
Topic: Luxtronic Heatpump controller
Replies: 52
Views: 19764

Re: Luxtronic Heatpump controller

To anyone interested in this plugin.

I've released new version.
by ajarzyn
Monday 08 August 2022 21:52
Forum: Other questions and discussions
Topic: Domoticz wiki login in/registration/account
Replies: 2
Views: 402

Re: Domoticz wiki login in/registration/account

Thanks, I dropped him a message on Slack.

Am I missing something or there is no information about contact channels for developers?
If not maybe it would be a good idea to pin it somewhere?
by ajarzyn
Sunday 07 August 2022 21:53
Forum: Other questions and discussions
Topic: Domoticz wiki login in/registration/account
Replies: 2
Views: 402

Domoticz wiki login in/registration/account

Hi, I wanted to edit https://www.domoticz.com/wiki/Developing_a_Python_plugin page. Unfortunately I cannot login with my forum account. As it's described on the login page: You need a Account to login Since MediaWiki 1.33 it is not possible anymore to use your Forum username/password So I was ...
by ajarzyn
Monday 06 December 2021 10:59
Forum: Python
Topic: Changing Unit's option in python plugin
Replies: 1
Views: 655

Changing Unit's option in python plugin

Hello all, I found out there's new interface for Units for python plugin development. Does anyone knows if it's possible to change Units option, and how? As new documentation states Options member is read only: Options Read Current Device options dictionary Thus I do not know if it's possible at all ...
by ajarzyn
Friday 19 November 2021 12:39
Forum: Heating/cooling
Topic: Luxtronic Heatpump controller
Replies: 52
Views: 19764

Re: Luxtronic Heatpump controller

You are welcome.

In case of any issue, send a ticket or just fixit yourself :)

I saw mentions regarding state of the device (I plan to add this as soon as I finish with venta humidifier plugin).
by ajarzyn
Wednesday 17 November 2021 2:41
Forum: Heating/cooling
Topic: Luxtronic Heatpump controller
Replies: 52
Views: 19764

Re: Luxtronic Heatpump controller

Hello,

You can try python plugin:
https://github.com/ajarzyn/domoticz-luxtronic2

Still there's some work to do but it's something to start with.
by ajarzyn
Tuesday 13 October 2020 23:23
Forum: Python
Topic: Error: (ProcessOutbound) "not type of Unicode"
Replies: 0
Views: 210

Error: (ProcessOutbound) "not type of Unicode"

I'm writing this message for future reference. If you're writing python plugin with Domoticz's connection in it, and you noticed following error: Error: (ProcessOutbound) Send request Python object parameter was not of type Unicode or Byte, ignored. Make sure that all values for creating connection ...