Search found 36 matches

by free_nsc
Monday 25 January 2021 8:00
Forum: Other questions and discussions
Topic: Grayed-out UI item in Utility Sensors
Replies: 29
Views: 3469

Re: Grayed-out UI item in Utility Sensors

Go into Hardware -> select relevant item and check off Enabled tick box ☑ then click update
by free_nsc
Wednesday 18 September 2019 22:45
Forum: Python
Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Replies: 951
Views: 176050

Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?

Can I just check if you're planning to add port config instead of hard coding it to 1234? I am using port elsewhere so I tried changing it in the two files but somehow it was still looking to run the server on 1234.
by free_nsc
Monday 18 September 2017 12:53
Forum: LUA
Topic: GoodWe Solar PV Generation Capture
Replies: 54
Views: 22508

Re: GoodWe Solar inverter logger based on ESP8266

After sending the inverter an ID it has to respond with an acknowledge. Your inverter does not seem to do that. Is there any logging after this? Or does this keep repeating itself? No there is nothing after that just loops around: Sending discovery Sending data to inverter(s): 0xAA 0x55 0xAB 0x7F ...
by free_nsc
Monday 04 September 2017 0:48
Forum: LUA
Topic: GoodWe Solar PV Generation Capture
Replies: 54
Views: 22508

Re: GoodWe Solar inverter logger based on ESP8266

I've just finished a project to poll the GoodWe inverters using an ESP8266 using the RS485 connection (under the WIFI module). The ESP polls the inverter every second and uploads the data to Pvoutput (optional) and MQTT (optional). Using node-red I convert the MQTT messages and upload the data to ...
by free_nsc
Thursday 30 March 2017 1:24
Forum: Suggestions
Topic: Improve Pushsafer notification plugin
Replies: 5
Views: 4797

Re: Improve Pushsafer notification plugin

Excellent work. I dont want to rain on your parade but one issue I see with this, is what about multi camera handling? Ideally, you want the triggered notification to use the cameras url which we already have stored in camera settings in domoticz. It might have been easier as should not need extra ...
by free_nsc
Thursday 09 March 2017 21:10
Forum: LUA
Topic: GoodWe Solar PV Generation Capture
Replies: 54
Views: 22508

Re: GoodWe Solar PV Generation Capture

I may not disclose the exact protocol details, as there is a confidentiality agreement with Goodwe that binds me, but drop me a personal message if you need some guidance. This approach makes the interaction with the inverter mealtime, I poll every 2 seconds in my environment, and has the benefit ...
by free_nsc
Thursday 27 October 2016 2:03
Forum: Others
Topic: Satel Integra (Security System) with ethernet module
Replies: 368
Views: 106002

Re: Satel Integra (Security System) with ethernet module

Fantom theses are excellent improvements. All working as expected for notifications. Cheers
by free_nsc
Thursday 27 October 2016 2:00
Forum: LUA
Topic: GoodWe Solar PV Generation Capture
Replies: 54
Views: 22508

Re: GoodWe Solar PV Generation Capture

Hi Guys, i'm fairly new to Domoticz and it's capabilities are overwhelming. Now i want to try to get domoticz configured to my Goodwe Solar convertor. User louisL mentioned something about a native goodwe adapter in the master repository. Where can i find the master repository? Or do i have to work ...
by free_nsc
Tuesday 23 August 2016 23:39
Forum: LUA
Topic: GoodWe Solar PV Generation Capture
Replies: 54
Views: 22508

Re: GoodWe Solar PV Generation Capture

Your plugin works 100% i have it on for last few weeks and all working well, thanks. I havent looked at the website since it had its new layout but my gw1000-ns doesnt seem to be sending the Temperature up. Both inverters look pretty much the same so what i did is i left the wifi antenna hanging so ...
by free_nsc
Friday 12 August 2016 12:03
Forum: LUA
Topic: GoodWe Solar PV Generation Capture
Replies: 54
Views: 22508

Re: GoodWe Solar PV Generation Capture

@Louis excellent work!! I am going to start testing it now. In relation to real time data I think the data is only refreshed every 5 minutes. It would be good if we could figure out the rs485 protocol to poll the inverter directly thus cut out the middle man altogether and this way also have ...
by free_nsc
Thursday 21 July 2016 9:47
Forum: LUA
Topic: Vocal announcement - Good Morning Script
Replies: 73
Views: 21800

Re: Vocal announcement - Good Morning Script

I have a working setup now, announing erverything on my Sonos Playbar. One problem however. When the temperature is 19.3 degrees for example it the scripts announces (in Dutch): It is 19 march degrees. When the temperature is 19.4 degrees it announces: It is 19 april degrees. It translates the ...
by free_nsc
Friday 10 June 2016 16:51
Forum: LUA
Topic: GoodWe Solar PV Generation Capture
Replies: 54
Views: 22508

Re: GoodWe Solar PV Generation Capture

Hi, Is there anybody who has got this to work? Do I have to create virtual hardware for the Goodwe first? You say: -- The switch ID of my device in Domoticz switchIdx = 50 Can someone give me more detailed information about this? I see this in the logs: 2016-05-23 11:48:23.571 Error: EventSystem ...
by free_nsc
Thursday 05 May 2016 12:44
Forum: LUA
Topic: GoodWe Solar PV Generation Capture
Replies: 54
Views: 22508

Re: GoodWe Solar PV Generation Capture

Hi Tim No, I havent had much luck with rs485. Partially to due with restricted time I had for this and also the fact that these units only work during daylight. I ordered lan to rs485 and then a regular usb unit but couldnt get any response. I attach the doc I got so maybe if you get anything just ...
by free_nsc
Wednesday 06 April 2016 9:45
Forum: Z-Wave
Topic: Domoticz, Pi3, RaZberry & Raspbian Jessie
Replies: 55
Views: 42085

Re: Domoticz, Pi3, RaZberry & Raspbian Jessie

What I found to fix the problem, by default Raspbian is using serial port as console terminal port. Upgrade process must have re-set this. To disable that function start raspi-config tool: sudo raspi-config Go to “8.Advance Function menu” , then “A8.Serial” and select “No” to disable shell terminal o ...
by free_nsc
Saturday 02 April 2016 15:20
Forum: Z-Wave
Topic: Domoticz, Pi3, RaZberry & Raspbian Jessie
Replies: 55
Views: 42085

Re: Domoticz, Pi3, RaZberry & Raspbian Jessie

@gizmocuz that's if there was only domoticz installed but in reality I have other stuff so this is why I ideally wanted to just upgrade the raspbian from the Jessie repo.

Anyway, this topic is about problems with razberry and Pi3 but that's still ahead of me.
by free_nsc
Saturday 02 April 2016 13:58
Forum: Z-Wave
Topic: Domoticz, Pi3, RaZberry & Raspbian Jessie
Replies: 55
Views: 42085

Re: Domoticz, Pi3, RaZberry & Raspbian Jessie

I tried upgrading the raspbian from wheezy to Jessie I order to migrate to new Raspberry PI3 but after removing Sd card from rpi2 and putting into rpi3 I wouldn't boot up. I had to put it back to rpi2 and now I am having similar issues albeit on Rpi 2 whereby my razberry is not functioning. I will ...
by free_nsc
Thursday 31 March 2016 0:02
Forum: Z-Wave
Topic: Consume Energy Monitor
Replies: 4
Views: 1283

Re: Consume Energy Monitor

Anyone knows how to synchronize kWh value from HEM gen 2 with the running total of the electricity supply meter? I tried to replace values in the meter and meter_calendar as well as the devices tables but it looks like it is stored within the unit itself so it gets reset and passed to domoticz. I ...
by free_nsc
Wednesday 30 March 2016 23:55
Forum: Other questions and discussions
Topic: How to combine sensors in single graph?
Replies: 20
Views: 10351

Re: How to combine sensors in single graph?

I see there is something now in the latest release that allows to show Produced and Used values on one graph.

How is the data for used energy to be fed into the sensor?
I am using json integration fed from my Goodwe inverter but would love to also present values from Aeotec HEM 2 on one graph.
by free_nsc
Sunday 17 January 2016 2:57
Forum: Others
Topic: Satel Integra (Security System) with ethernet module
Replies: 368
Views: 106002

Re: Satel Integra (Security System) with ethernet module

Yes, ATD100 has been working perfectly in domoticz for me since Fantom worked tiredly with me few months ago!
ATD100 must be in the name of the zone (just one of them is fine). I have edited my post on the first page so everyone gets the best out of it. We should write up a wiki as well.
by free_nsc
Wednesday 06 January 2016 17:07
Forum: Others
Topic: Satel Integra (Security System) with ethernet module
Replies: 368
Views: 106002

Re: Satel Integra (Security System) with ethernet module

Ok, it's possible that it read them before I restarted hardware. Nevermind i can live with this I will delete them.