Search found 16 matches

by TheoL
Tuesday 06 May 2025 17:42
Forum: Bugs and Problems
Topic: Weird problem when asking for the server time from a mySensor node.
Replies: 3
Views: 210

Re: Weird problem when asking for the server time from a mySensor node.

Good to see you in here sir. Yes for most nodes doing an hourly time synch and getting local time could be a good strategy. But I'm working on a DLS aware node. I can work around it, but translating the local time to utc. Because I need to store utc in an rtc. As in regard to the other problem. I'll ...
by TheoL
Tuesday 06 May 2025 11:08
Forum: Bugs and Problems
Topic: Weird problem when asking for the server time from a mySensor node.
Replies: 3
Views: 210

Re: Weird problem when asking for the server time from a mySensor node.

Just a quick follow up. I tested it with a different type of radio - RFM69HW instead of NRF24L01+ - so that also means a different Gateway. So far I haven't seen the same odd behaviour. I will keep testing. Possible causes: Old/incompatible MySensors version: the first Gateway is/was still MySensors ...
by TheoL
Tuesday 29 April 2025 22:10
Forum: Suggestions
Topic: Support for Somfy Connexoon and Tahoma
Replies: 168
Views: 59364

Re: Support for Somfy Connexoon and Tahoma

That is the one I installed. And I followed those instructions. Although it's weird that the logs give a different version. I think things went wrong, because I already had installed the old one first. I did find it strange that the config was messed up. Now I'm getting these warnings: 2025-04-29 22 ...
by TheoL
Tuesday 29 April 2025 22:02
Forum: Suggestions
Topic: Support for Somfy Connexoon and Tahoma
Replies: 168
Views: 59364

Re: Support for Somfy Connexoon and Tahoma

Where can I find that one? And thanx for the quick response
by TheoL
Tuesday 29 April 2025 21:47
Forum: Suggestions
Topic: Support for Somfy Connexoon and Tahoma
Replies: 168
Views: 59364

Re: Support for Somfy Connexoon and Tahoma

I just installed the plugin and after some figgling I was able to setup. However my shutters don't appear in the devices tab. I see this in the logs 2025-04-29 21:43:50.248 Somfy local: Worker thread started. 2025-04-29 21:43:50.248 Status: Somfy local: Started. 2025-04-29 21:43:50.476 Status: Somfy ...
by TheoL
Sunday 27 April 2025 17:32
Forum: Bugs and Problems
Topic: Weird problem when asking for the server time from a mySensor node.
Replies: 3
Views: 210

Weird problem when asking for the server time from a mySensor node.

Version: 2024.7 Platform: Raspberry (latest version Plugin/Hardware: MySensors Description: I'm testing out how I can use the receiveTime - that is on the MySensors side - in a mySensors project. That is the MySensors function to request the server time from Domoticz. There are two issues I run into ...
by TheoL
Monday 22 August 2016 23:10
Forum: MySensors
Topic: Free MySensors 2.0 workshop, Friday 9 September in Amersfoort (The Netherlands)
Replies: 0
Views: 621

Free MySensors 2.0 workshop, Friday 9 September in Amersfoort (The Netherlands)

I’m organizing an entry-level MySensors 2.0 workshop/ master class for those who would like to kick-start in creating MySensors 2.0 based nodes and have little experience in electronics. The workshop will be held on Friday the 9th of September as a side track during Trivento’s annual Summercamp. The ...
by TheoL
Friday 19 February 2016 22:01
Forum: PHP and all others
Topic: Adding the On/Off state of a Raspberry pi to domoticz
Replies: 1
Views: 710

Adding the On/Off state of a Raspberry pi to domoticz

Not sure if anyone has ever posted this. But I spend a good couple of hours sorting this out. I wanted to be able to see in Domoticz whether a specific raspberry Pi was up and running (In this case a Music Box) or not. That way I can change the playlist from a Lua script without having to ping it ...
by TheoL
Monday 23 November 2015 15:47
Forum: Z-Wave
Topic: Fibaro FGK101 not triggering sensor in Domoticz
Replies: 5
Views: 1768

Re: Fibaro FGK101 not triggering sensor in Domoticz

Thanks for sharing this, strange that after a brand new install the problem disappears. I don't want to do a clean install as I then can reconfigure everything. There has to be another solution. Where do you see that error message? How are you debugging this problem? Where can you find the debug ...
by TheoL
Sunday 15 November 2015 17:29
Forum: Z-Wave
Topic: Fibaro FGK101 not triggering sensor in Domoticz
Replies: 5
Views: 1768

Re: Fibaro FGK101 not triggering sensor in Domoticz

I'm experiencing the same problems with Razberry, after updating to the latest stable release. I'm getting a command not send error every time I try to send a command from Domoticz to a zwave device. Did you find a solution? UPDATE: I just did a fresh install with a new SD card image and everything ...
by TheoL
Friday 16 October 2015 18:09
Forum: MySensors
Topic: MySensors S_RGB_LIGHT WS2812 ledstrip
Replies: 50
Views: 36567

Re: MySensors S_RGB_LIGHT WS2812 ledstrip

This is stated in the code (in the remarks) You need the latest domoticz beta as there have been many changes to the mysensors implementation lately I missed that line, sorry. I am running a beta release for mysensors stuff so i can use rgb switches...i am however a bit hesitant to upgrade to ...
by TheoL
Sunday 11 October 2015 14:06
Forum: MySensors
Topic: MySensors S_RGB_LIGHT WS2812 ledstrip
Replies: 50
Views: 36567

Re: MySensors S_RGB_LIGHT WS2812 ledstrip

This is stated in the code (in the remarks) You need the latest domoticz beta as there have been many changes to the mysensors implementation lately Hi Gizmocuz, I'm just curious, do you have any idea when the new stable release - with all the MySensors goodies - is available for release? Thanx for ...
by TheoL
Sunday 27 September 2015 13:24
Forum: MySensors
Topic: MySensors S_RGB_LIGHT WS2812 ledstrip
Replies: 50
Views: 36567

Re: MySensors S_RGB_LIGHT WS2812 ledstrip

Hi Yuri, I'm using a cheap RGB led to test this sketch and modified it accordingly. The only thing I see differently is that you are initializing the gw as a repeater node (the last boolean value is set to true). I'm pretty sure that that's not causing the problem that Domoticz is not recognizing ...
by TheoL
Friday 25 September 2015 21:52
Forum: MySensors
Topic: MySensors S_RGB_LIGHT WS2812 ledstrip
Replies: 50
Views: 36567

Re: MySensors S_RGB_LIGHT WS2812 ledstrip

And I see another difference. You are using a newer version of Domoticz. I have the latest stable one. This might be the explanation. I think I just have to wait until the next stable release will be available. I had serious problems with the latest beta release last week. The GUI stalled after a ...
by TheoL
Friday 25 September 2015 21:25
Forum: MySensors
Topic: MySensors S_RGB_LIGHT WS2812 ledstrip
Replies: 50
Views: 36567

Re: MySensors S_RGB_LIGHT WS2812 ledstrip

I should thank you instead, because this is something I'm happy with if I get it to work. This will cost me less than 1/3 of the price of a Fibaro RGBW device. 33 MySensorsGW 00000302 1 RGBW Light Lighting Limitless/Applamp RGBW Off 12 100 This is what I see on my devices tab. When I go over to the ...
by TheoL
Friday 25 September 2015 19:01
Forum: MySensors
Topic: MySensors S_RGB_LIGHT WS2812 ledstrip
Replies: 50
Views: 36567

Re: MySensors S_RGB_LIGHT WS2812 ledstrip

@Yugoos I tried your example. But I receive a "Error Sending Switch command" when I try to turn on the strip from within Domoticz. In the Log i See the error message 2015-09-25 18:58:15.825 Error: MySensors: Light command received for unknown node_id: 0 Do you have any Idea with might be wrong??