Search found 95 matches
- Monday 20 January 2025 17:02
- Forum: Other questions and discussions
- Topic: soliscloud_to_domoticz
- Replies: 6
- Views: 1181
Re: soliscloud_to_domoticz
Hello, I've tried to get this working but the discussion here is very incomplete. I've copied the gut repo to a directory named "solis", done the chmod +r+x on solis.sh,entered my API details in the .cfg file and changed PVOutput to False and Domoticz to True . Do I need to comment out the API ...
- Tuesday 14 May 2024 21:42
- Forum: Python
- Topic: Python Plugin: MqttMapper
- Replies: 324
- Views: 33832
Re: Python Plugin: MqttMapper
Thanks, I'll try the amended script shortly. And I'll need to enable Domoticz OS logging so I can see the entries around midnight. When I first started querying the remote data centre I tried requesting updates every minute but I kept getting locked out so I changed my crontab to run the script ...
- Tuesday 14 May 2024 12:09
- Forum: Python
- Topic: Python Plugin: MqttMapper
- Replies: 324
- Views: 33832
Re: Python Plugin: MqttMapper
Does this look right to you? 2024-05-14 03:20:04.792 Status: dzVents: Electricity: Counter=146.283, currentValue=1.2988, previousValue=1.2988, delta=0.078150000000001 2024-05-14 03:40:04.182 Status: dzVents: Electricity: Counter=146.361, currentValue=1.3339666666667, previousValue=1.3339666666667 ...
- Sunday 12 May 2024 1:05
- Forum: Python
- Topic: Python Plugin: MqttMapper
- Replies: 324
- Views: 33832
Re: Python Plugin: MqttMapper
Not a clue, sorry. Therefore very grateful for your help. My MqttMapper.json: { "Elec": { "topic": "glowmarkt/elecconsumptiontoday", "key": "elec", "type": "243", "subtype": "31", "switchtype": "0", "options": {"Custom":"1;Electricity"}, "mapping": {"item": ""} } } And my eleccounter.lua file (as ...
- Saturday 11 May 2024 23:25
- Forum: Python
- Topic: Python Plugin: MqttMapper
- Replies: 324
- Views: 33832
Re: Python Plugin: MqttMapper
Hi again. It seems like the counter (I've called it PlainCounter here because I tried so many types) is sort of working but.... Except for the time periods when our electric vehicle is plugged in and charging (like it was today), the Usage Last 24 Hours seems to show lots of bars which are all the ...
- Wednesday 08 May 2024 15:57
- Forum: Python
- Topic: Python Plugin: MqttMapper
- Replies: 324
- Views: 33832
Re: Python Plugin: MqttMapper
Thank you. The counter seems to be counting now. I'll keep an eye on it for a couple of days and see what happens.
- Wednesday 08 May 2024 10:33
- Forum: Python
- Topic: Python Plugin: MqttMapper
- Replies: 324
- Views: 33832
Re: Python Plugin: MqttMapper
Right, I'm trying that now. Let's see what happens. I've set the "Divider" to "1", default is "0". Is that correct?
- Tuesday 07 May 2024 21:58
- Forum: Python
- Topic: Python Plugin: MqttMapper
- Replies: 324
- Views: 33832
Re: Python Plugin: MqttMapper
Sorry been away a few days. I've just tried creating the "Counter" virtual device as custom sensor and it asks for a name and an Axis Label. Then when I click on the edit button for the widget I can still only change the name, axis label and icon. There is no option to set the type to Energy or set ...
- Thursday 02 May 2024 17:25
- Forum: Python
- Topic: Python Plugin: MqttMapper
- Replies: 324
- Views: 33832
Re: Python Plugin: MqttMapper
Thanks again. So it looks like my MqttMapper bit is ok if I understand you correctly. On the issue of the counter, what I did was, create a hardware device of type "Dummy", then I clicked Create Virtual Sensors next to the new hardware and then I created a counter device of type "Counter". The types ...
- Sunday 28 April 2024 20:05
- Forum: Python
- Topic: Python Plugin: MqttMapper
- Replies: 324
- Views: 33832
Re: Python Plugin: MqttMapper
Thanks. Well first of all, in the mapping file, if I leave the topic line as per your suggestion (just "glowmarkt" ) then nothing happens when MQTT receives a new value to the topic. If I change the line to: "topic": "glowmarkt/elecconsumptiontoday", and publish a value of 208 to this topic (using ...
- Sunday 21 April 2024 20:33
- Forum: Python
- Topic: Python Plugin: MqttMapper
- Replies: 324
- Views: 33832
Re: Python Plugin: MqttMapper
Wow, thanks for your help. It's not working straight off but I'm having a play to see if I can get it working.
Many thanks
Many thanks
- Thursday 18 April 2024 11:23
- Forum: Python
- Topic: Python Plugin: Domoticz-TinyTUYA-Plugin (Cloud)
- Replies: 220
- Views: 74690
Re: Python Plugin: Domoticz-TinyTUYA-Plugin (Cloud)
Possible. When I visit that page I get an 'all input parameters of the remote API are lost' After the weekend I will try and do some more work in it. Now I'm going enjoy a lazy sunday. Probably way too late for you EdwinK as I've only just experienced this. I was getting the Error: tinytuya ...
- Wednesday 17 April 2024 23:30
- Forum: Python
- Topic: Python plugin: Wallbox EV charger
- Replies: 17
- Views: 3591
Re: Python plugin: Wallbox EV charger
Ah great, thanks for explaining.
- Wednesday 17 April 2024 21:27
- Forum: Python
- Topic: Python plugin: Wallbox EV charger
- Replies: 17
- Views: 3591
Re: Python plugin: Wallbox EV charger
Hello, Interesting topic. I've looked at the two versions of the plugin mentioned in this topic: https://github.com/lokonli/domoticz-wallbox https://github.com/sincze/domoticz-wallbox Which one should I use? I've just tried installing them both (to folders wallbox and wallbox1 ) and I can't see work ...
- Tuesday 16 April 2024 0:57
- Forum: Python
- Topic: Python Plugin: MqttMapper
- Replies: 324
- Views: 33832
Re: Python Plugin: MqttMapper
Oh dear I was really excited and thought it would be so simple with a little bit of guidance. Any idea how they do it in Home Assistant with these values? The readme for the Glow2MQTT script makes it look easy with great graphics (see attachment) but I really don't want to use home assistant as I've ...
- Monday 15 April 2024 15:05
- Forum: Python
- Topic: Python Plugin: MqttMapper
- Replies: 324
- Views: 33832
Re: Python Plugin: MqttMapper
Hello, I wonder if you could help me with what I need to do for my UK smart meters please? Here we have very dumb smart meters which can't be queried directly by the users unless you buy an additional consumer access device (CAD). One supplier of these is Hildebrand with their platform and app ...
- Wednesday 31 January 2024 17:48
- Forum: Bugs and Problems
- Topic: After updating on Rpi Zero, Domoticz stopped working. Please for help !!!
- Replies: 30
- Views: 13465
Re: After updating on Rpi Zero, Domoticz stopped working. Please for help !!!
2024.3 compiled and tested with Raspberry Pi Zero W. (For latest bullseye) Complete tar.gz published at: https://iot.sajatfelhom.eu/domoticz/ Just for the records: Raspberry Pi Zero W was launched in February 2017 so it is not a 12 year old hardware. And still the best hardware to run a Domoticz ...
- Monday 11 December 2023 16:34
- Forum: Rfxcom Transceiver
- Topic: Suddenly all sensors from the RFXtrx433 stopped working
- Replies: 17
- Views: 7724
Re: Suddenly all sensors from the RFXtrx433 stopped working
All my devices are now zigbee, battery life is great and providing you have a few mains powered switches or sockets around which will act as repeaters the signal range is very good. Battery powered zigbee devices sleep until they need to send data however they all listen before sending so no data ...
- Friday 08 December 2023 13:01
- Forum: Rfxcom Transceiver
- Topic: Suddenly all sensors from the RFXtrx433 stopped working
- Replies: 17
- Views: 7724
Re: Suddenly all sensors from the RFXtrx433 stopped working
I'm afraid not, this was the reason I eventually got rid of all my 433Mhz stuff, even when all batteries are good there is no "listen before send" so everthing just transmits at it's own default time interval which always drifts so periodically 2 or more devices overlap and just cause corrupt data ...
- Wednesday 06 December 2023 19:13
- Forum: Rfxcom Transceiver
- Topic: Suddenly all sensors from the RFXtrx433 stopped working
- Replies: 17
- Views: 7724
Re: Suddenly all sensors from the RFXtrx433 stopped working
In most cases this is a bad sensor transmitting RF noise due to an almost empty battery (mostly a X10 MS13) or a weather sensor filled with water. See also chapter 20 in the RFXtrx User Guide. I've been having trouble with my three Oregon Scientific temp/humidity sensors (https://www.domoticz.com ...