To anyone interested in this plugin.
I've released new version.
Search found 7 matches
- Monday 08 August 2022 21:54
- Forum: Heating/cooling
- Topic: Luxtronic Heatpump controller
- Replies: 52
- Views: 20663
- Monday 08 August 2022 21:52
- Forum: Other questions and discussions
- Topic: Domoticz wiki login in/registration/account
- Replies: 2
- Views: 432
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?
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?
- Sunday 07 August 2022 21:53
- Forum: Other questions and discussions
- Topic: Domoticz wiki login in/registration/account
- Replies: 2
- Views: 432
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 ...
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 ...
- Monday 06 December 2021 10:59
- Forum: Python
- Topic: Changing Unit's option in python plugin
- Replies: 1
- Views: 698
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 ...
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 ...
- Friday 19 November 2021 12:39
- Forum: Heating/cooling
- Topic: Luxtronic Heatpump controller
- Replies: 52
- Views: 20663
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).
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).
- Wednesday 17 November 2021 2:41
- Forum: Heating/cooling
- Topic: Luxtronic Heatpump controller
- Replies: 52
- Views: 20663
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.
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.
- Tuesday 13 October 2020 23:23
- Forum: Python
- Topic: Error: (ProcessOutbound) "not type of Unicode"
- Replies: 0
- Views: 226
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 ...
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 ...