I see that this has been corrected
https://github.com/domoticz/domoticz/co ... a66fe71faa
Search found 262 matches
- Sunday 03 November 2024 12:47
- Forum: Others
- Topic: New module - BleBox
- Replies: 37
- Views: 12380
- Friday 18 October 2024 20:23
- Forum: MQTT Auto Discovery
- Topic: ShellyTeacher for Domoticz
- Replies: 104
- Views: 32083
Re: ShellyTeacher for Domoticz
Thanks. This is solution.waltervl wrote: Thursday 17 October 2024 23:56 If an admin then this assigned devices list should be empty.
Now I see devices.
But still on configuration page for MQTT AD list is empty.
- Thursday 17 October 2024 18:40
- Forum: MQTT Auto Discovery
- Topic: ShellyTeacher for Domoticz
- Replies: 104
- Views: 32083
Re: ShellyTeacher for Domoticz
I know.
But I don't see this device. On MQTT AD configuration also nothing.
But I don't see this device. On MQTT AD configuration also nothing.
- Thursday 17 October 2024 13:14
- Forum: MQTT Auto Discovery
- Topic: ShellyTeacher for Domoticz
- Replies: 104
- Views: 32083
Re: ShellyTeacher for Domoticz
Hi.
I try add my first Sshelly to Domoticz.
Shelly mini PM1 gen3
After all, I see it on devices list. But I don't see it on any tab and on mqtt AD configuration.
What did I do wrong ?
I try add my first Sshelly to Domoticz.
Shelly mini PM1 gen3
After all, I see it on devices list. But I don't see it on any tab and on mqtt AD configuration.
What did I do wrong ?
- Thursday 13 June 2024 12:58
- Forum: Others
- Topic: Satel Integra (Security System) with ethernet module
- Replies: 368
- Views: 117864
Re: Satel Integra (Security System) with ethernet module
what is the date of the firmware in ETHM?
- Thursday 06 June 2024 20:25
- Forum: Python
- Topic: Python Plugin: ebusd
- Replies: 178
- Views: 35053
Re: Python Plugin: ebusd
Ok.
But 0 equal "selected" (in domoricz 0 = "empty")
And 40 should be empty.
But 0 equal "selected" (in domoricz 0 = "empty")
And 40 should be empty.
- Monday 03 June 2024 16:33
- Forum: Python
- Topic: Python Plugin: ebusd
- Replies: 178
- Views: 35053
Re: Python Plugin: ebusd
Do You fix this bug?
ps. I see that one PR is merged to domoticz.
ps. I see that one PR is merged to domoticz.
- Wednesday 22 May 2024 7:33
- Forum: Others
- Topic: New module - BleBox
- Replies: 37
- Views: 12380
Re: New module - BleBox
So feel free to download the version at least
Version: 2024.4 (build 15998)
Strongly rebuilt BleBox support. There should be no duplicates, the controls should work, signal strength should be displayed, etc.
ps. I recomended remove all BleBox devices and add they again.
Version: 2024.4 (build 15998)
Strongly rebuilt BleBox support. There should be no duplicates, the controls should work, signal strength should be displayed, etc.
ps. I recomended remove all BleBox devices and add they again.
- Monday 13 May 2024 16:46
- Forum: Python
- Topic: Python Plugin: ebusd
- Replies: 178
- Views: 35053
Re: Python Plugin: ebusd
Something is wrong, but I don't see bug in code
"StatusCirPump": {
"name": "StatusCirPump",
"passive": true,
"write": true,
"lastup": 1715610974,
"zz": 8,
"id": [181, 18, 0],
"fields": {
"0": {"name": "", "value": "on"}
},
"fielddefs": [
{ "name": "", "slave": false, "type": "UCH ...
"StatusCirPump": {
"name": "StatusCirPump",
"passive": true,
"write": true,
"lastup": 1715610974,
"zz": 8,
"id": [181, 18, 0],
"fields": {
"0": {"name": "", "value": "on"}
},
"fielddefs": [
{ "name": "", "slave": false, "type": "UCH ...
- Sunday 12 May 2024 13:14
- Forum: Python
- Topic: Python Plugin: ebusd
- Replies: 178
- Views: 35053
Re: Python Plugin: ebusd
So I understood correctly from the code.
In my json i have only two nodes with write = true and zero with "-w".
But in domoticz i have many of devices for write. For exammpel setpoints and selectors.
And all devices for write, i have like "read only".
"SetMode": {
"name": "SetMode",
"passive ...
In my json i have only two nodes with write = true and zero with "-w".
But in domoticz i have many of devices for write. For exammpel setpoints and selectors.
And all devices for write, i have like "read only".
"SetMode": {
"name": "SetMode",
"passive ...
- Sunday 12 May 2024 8:50
- Forum: Python
- Topic: Python Plugin: ebusd
- Replies: 178
- Views: 35053
Re: Python Plugin: ebusd
I don't understand which device is writable.
Can show me one node from json and which parameter indicates this?
Can show me one node from json and which parameter indicates this?
- Saturday 11 May 2024 16:13
- Forum: Python
- Topic: Python Plugin: ebusd
- Replies: 178
- Views: 35053
Re: Python Plugin: ebusd
And i found something new
"mbar" milibars ? megabars ?
"mbar" milibars ? megabars ?
- Saturday 11 May 2024 16:04
- Forum: Python
- Topic: Python Plugin: ebusd
- Replies: 178
- Views: 35053
Re: Python Plugin: ebusd
Something is wrong
"m": "timedate", need to be "min" ?
and also with 1/min is bug
elif (sFieldType == "number") or (sFieldType == "custom") or (sFieldType == "rpm") or (sFieldType == "timedate"): remove or (sFieldType == "rpm")
https://github.com/guillaumezin/DomoticzEbusd/pull/13
"m": "timedate", need to be "min" ?
and also with 1/min is bug
elif (sFieldType == "number") or (sFieldType == "custom") or (sFieldType == "rpm") or (sFieldType == "timedate"): remove or (sFieldType == "rpm")
https://github.com/guillaumezin/DomoticzEbusd/pull/13
- Friday 10 May 2024 9:34
- Forum: Python
- Topic: Python Plugin: ebusd
- Replies: 178
- Views: 35053
Re: Python Plugin: ebusd
I created PR with showing level name instead of index
https://github.com/domoticz/domoticz/pull/6077
and PR for more date/time icon
https://github.com/guillaumezin/DomoticzEbusd/pull/12
https://github.com/domoticz/domoticz/pull/6077
and PR for more date/time icon
https://github.com/guillaumezin/DomoticzEbusd/pull/12
- Friday 10 May 2024 8:16
- Forum: Python
- Topic: Python Plugin: ebusd
- Replies: 178
- Views: 35053
Re: Python Plugin: ebusd
This should be general selector, I think you have text because you begun in read-only mode. In next version, I will change automatically the switch type when switching from read-only to read/write and from read/write to read-only.
I cheked it in code. This is GeneralSwitch, but domoticz show it ...
- Thursday 09 May 2024 21:42
- Forum: Python
- Topic: Python Plugin: ebusd
- Replies: 178
- Views: 35053
Re: Python Plugin: ebusd
Yeah. I will try fix it.
And what do You set in nvalue?
And i don't know, why first value on list is empty
ps. Maybe this need to be general/selector ? nor switch with level.
And what do You set in nvalue?
And i don't know, why first value on list is empty
ps. Maybe this need to be general/selector ? nor switch with level.
- Thursday 09 May 2024 20:44
- Forum: Python
- Topic: Python Plugin: ebusd
- Replies: 178
- Views: 35053
Re: Python Plugin: ebusd
And i think this is bug. Domoticz shows the value incorrectly or plugin set bad value.
I don't know where these values (20, 30 etc) come from.
I think, svalue need to show this same what nvalue, or maybe text like "Mo-Fr" etc.
Edit: Ok. This nvalue is selector index * 10. That this is small bug for ...
I don't know where these values (20, 30 etc) come from.
I think, svalue need to show this same what nvalue, or maybe text like "Mo-Fr" etc.
Edit: Ok. This nvalue is selector index * 10. That this is small bug for ...
- Thursday 09 May 2024 20:41
- Forum: Python
- Topic: Python Plugin: ebusd
- Replies: 178
- Views: 35053
Re: Python Plugin: ebusd
Devices with sec and min can also be time device (like hour)
And devices like hh:mm and hh:mm:ss also can be time type ?
And devices like hh:mm and hh:mm:ss also can be time type ?
- Thursday 09 May 2024 20:16
- Forum: Python
- Topic: Python Plugin: ebusd
- Replies: 178
- Views: 35053
Re: Python Plugin: ebusd
Ok.
I also find in domoticz this "bug" with big numbers
https://www.domoticz.com/forum/viewtopi ... 60#p316760
I also find in domoticz this "bug" with big numbers
https://www.domoticz.com/forum/viewtopi ... 60#p316760
- Thursday 09 May 2024 18:33
- Forum: Python
- Topic: Python Plugin: ebusd
- Replies: 178
- Views: 35053
Re: Python Plugin: ebusd
And maybe device on/off can have another type in domoticz ? "On/Off" instead "contact".
I'm not sure ...
I'm not sure ...