Search found 14 matches
- Thursday 16 June 2022 13:16
- Forum: Suggestions
- Topic: Support for Somfy Connexoon and Tahoma
- Replies: 168
- Views: 59364
Re: Support for Somfy Connexoon and Tahoma
Yes, the plugin is not working for me with the switch. the good news is that you now can work with a local api instead of the somfy web api. i did see that home assistant has a working solution, https://www.home-assistant.io/integrations/somfy/ hope someone will port this to domoticz Kind regards ...
- Wednesday 15 June 2022 16:23
- Forum: Suggestions
- Topic: Support for Somfy Connexoon and Tahoma
- Replies: 168
- Views: 59364
Re: Support for Somfy Connexoon and Tahoma
thank you for your support and time you put into this.
unfortunately this plugin is not working with the Tahoma Switch.
They are going to use a local APi for this.
https://github.com/Somfy-Developer/Somf ... loper-Mode
Do you have plans to update this plugin to work with the tahoma Switch ?
unfortunately this plugin is not working with the Tahoma Switch.
They are going to use a local APi for this.
https://github.com/Somfy-Developer/Somf ... loper-Mode
Do you have plans to update this plugin to work with the tahoma Switch ?
- Tuesday 23 March 2021 9:47
- Forum: dzVents
- Topic: Presence detection using UniFi Controller and DzVents [Solved]
- Replies: 71
- Views: 17854
Re: Presence detection using UniFi Controller and DzVents [Solved]
Hi Luuk, i checked, and i'm using default site as controller. this is the script i use return { on = { timer = { 'every 5 minutes' }, httpResponses = { 'loggedin' , 'data' } }, execute = function(domoticz, item) if (item.isTimer) then domoticz.openURL({ url = 'https://192.168.2.12:8443/api/login ...
- Monday 22 March 2021 14:00
- Forum: dzVents
- Topic: Presence detection using UniFi Controller and DzVents [Solved]
- Replies: 71
- Views: 17854
Re: Presence detection using UniFi Controller and DzVents [Solved]
Hi, First thank you for sharing this script. unfortunately i'm not able to get it working. I changed the ip adress and checked the port. i changed the name of the side, but the script is not able to login to the controller. i keep getting this mesage, am i'm missing something ? 2021-03-22 13:55:10 ...
- Wednesday 17 March 2021 10:29
- Forum: Python
- Topic: Python plugin - Solax Inverters
- Replies: 64
- Views: 7636
Re: Python plugin - Solax Inverters
This was the solution.
i used the internal ip from the docker with the internal port.
Now its added under devices and i can see the information.
Thank you both for the support,
i used the internal ip from the docker with the internal port.
Now its added under devices and i can see the information.
Thank you both for the support,
- Tuesday 16 March 2021 17:26
- Forum: Python
- Topic: Python plugin - Solax Inverters
- Replies: 64
- Views: 7636
Re: Python plugin - Solax Inverters
I'm running domotics in a docker container on my NAS
connections seems to work, it just not creating any device when i add them.
i can connect to domotics from my local network from phone laptop etc
connections seems to work, it just not creating any device when i add them.
i can connect to domotics from my local network from phone laptop etc
- Tuesday 16 March 2021 15:41
- Forum: Python
- Topic: Python plugin - Solax Inverters
- Replies: 64
- Views: 7636
Re: Python plugin - Solax Inverters
i removed the hardware and recreated it again. it claims on creation that he will made a new device. but in the logs i still see the same errors. link itselfs seems to be working , somethime i see some information from solax 2021-03-16 15:38:28.084 (solax) result:{'exception': 'Query success ...
- Tuesday 16 March 2021 13:35
- Forum: Python
- Topic: Python plugin - Solax Inverters
- Replies: 64
- Views: 7636
Re: Python plugin - Solax Inverters
option to allow new hardware was already enabled Just to make sure i disabled, and enabled it again. Still not showing up under devices 2021-03-16 13:30:41.609 Status: (Solax) Stop directive received. 2021-03-16 13:30:41.609 Status: (Solax) Exiting work loop. 2021-03-16 13:30:41.710 Status: (Solax ...
- Tuesday 16 March 2021 12:46
- Forum: Python
- Topic: Python plugin - Solax Inverters
- Replies: 64
- Views: 7636
Re: Python plugin - Solax Inverters
I only have them in the hardware tab.
Its not showing up in the device list
Its not showing up in the device list
- Tuesday 16 March 2021 10:50
- Forum: Python
- Topic: Python plugin - Solax Inverters
- Replies: 64
- Views: 7636
Re: Python plugin - Solax Inverters
after the startup i keep seeing below logs 2021-03-16 10:48:56.812 (Solax) Pushing 'onHeartbeatCallback' on to queue 2021-03-16 10:48:56.816 (Solax) Processing 'onHeartbeatCallback' message 2021-03-16 10:48:56.816 (Solax) Calling message handler 'onHeartbeat'. 2021-03-16 10:48:56.816 (Solax ...
- Tuesday 16 March 2021 10:48
- Forum: Python
- Topic: Python plugin - Solax Inverters
- Replies: 64
- Views: 7636
Re: Python plugin - Solax Inverters
2021-03-16 10:43:07.051 (Solax) Pushing 'onStopCallback' on to queue 2021-03-16 10:43:07.089 (Solax) Processing 'onStopCallback' message 2021-03-16 10:43:07.089 (Solax) Calling message handler 'onStop'. 2021-03-16 10:43:07.089 (Solax) Plugin is stopping. 2021-03-16 10:43:07.051 Status: (Solax) Stop ...
- Tuesday 16 March 2021 8:03
- Forum: Python
- Topic: Python plugin - Solax Inverters
- Replies: 64
- Views: 7636
Re: Python plugin - Solax Inverters
{ "AstrTwilightEnd" : "19:34", "AstrTwilightStart" : "03:54", "CivTwilightEnd" : "18:15", "CivTwilightStart" : "05:14", "DayLength" : "11:55", "NautTwilightEnd" : "18:54", "NautTwilightStart" : "04:35", "ServerTime" : "2021-03-16 07:01:57", "SunAtSouth" : "11:44", "Sunrise" : "05:47", "Sunset" : "17 ...
- Monday 15 March 2021 22:06
- Forum: Python
- Topic: Python plugin - Solax Inverters
- Replies: 64
- Views: 7636
Re: Python plugin - Solax Inverters
I filled in my local ip adress 192.168.2.12
It’s running on port 8020
It’s running on port 8020
- Monday 15 March 2021 16:52
- Forum: Python
- Topic: Python plugin - Solax Inverters
- Replies: 64
- Views: 7636
Re: Python plugin - Solax Inverters
hi, first thank you for making this plugin. i ran into some trouble. I filled in all the information. but its wont show up under devices. I see the below in the log. Hope you can point me in the right direction what i'm doing wrong Kind regards 2021-03-15 15:43:06.482 Error: Solax hardware (3 ...