Search found 54 matches

by Thelion
Sunday 18 December 2022 11:50
Forum: Python
Topic: Python Plugin: Python Plugin Manager
Replies: 234
Views: 104457

Re: Python Plugin: Python Plugin Manager

Did you solve this issue already. Love to know how, I have the same issue after removing the not working alternative Plugins Manager. Greetings, Harald Yes, I did, but I can't remember how exactly. It's been a while 😬 I think I went the way of fiddling with the files and database, after making a ba ...
by Thelion
Friday 18 November 2022 0:37
Forum: Node-RED
Topic: Get thermostat data
Replies: 3
Views: 1849

Re: Get thermostat data

The Google thermostat node can only handle the setpoint, the ambient temperature and the thermostat mode as input and the setpoint and mode as output. Hi @FireWizard, According to this the thermostat node in Smart NORA can contain more info that you are mentioning. In fact, a test thermostat shows ...
by Thelion
Thursday 17 November 2022 20:39
Forum: Node-RED
Topic: Get thermostat data
Replies: 3
Views: 1849

Get thermostat data

I'm trying to get the thermostat data (Temperature, Setpoint and Heat Requested (on/off)) into Google and back. As these three values are separate devices in Domoticz, I'm having a hard time to get them combined into SmartNORA and if changed from Google, back into Domoticz. Does anybody have tips ...
by Thelion
Sunday 30 October 2022 12:33
Forum: Node-RED
Topic: Smart Nora
Replies: 45
Views: 9289

Re: Smart Nora

Hello @Thelion, You asked: The only thing is that the decimals are stripped from the value. It should be 24.7 and 53.37, but 24 and 53 is passed to the Google sensor. Any way around this? This is quite simple. Replace "parseInt" with "parseFloat", as follows: Yee. That is quite simple. Never has ...
by Thelion
Sunday 30 October 2022 2:02
Forum: Node-RED
Topic: Smart Nora
Replies: 45
Views: 9289

Re: Smart Nora

Connect the output of this "Function" node to the SmartNORA node. Do not forget to tick the boxes marked "Temperature" and Humidity". Hi @FireWizard, Thanks for your quick response! Works great! I added the msg.topic to be able to filter per device. temp = msg.payload.svalue1; hum = msg.payload ...
by Thelion
Saturday 29 October 2022 18:24
Forum: Node-RED
Topic: Smart Nora
Replies: 45
Views: 9289

Re: Smart Nora

How do I put the temperature and humidity from a sensor in Domoticz into Google using Node-RED and Smart NORA. My sensor puts temperature in msg.payload.svalue1 and humidity in msg.payload.svalue2, but I can't get it into the correct format so the sensor in Google (used this: https://github.com ...
by Thelion
Tuesday 07 December 2021 19:51
Forum: Zigbee
Topic: New Radiator Thermostat DANFOSS Ally
Replies: 15
Views: 2991

Re: New Radiator Thermostat DANFOSS Ally

Hi, I do have another question. I can't get the Danfoss Ally to pair with the conbee 2 and zigbee2mqtt. Everything is working, but the Danfoss keeps showing a blinking antenna. I can see the controller in Domoticz, but that's about it. Already reset the Danfoss to factory default, but also no go ...
by Thelion
Tuesday 30 November 2021 21:38
Forum: Python
Topic: Python Plugin: Python Plugin Manager
Replies: 234
Views: 104457

Re: Python Plugin: Python Plugin Manager

This thread is for pp-manager. this is "plugins-manager" you should contact StasDemydiuk did you restarted domoticz? what do you mean by"Plugins-Manager option in the Custom menu."? screenshot? you probably mean the plugins-manager, right? Yes, I did restart it, multiple times. I actually removed ...
by Thelion
Tuesday 30 November 2021 18:14
Forum: Python
Topic: Python Plugin: Python Plugin Manager
Replies: 234
Views: 104457

Re: Python Plugin: Python Plugin Manager

Hi, How do I remove Python Plugin Manager completely? I removed the folder in the Domoticz Plugin folder, after I removed the hardware, but I still get the Plugins-Manager option in the Custom menu. did you restarted domoticz? what do you mean by"Plugins-Manager option in the Custom menu ...
by Thelion
Tuesday 30 November 2021 12:30
Forum: Python
Topic: Python Plugin: Python Plugin Manager
Replies: 234
Views: 104457

Re: Python Plugin: Python Plugin Manager

Hi,

How do I remove Python Plugin Manager completely?

I removed the folder in the Domoticz Plugin folder, after I removed the hardware, but I still get the Plugins-Manager option in the Custom menu.
by Thelion
Tuesday 30 November 2021 1:08
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 118456

Re: Python Plugin: Shelly MQTT

Hi, Got my Shelly Pro4PM a couple of days ago and tried to add it to Domoticz with this (https://github.com/enesbcs/Shelly_MQTT) plugin, which works fine with all kinds of Shelly devices. The events and status of the Pro4PM are visible in MQTT, but with a completely different topic and event ...
by Thelion
Sunday 28 November 2021 19:21
Forum: Zigbee
Topic: New Radiator Thermostat DANFOSS Ally
Replies: 15
Views: 2991

Re: New Radiator Thermostat DANFOSS Ally

Thorgal789 wrote: Sunday 28 November 2021 19:15 The "Dresden Elektronik gateway" is the conbee 2.
And this gateway can work with zigbee2mqtt or deconz.
OK, great! Thanks for the quick response!
by Thelion
Sunday 28 November 2021 18:41
Forum: Zigbee
Topic: New Radiator Thermostat DANFOSS Ally
Replies: 15
Views: 2991

Re: New Radiator Thermostat DANFOSS Ally

Hi,

I'm looking at this setup with the Danfoss Ally an the Conbee II. Do I need anything else, besides these 2 and Domoticz (running on RPi) of course? The Deconz Github mentions a "Dresden Elektronik gateway". Do I need that?
by Thelion
Sunday 07 March 2021 23:05
Forum: LUA
Topic: GarbageCalendar (new version) lua scripts
Replies: 471
Views: 74765

Re: GarbageCalendar (new version) lua scripts

AllesVanZelf wrote: Sunday 07 March 2021 23:04 I deleted the four files in /tmp and for some reason the garbagecalendar is working again. Not sure why.
Great! Have fun ;-)
by Thelion
Sunday 07 March 2021 22:52
Forum: LUA
Topic: GarbageCalendar (new version) lua scripts
Replies: 471
Views: 74765

Re: GarbageCalendar (new version) lua scripts

AllesVanZelf wrote: Sunday 07 March 2021 22:42
This is strange: "cannot open ./garbagecalendar/m_ximmio.lua: No such file or directory"
Are the persmissions of m_ximmio.lua set to pi:pi ?
by Thelion
Sunday 07 March 2021 22:32
Forum: LUA
Topic: GarbageCalendar (new version) lua scripts
Replies: 471
Views: 74765

Re: GarbageCalendar (new version) lua scripts

EDIT2: There is a newer module available for module m_ximmio (v20210210-1540) in the development branch, which has a fix for a change in hostname for several garbage providers! https://github.com/jvanderzande/GarbageCalendar/blob/development/garbagecalendar/m_ximmio.lua , and I have just pushed ...
by Thelion
Sunday 07 March 2021 15:28
Forum: LUA
Topic: GarbageCalendar (new version) lua scripts
Replies: 471
Views: 74765

Re: GarbageCalendar (new version) lua scripts

Hi, Since some time, my Garbagecalender doesn't collect any data and stayed with last data of february 25th. Updated to the latest versions of the files from Github, changed the config file to suit my needs, but now the data is empty. The file garbagecalendar_web_m_ximmio.log does show an error (I ...
by Thelion
Sunday 26 April 2020 13:05
Forum: 433 & 868 transceiver
Topic: Reset KAKU with RFXCOM
Replies: 1
Views: 617

Reset KAKU with RFXCOM

Hi,

Is there a way to reset a KAKU device by sending a GROUP signal with RFXCOM? I have lost the remote control, so gave to think of another way to reset the device.

RFXtrx433 is connected to RPi running Domoticz.
by Thelion
Monday 20 April 2020 23:38
Forum: dzVents
Topic: Sensibo through dzVents [Solved]
Replies: 27
Views: 6275

Re: Sensibo through dzVents [Solved]

According the API documentation, the mode and fanLevel values should be lowerCase so "high" and "heat". I don't know if it makes a difference bit it's worth a try. I think you are on to something. Changed targettemperature and fanlevel to lowercase (high and heat doesn't seem to matter) and that ...
by Thelion
Sunday 19 April 2020 2:02
Forum: dzVents
Topic: Sensibo through dzVents [Solved]
Replies: 27
Views: 6275

Re: Sensibo through dzVents [Solved]

According the API documentation, the mode and fanLevel values should be lowerCase so "high" and "heat". I don't know if it makes a difference bit it's worth a try. I think you are on to something. Changed targettemperature and fanlevel to lowercase (high and heat doesn't seem to matter) and that ...