Search found 24 matches
- Monday 07 April 2025 2:02
- Forum: Python
- Topic: chasing segfault in domoticz with domoticz-solaredge-modbustcp-plugin
- Replies: 9
- Views: 1385
Re: chasing segfault in domoticz with domoticz-solaredge-modbustcp-plugin
I had a free weekend , and started to implement some kind of locking mechanism for my Modbus plugins, hopping that it should help with these crashes related to my modbus-python-plugins. In order to to not break my production deployment, I installed fresh domoticz instance in docker, shortly speaking ...
- Friday 07 March 2025 13:52
- Forum: Dashticz
- Topic: Show floorplan in Dashticz?
- Replies: 7
- Views: 2790
Re: Show floorplan in Dashticz?
bump? 
Same questions from me, how to make floorplans more robust in Dashticz

Same questions from me, how to make floorplans more robust in Dashticz
- Friday 03 January 2025 1:18
- Forum: Python
- Topic: chasing segfault in domoticz with domoticz-solaredge-modbustcp-plugin
- Replies: 9
- Views: 1385
Re: chasing segfault in domoticz with domoticz-solaredge-modbustcp-plugin
Hi! I have same issues with mine domoticz instance (v2024.7 ) , fortunately it is running on docker thus it is respawning automatically. Beside of that - exactly same symptoms. And I also have few modules which are communicating over TCP Modbus. I'm quite sure I didnt had this problem with some old ...
- Thursday 02 January 2025 22:24
- Forum: Suggestions
- Topic: Extra <param> for python plugin e.g Mode7/Mode8 etc.
- Replies: 5
- Views: 1866
Re: Extra <param> for python plugin e.g Mode7/Mode8 etc.
huh, I just found this topic when searching for a way to add additional Modes to enhance some plugin...
Looks like I hit the wall with "me too" :/
Looks like I hit the wall with "me too" :/
- Sunday 08 September 2024 18:04
- Forum: Suggestions
- Topic: Energy meter with 3 tarifs
- Replies: 7
- Views: 2087
Re: Energy meter with 3 tarifs
Ok, interesting. As long as I could use 'dynamic tariff' to accommodate my T1/T2/T3 I'm ok with that. But TBH, I dunno how to setup this.. is it available only from recent Domoticz version ? I dont see such settings in my deployment (Im trying to avoid upgrading as long as possible, every time Im ...
- Friday 06 September 2024 16:28
- Forum: Suggestions
- Topic: Energy meter with 3 tarifs
- Replies: 7
- Views: 2087
Re: Energy meter with 3 tarifs
ok.. but with this approach I can also just go and use Excel spreadsheet and do my calculations there :P It will be not integrated with anything, no graphs, no Domoticz reports, not visible in energy dashboard. Having support for more that just 2 tariffs (T1 & T2) is crucial to keep Domoticz ...
- Friday 06 September 2024 0:55
- Forum: Suggestions
- Topic: Energy meter with 3 tarifs
- Replies: 7
- Views: 2087
Re: Energy meter with 3 tarifs
I agree with this request, some of us need more sophisticated electricity tariffs. Beside simple "peak tariff" and "off-peak tariff" often there are other rates, like: 'morning peak' 'afternoon peak' 'daytime peak' 'nighttime off-peak' '24/7' 'other hours of the day' I have a tariff with three ...
- Tuesday 23 July 2024 2:40
- Forum: Bugs and Problems
- Topic: problems with Log (graphs) with P1 meter
- Replies: 4
- Views: 669
Re: problems with Log (graphs) with P1 meter
here is my update command , running in plugin: Devices[self.ID].Update(nValue=1,sValue=str(USAGE1+';'+USAGE2+';'+RETURN1+';'+RETURN2+';'+CONS+';'+PROD) ) As far as I can see it is not much different to API call ( and yes, I've read the friendly manual). It is running every 10s interval (or rather ...
- Monday 22 July 2024 17:29
- Forum: Bugs and Problems
- Topic: problems with Log (graphs) with P1 meter
- Replies: 4
- Views: 669
problems with Log (graphs) with P1 meter
Hi, I developed plugin, which is reporting values to P1 meter device. Unfortunately, graphs from last 24hours doesn't looks correct at all. I'm unsure whether it is bug with Domoticz, or Im doing something wrong, need some advice... Here is graph: Zrzut ekranu 2024-07-22 161415.png as you see ...
- Saturday 09 September 2023 14:28
- Forum: Show your projects
- Topic: ThesslaGreen recuperator integration - plugin
- Replies: 3
- Views: 1922
- Friday 10 March 2023 14:20
- Forum: Other questions and discussions
- Topic: - Changed: Differentiate kWh, kVah, kVar and kVarh
- Replies: 4
- Views: 726
Re: - Changed: Differentiate kWh, kVah, kVar and kVarh
Hello, I also would like to see how to use these variables. Im writing plugin (in python), which can collect all these kWh, kVar , kVarh etc - from power meter which is reporting values over ModBus. So far I was using custom types and voltage etc. But I'm keen to improve my plugin... So questions ...
- Wednesday 16 November 2022 16:06
- Forum: Show your projects
- Topic: ThesslaGreen recuperator integration - plugin
- Replies: 3
- Views: 1922
ThesslaGreen recuperator integration - plugin
Hello, I have developed domoticz plugin which helps me integrate my ThesslaGreen recuperator over RS485 modbus connectivity (available even as basic functionality of the device). https://thesslagreen.com/product/airpack4h/ Plugin should work with all AirPack family models, however was tested only ...
- Thursday 01 April 2021 2:57
- Forum: Python
- Topic: Python plugin: HC868 Kincony Ethernet I/O intreface
- Replies: 14
- Views: 2785
Re: Python plugin: HC868 Kincony Ethernet I/O intreface
about the ALARM message , it need short input port at least >2 seconds will be enabled. Because input is for alarm sensor use. so it need >2S sustained level to avoid false alarm. Hello Kincony, It is great we have you here ;) I understand this 2s is for de-bounce purpose ? Would you consider maybe ...
- Thursday 01 April 2021 2:51
- Forum: Python
- Topic: Python plugin: HC868 Kincony Ethernet I/O intreface
- Replies: 14
- Views: 2785
Re: Python plugin: HC868 Kincony Ethernet I/O intreface
hello! Apologize for very long reply... It is crazy time for me. Recently I'm looking on forums (like this) only when I need some particular info... So as I have your permission Ramirez22 - here is published code, with public access https://github.com/voyo/Domoticz_Kincony_KC868_plugin unfortunately ...
- Sunday 11 October 2020 3:05
- Forum: Python
- Topic: Python plugin: HC868 Kincony Ethernet I/O intreface
- Replies: 14
- Views: 2785
Re: Python plugin: HC868 Kincony Ethernet I/O intreface
hi ramirez22, Finally I had time for some more playing. FYI - I will be using this device "in production" probably in few months, or even a year (I'm building a house), so I'm not in much rush ;) Main purpose will be to control all lights (and other devices as well). In general - almost everything ...
- Monday 21 September 2020 23:03
- Forum: Suggestions
- Topic: user variable as a timer (count down)
- Replies: 0
- Views: 388
user variable as a timer (count down)
Hi, I have a suggestion, what if we can have a possibility to create user variable of counter type, which can count down a set time. Example usage - create such variable, name it like 'presence_in_room', set it to default 3minutes, then allow system to count down every second. When it count to 0 ...
- Monday 21 September 2020 21:42
- Forum: Python
- Topic: Python plugin: HC868 Kincony Ethernet I/O intreface
- Replies: 14
- Views: 2785
Re: Python plugin: HC868 Kincony Ethernet I/O intreface
Thanks! I will give a try tonight. Sorry but comments are in french ... Google Translate is your friend :D merde :twisted: I thought its only comments in code but its also interface :D I will have to translate just to start using :mrgreen: Looks like good piece of code, good work! Is it working ...
- Monday 21 September 2020 17:25
- Forum: Python
- Topic: Python plugin: HC868 Kincony Ethernet I/O intreface
- Replies: 14
- Views: 2785
Re: Python plugin: HC868 Kincony Ethernet I/O intreface
I'm new in developing under Domoticz and python language, but it's exciting and I learn many things. I developed a python script for acting on Kincony KC868-H16 ethernet board (16 outputs and 8 inputs). hello, ramirez22 - can you share your script ? I just bought these Kincony devices (KC868-H32 ...
- Monday 21 September 2020 17:22
- Forum: Other questions and discussions
- Topic: motion switch and sub/slave devices
- Replies: 5
- Views: 886
Re: motion switch and sub/slave devices
So I expected it to have working sub/slave mechanism, especially that this option is exposed in UI. The sub / slave stuf is not the most intuitive part of domoticz. Did you follow the description from the (old) manual ? Yes Waaren, I followed this manual, its just not working like expected. IMHO ...
- Friday 13 March 2020 14:24
- Forum: Other questions and discussions
- Topic: motion switch and sub/slave devices
- Replies: 5
- Views: 886
Re: motion switch and sub/slave devices
Thank you for fast reply Waaren. Please correct me if I am wrong but the Sub/Slave device mechanism is designed for switch -> switch communication. I don't think it will work for PIR -> switch. And this is a switch device, virtual/dumb - but still. Right ? So I expected it to have working sub/slave ...