Search found 15 matches

by Nettime
Wednesday 11 December 2019 18:39
Forum: Other questions and discussions
Topic: Wiki Login, how?
Replies: 1
Views: 178

Wiki Login, how?

So forum logins does not work anymore, but there is no link to create a wiki account... help!
by Nettime
Wednesday 11 December 2019 18:33
Forum: Suggestions
Topic: Opus/Imagintronix XT300 Soil Moisture implementation
Replies: 1
Views: 507

Re: Opus/Imagintronix XT300 Soil Moisture implementation

As in my opinion Domoticz is heavily legacy ridden would not a few more custom sensors be a good idea?
by Nettime
Friday 22 November 2019 15:56
Forum: Suggestions
Topic: Opus/Imagintronix XT300 Soil Moisture implementation
Replies: 1
Views: 507

Opus/Imagintronix XT300 Soil Moisture implementation

Ok thought I'll have a go at this but seem to run in to dead ends. As current there is no Domoticz device that fits the sensor if used with rtl_433. The sensor have Air Temperature (not a problem) and Moisture 99-0%. Which wont work with the Domoticz moisture device which has 0-200cB. With rtl_433 ...
by Nettime
Wednesday 13 November 2019 9:49
Forum: Python
Topic: Python Plugin UDP Usage
Replies: 10
Views: 2417

Re: Python Plugin UDP Usage

I do not belive I'm confused. Yes there is no Connection but there is a localport and I need to send and receive on the same port. Using Domoticz.Connection it sends on a random free port and the module will reply to that random port and the reply will get lost. The module replies per default to the ...
by Nettime
Saturday 02 November 2019 17:05
Forum: Python
Topic: Python Plugin UDP Usage
Replies: 10
Views: 2417

Re: Python Plugin UDP Usage

Bumping this as I ran into the same problem. I need to be able to set the source port ie: self.udpConn = Domoticz.Connection(Name="ADAM 6xxx", Transport="UDP/IP", Protocol="None",Address="192.168.1.131", SourcePort = Parameters["Port"] ,Port=Parameters["Port"]) I'm using a fixed IP and not broadcast ...
by Nettime
Monday 13 May 2019 21:52
Forum: Utility
Topic: Moisture % XT300 keeps rising
Replies: 7
Views: 2007

Re: Moisture % XT300 keeps rising

This is what one of my sensors show, guess my wife was away the 24'th.
Xt300Month.JPG
Xt300Month.JPG (54.09 KiB) Viewed 1738 times
"seems i snipped it a bit short, green is moisture."
by Nettime
Sunday 12 May 2019 19:10
Forum: Utility
Topic: Moisture % XT300 keeps rising
Replies: 7
Views: 2007

Re: Moisture % XT300 keeps rising

I think I read somewhere that they are autoadjusting, have patience :)
by Nettime
Sunday 24 February 2019 19:52
Forum: Other questions and discussions
Topic: How to contribute a plugin?
Replies: 2
Views: 362

Re: How to contribute a plugin?

Thanks!
All done :D
by Nettime
Saturday 23 February 2019 23:34
Forum: Other questions and discussions
Topic: How to contribute a plugin?
Replies: 2
Views: 362

How to contribute a plugin?

Hi!
Got a MBusSerial Plugin in release state, cant seem to find any information on what to do next.
Do I upload it in my own GitHub repository or where? Should I post links somewhere?

Net-time
by Nettime
Friday 28 December 2018 23:45
Forum: Python
Topic: Python Plugin M-Bus Serial (EM340 energy meter)
Replies: 0
Views: 711

Python Plugin M-Bus Serial (EM340 energy meter)

Hi! Just made the hardware adapter and a plugin. As I didn't want to connect it directly to my Pi I tweaked the adaper to work with a standard USB to serial adapter and standard terminal software, just so I could check it worked with Realterm and CuteCom before starting to crunching bits. This of ...
by Nettime
Tuesday 25 December 2018 6:54
Forum: Others
Topic: Writing Python Plugins for hardware
Replies: 8
Views: 2367

Re: Writing Python Plugins for hardware

Right. Was a dictionary. Did not know phyton Dict could be nested. Any way I have the m-bus up and running . The diy adapter on the limbus site Did not work with my Profilic usb adapter. I had to invert the signals. I think I will probably do a Quick hack of the m-bus reply as the protocol seems to ...
by Nettime
Tuesday 18 December 2018 23:23
Forum: Switches and Scenes
Topic: Shelly2 and Shelly4-Pro poller script
Replies: 2
Views: 2847

Re: Shelly2 and Shelly4-Pro poller script

These have just been made available at a Swedish store at very nice prices, unfortunately not the smokedetectors which I am intrested in, this post have not seen much action, a problem with the devices or just poor marketing?
Anyway thanks for the scripts
by Nettime
Tuesday 18 December 2018 22:35
Forum: Others
Topic: Writing Python Plugins for hardware
Replies: 8
Views: 2367

Re: Writing Python Plugins for hardware

As I haven't had any responses yet I gather my hardware is of low intrest. Well my sole purpose at the moment for messing with the ADAM module is to get a bit more control of the "Home mode" in Synology without buying an extra licence, this eventually lead to the need for a Synology plugin, should ...
by Nettime
Saturday 15 December 2018 14:41
Forum: Others
Topic: Writing Python Plugins for hardware
Replies: 8
Views: 2367

Re: Writing Python Plugins for hardware

Ok ran into a bit of a snatch as I can not figure out how to write a nice plugin for a multiple IO. My solution so far would be to have a text device as "master" for testing purposes and create 12 switch devices "on the fly" My problem with this is setting the status of the switches as all examples ...
by Nettime
Friday 14 December 2018 10:08
Forum: Others
Topic: Writing Python Plugins for hardware
Replies: 8
Views: 2367

Writing Python Plugins for hardware

If my inertia persists I will during the next few months write plugins for: Advantec ADAM 6050 and 6017 Digital and Analog Ethernet OPC units: currently started on 6050 and have the 12 digital inputs pushed to a utility text applet as binary. Many thanks for the "UDP Discovery.py" example as it both ...