Search found 80 matches
- Monday 16 January 2023 19:15
- Forum: MQTT Auto Discovery
- Topic: zwavejsui -> Domoticz issue
- Replies: 3
- Views: 523
Re: zwavejsui -> Domoticz issue
Hi, Not sure how this could happen for only one device, but you never know. If domoticz didn't load the configuration message for autodiscovery, it will not update the device when a state update is received. To force zwavejsui to resend the configuration messages, I believe it's sufficient to just ...
- Saturday 14 January 2023 15:00
- Forum: MQTT Auto Discovery
- Topic: Level names of selector switch are reset.
- Replies: 19
- Views: 3435
Re: Level names of selector switch are reset.
2. Amount of Level names is compared to the current state, if the amount is the same, the level names will not be changed (when someone changed it in Domoticz, these names will be used) Sorry to relaunch the discussion, but I was doing some test on levels of a selector. I'm currently working on ...
- Wednesday 11 January 2023 11:04
- Forum: MQTT Auto Discovery
- Topic: Ikea Fyrtur always shows as closed - zigbee2mqtt
- Replies: 4
- Views: 1500
Re: Ikea Fyrtur always shows as closed - zigbee2mqtt
UPDATE: Issue should be fixed in the latest beta thanks to gizmocus! See https://github.com/domoticz/domoticz/co ... 9f08f55a38 for more information.
There's no need to add value_template: null anymore if you are on a beta version > 11/01/2023.
There's no need to add value_template: null anymore if you are on a beta version > 11/01/2023.
- Wednesday 11 January 2023 11:03
- Forum: MQTT Auto Discovery
- Topic: Deleting device from domoticz
- Replies: 13
- Views: 1272
Re: Deleting device from domoticz
Issue should be fixed in the latest beta thanks to gizmocus! See https://github.com/domoticz/domoticz/co ... 9f08f55a38 for more information.
- Wednesday 11 January 2023 10:31
- Forum: Heating/cooling
- Topic: Daikin Cloud Controller - BRP069C4
- Replies: 65
- Views: 20877
Re: Daikin Cloud Controller - BRP069C4
Sorry for my late reply but I was troubleshooting another domoticz issue with blinds for another topic on this forum :). I must admit that I had (and still have) very little knowledge on the domoticz counters. The counter that is created needs to get the total value. It is not an incremental counter ...
- Tuesday 10 January 2023 17:02
- Forum: Z-Wave
- Topic: Control devices through API/json with ZwavejsUI
- Replies: 8
- Views: 1775
Re: Control devices through API/json with ZwavejsUI
Don't feel stupid... something simple can sometimes be quite complicated :D You are actually sending a long text string as a command. The downside is that " and ' in the command are both seen as quotation marks within your string.This means that your command consists of multiple strings while only ...
- Tuesday 10 January 2023 9:41
- Forum: Z-Wave
- Topic: Control devices through API/json with ZwavejsUI
- Replies: 8
- Views: 1775
Re: Control devices through API/json with ZwavejsUI
Hello You should try to execute the shell command using mqtt_pub (publish). Here's an example mosquitto_pub -h localhost -p 1883 -t 'zwave/nodeID_17/112/0/9/set' -m '{"value": 100}' If the MQTT broker is running on another machine (or using docker), you should replace localhost by the IP-address. If ...
- Monday 09 January 2023 17:05
- Forum: MQTT Auto Discovery
- Topic: Deleting device from domoticz
- Replies: 13
- Views: 1272
Re: Deleting device from domoticz
For others that might be following, I received all needed info by PM. In this case, removing the value template causes zigbee2mqtt to remove it for all entities of the device (battery, voltage, ...). Since they do have a valid value template like for example: "value_template":"{{ value_json.voltage ...
- Sunday 08 January 2023 15:23
- Forum: MQTT Auto Discovery
- Topic: Deleting device from domoticz
- Replies: 13
- Views: 1272
Re: Deleting device from domoticz
Could you provide me the configuration for one of your blinds/curtains. You should be able to find it using MQTT Explorer. MQTT Explorer has a button to copy the topic and the value. As an example, in my case this is the topic for the config: zigbee2mqttAD/cover/0x0c4314fffe3fc90a/cover/config And ...
- Saturday 07 January 2023 13:53
- Forum: Heating/cooling
- Topic: Daikin Cloud Controller - BRP069C4
- Replies: 65
- Views: 20877
Re: Daikin Cloud Controller - BRP069C4
2-Looks like the context variable "StateSetPrefix" is not taken into account, so that only works for default value "daikin". In the modules "Set Devices", "Read Devices" and "Read kWh", in all definition or reference to state topic, I replaced "daikin" by flow.get("StateSetPrefix") Thanks again for ...
- Friday 06 January 2023 17:48
- Forum: Heating/cooling
- Topic: Daikin Cloud Controller - BRP069C4
- Replies: 65
- Views: 20877
Re: Daikin Cloud Controller - BRP069C4
Hi @ksacca thank you for this code with efficient AD automation.. I have also been obliged to switch to cloud version for my new Daikin units since local API is not working anymore unfortunately. Some minor remarks: 1-Login with password is not working for me (captcha required), so I used the MITL ...
- Wednesday 04 January 2023 22:39
- Forum: Switches and Scenes
- Topic: USB Relay board
- Replies: 3
- Views: 848
Re: USB Relay board
You could maybe try using node red. Seems there’s a node that should support this relay, see https://flows.nodered.org/node/node-red ... -hid-relay.
- Wednesday 04 January 2023 9:44
- Forum: Heating/cooling
- Topic: Daikin Cloud Controller - BRP069C4
- Replies: 65
- Views: 20877
Re: Daikin Cloud Controller - BRP069C4
Hi, I created the debug node. Can see the data, what do you exactly need to se where the error comes from ? Floorunit responses correctly on given commands from within Domoticz. So no problem there. So only one error left (as previous mentioned) in the flow. Regards, Henk Each item we check for (On ...
- Tuesday 03 January 2023 19:29
- Forum: Heating/cooling
- Topic: Daikin Cloud Controller - BRP069C4
- Replies: 65
- Views: 20877
Re: Daikin Cloud Controller - BRP069C4
You should be able to get the daikin output using a debug node. You should have enough info with my post on the previous page (see https://www.domoticz.com/forum/viewtopic.php?p=293296#p293296). There you will also find a screenshot for the context data (it is not in the debug part). But if you have ...
- Monday 02 January 2023 20:19
- Forum: Z-Wave
- Topic: ZwavejsUI , where are the files on the host ?
- Replies: 2
- Views: 748
Re: ZwavejsUI , where are the files on the host ?
edit: I was too fast to reply, so I corrected the original post. You are currently using a volume managed by docker. You should use a bind mount. You should be able to mount to a folder by modifying your config as show in the example below. volumes: - /home/pi/zwavejsui/:/usr/src/app/store
- Monday 02 January 2023 18:24
- Forum: Heating/cooling
- Topic: Daikin Cloud Controller - BRP069C4
- Replies: 65
- Views: 20877
Re: Daikin Cloud Controller - BRP069C4
Ok, so the issue was indeed spaces in the name. This should be fixed with the code in the previous post, so I'll take this into account. The kwh devices are indeed only created when there's an update (which is once per day for my unit, as the report a daily usage of 0,1 kwh). For the next error, I ...
- Friday 30 December 2022 23:38
- Forum: Heating/cooling
- Topic: Daikin Cloud Controller - BRP069C4
- Replies: 65
- Views: 20877
Re: Daikin Cloud Controller - BRP069C4
hi Waltervl, I already looked into node red projects (https://nodered.org/docs/user-guide/projects/) so you can treat a flow as a real project and commit changes to GitHub. The downside seems that you need a dedicated instance of node red as you can only have one project active (and no other flows ...
- Friday 30 December 2022 18:57
- Forum: Heating/cooling
- Topic: Daikin Cloud Controller - BRP069C4
- Replies: 65
- Views: 20877
Re: Daikin Cloud Controller - BRP069C4
If the first device (Unit 0 in the daikin cloud) contains a space, then it’s likely the entire loop in the code crashes because it tries to write a variable with a space (which is not allowed and I didn’t take this into account when testing). This means that those devices will never be created or upd ...
- Friday 30 December 2022 14:33
- Forum: Heating/cooling
- Topic: Daikin Cloud Controller - BRP069C4
- Replies: 65
- Views: 20877
Re: Daikin Cloud Controller - BRP069C4
Hi, I receive the following errors from the script : - 29-12-2022 15:04:39node: Read Devices function : (error) "Error: Invalid property expression: unexpected ' ' at position 32 - 29-12-2022 15:04:39node: Read kWh function : (error) "Error: Invalid property expression: unexpected ' ' at position 6 ...
- Tuesday 27 December 2022 23:04
- Forum: Other questions and discussions
- Topic: how to include an image into a post on this forum ?
- Replies: 8
- Views: 791
Re: how to include an image into a post on this forum ?
You can also add an image as an attachment and then use the “place inline” button