Search found 5 matches

by candymirror
Thursday 25 January 2024 8:34
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 270
Views: 22369

Re: Python Plugin: MqttMapper

Thanks FlyingDomotic,

This works!

BTW. I'm more of a wannabe programmer, I do know my way around in making small shell scripts. But if it gets any bigger, every little change or added code is build upon trial an error (and based upon code from others).
by candymirror
Wednesday 24 January 2024 15:43
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 270
Views: 22369

Re: Python Plugin: MqttMapper

Thanks for the effort, but the new code results in an error: 2024-01-24 13:54:00.653 Error: Radiator-DBE: Traceback (most recent call last): 2024-01-24 13:54:00.653 Error: Radiator-DBE: File "/opt/domoticz/userdata/plugins/MqttMapper/plugin.py", line 543, in onMessage 2024-01-24 13:54:00.653 Error ...
by candymirror
Monday 22 January 2024 21:17
Forum: Other questions and discussions
Topic: EnergyCount 3000/ BSEM4
Replies: 4
Views: 1314

Re: EnergyCount 3000/ BSEM4

Kicking this topic in case one might be in need of this. I've been using these devices for many years now in combination with a homemade fhem LaCrosseGateway and a python script to retrieve data from a specific ec3k device and send it to domoticz. Recently I tried to put this into a domoticz plugin ...
by candymirror
Monday 22 January 2024 19:41
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 270
Views: 22369

Re: Python Plugin: MqttMapper

I'm trying to add a dimmer, but though I'm able to set de dim level of the device, MqttMapper can't map a received level. Here's my json entry: "set-speed": {"topic": "fan/cv_booster/speed_level/state", "type": "244", "subtype": "73", "switchtype": "7", "set": {"topic": "fan/cv_booster/speed_level ...
by candymirror
Thursday 18 January 2018 15:52
Forum: Other questions and discussions
Topic: EnergyCount 3000/ BSEM4
Replies: 4
Views: 1314

Re: EnergyCount 3000/ BSEM4

You just need to know where to look. Browsing domoticz source code on github and specific reading the sourcecode of domoticz/hardware/Ec3kMeterTCP.cpp show in the comment that you'll need to run a server application based on the python rtl-sdr ec3ks module. Quote:: /* Extract readings from the json ...